
.container {
    background: linear-gradient(#476d87, #2c3239);
    -webkit-background: linear-gradient(#476d87, #2c3239);
}
.top_notification{
    background-color: #00102e;
}
.top_notification a::before{
    color: #ffa2be;
}
.login-top .lang label{
    border: 2px solid #16aceb;
    color: #e9e9e9;
}
.login-top .lang input[type="radio"]:checked+label{
    background-color: #16aceb;
}
.input-text label{
    color: #869cad;
}
.input-text input{
    border-bottom: 1px solid #79848c;
}
input[type="text"]::placeholder, 
input[type="password"]::placeholder{
  color: #79848c;
}
.input-text input:checked, .input-text input:focus, .input-text input:active{
    border-bottom: 1px solid #16aceb;
}
.input-text input:checked+label, .input-text input:focus+label, .input-text input:active+label{
    color: #16aceb;
}
.error-container .error *{
    color: #ffa2be;
}
input[type="checkbox"]~label::before{
    color: #869cad;
}
input[type="checkbox"]:checked +label::before{
    color: #16aceb;
}
.forgot-pw .find-pw{
    color: #16aceb;
}
.btn-area .btn-login{
    background-color: #16aceb;
}
.btn-area .btn-login:hover{
    background: linear-gradient(#16aceb, #16aceb);
    -webkit-background: linear-gradient(#16aceb, #16aceb);
}
