@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons%7CMaterial+Icons+Outlined);

.rev_headLine02.ls::before {
    background: #FA7300;
}

.btn_register, .btn_login, .btn_upd {
    background: #005981;
}

.btn_register:hover, .btn_login:hover, .btn_upd:hover,
.btn_register:focus, .btn_login:focus, .btn_upd:focus {
    background: #005981;
    opacity: 0.8;
}

#main form .required {
    background: #005981;
}

.btn_learner_add {
    background: #005981 !important;
}

.btn_learner_add:hover, .btn_learner_add:focus {
    opacity: 0.8;
}

[type="radio"] {
    accent-color: #005981;
}

/* -----------------------------------------------------
  heading
----------------------------------------------------- */
.rev_headLine01 {
    color: #FF7922;
    font-size: 32px;
    font-size: 2rem;
    font-weight: normal;
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
    text-align: center;
}

.rev_headLine01.ls {
    color: #005981;
}

.rev_headLine01 span {
    position: relative;
}

.rev_headLine01 .material-icons,
.rev_headLine01 .material-icons-outlined {
    color: #FA7300;
    font-weight: normal;
    font-size: 36px ;
    font-size: 2.25rem ;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -18px;
}

.rev_headLine01.ls .material-icons,
.rev_headLine01.ls .material-icons-outlined {
    color: #005981;
}

.caption {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    text-align: center;
}

div.rev_submit {
    display: block;
}

.rev_submit {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    text-align: center;
}

/* buttons */
a.link_header {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid transparent;
    box-sizing: border-box;
    color: #FF7922;
    display: inline-block;
    font-size: 12px ;
    font-size: 0.75rem ;
    font-weight: bold;
    line-height: 36px;
    height: 36px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s;
}

a.link_header.ls {
    color: #5488D3;
}

.btn_register,
.btn_login,
.btn_upd {
    background: #5488D3;
    border-radius: 4px;
    border: 1px solid transparent;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px ;
    font-size: 1rem ;
    font-weight: bold;
    height: 48px;
    transition: background 0.2s;
    width: 390px;
}

.btn_register.ls {
    background: #005981;
}

.form_narrow .btn_register, .form_narrow .btn_login, .form_narrow .btn_upd {
    width: 100%;
}
.btn_register, .btn_login, .btn_upd {
    background: #005981;
}

.form_narrow {
    margin-left: auto;
    margin-right: auto;
    width: 540px;
}

.input_field {
    margin-bottom: 1.1rem;
    margin-top: 1.1rem;
}

.input_label {
    color: #535353;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
}

.input_field input[type="text"], .input_field input[type="tel"], .input_field input[type="email"], .input_field input[type="date"], .input_field input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #ACB4BF;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: none;
    color: #535353;
    font-size: 16px;
    font-size: 1rem;
    line-height: inherit;
    height: 48px;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
    outline: none;
    padding: 0;
    text-indent: 4px;
    transition: border-color 0.2s;
}

.form_narrow .input_field input[type="text"], .form_narrow .input_field input[type="tel"], .form_narrow .input_field input[type="email"], .form_narrow .input_field input[type="date"], .form_narrow .input_field input[type="password"] {
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    .form_narrow {
    	margin-left: 12px;
    	margin-right: 12px;
    	width: auto;
    }
}

