body {
    margin: 0;
    padding: 0;
    background-color: #479E70;
}

input {
    width: 100%;
}

table {
    width: 100%;
    border: 0;
}

caption {
    padding-bottom: 10px;
    color: #808080;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.td_1 {
    width: 40%;
}

.td_2 {
    width: 60%;
}

#region_id,
#all_info_id,
#ur_id,
#btn_request {
    display: none;
}

.container_form {
    position: relative;
    width: 360px;
    margin: 20px auto;
    padding: 64px 15px 10px 10px;
    text-align: left;
    background-color: #fff;
    border-radius: 6px;
}

.btn_login {
    font-size: 16px;
    margin-top: 15px;
    font-weight: bold;
    font-style: normal;
    font-family: 'Courier New', Courier, monospace;
    color: #696969;
}

.logo {
    position: absolute;
    top: 6px;
    right: 8px;
}

.blue_button {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
    color: #fff;
    display: block;
    width: 100px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 7px 16px;
    margin-top: 15px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

.blue_button {
    background-color: #4169E1;
    border: 1px solid rgb(33, 126, 74);
}

.blue_button:hover {
    background-color: #6495ED;
}

.blue_button:active {
    background-color: #0000FF;
}