/* Login Page */

.login-pf body {
    background: #FFFFFF;
    background-size: cover;
    height: 100%;
}

div.kc-logo-text {
    /*background-image: none;
    display: none;*/
    background-image: url('../img/ua_logo_v1.svg');
    width: 170px;
    display: block;
    min-height: 50px;
}

.login-pf-page .login-pf-page-header {
    margin-bottom: 0px;
}

.login-pf-page .login-pf-page-header #kc-header-wrapper {
    padding-bottom: 0px;
}

.div-kc-forgot-password a {
    color: #E6752B;
}

.div-kc-forgot-password a:hover {
    color: #E6752B;
}

.div-kc-remember-me div.checkbox label input[type="checkbox"] {
    accent-color: #E6752B;
}

#kc-form-buttons .kc-login-btn {
    background-color: #E6752B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.register-ua-account {
    margin-top: 20px;
    text-align: center;
}

.register-ua-account-title {
    color: #637381;
}

.register-links {
    margin-top: 15px;
}

.register-links a {
    color: #212B36;
    line-height: 25px;
    padding: 10px 25px;
    text-decoration: none;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 410px) {
    .register-links a {
        display: block;
        margin-bottom: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    body {
        font-size: 16px;
    }

    input[type="password"] {
        font-size: 16px;
    }

    input[type="text"] {
        font-size: 16px;
    }

}

@media (max-width: 767px) {
    div.kc-logo-text {
        margin: 0 auto;
    }
    #kc-header-wrapper {
        width: 100%;
        padding: 5px;
    }
}

.register-links a:hover {
    color: #FFFFFF;
    background-color: #E6752B;
}

#kc-form-login .form-group #username, #password {
    border: 1px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#kc-form-login .form-group #username:focus, #password:focus {
    outline: none;
}

#kc-form-login .form-group #username {
    text-transform: lowercase;
}

.card-pf {
    border-top: none;
    box-shadow: none; /* border */
}

/* Forgot Password */

.div-login-reset-password-info {
    color: #04297A;
    background: #D0F2FF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 10px;
    margin-bottom: 10px;
    display: flex;
}

.div-login-reset-password-info .div-icon-info {
    width: 50px;
    height: 40px;
    display: block;
    padding: 5px;
}

.div-login-reset-password-info .icon-info {
    width: 20px;
    height: 20px;
    background-image: url('../img/info.svg');
    margin-top: 5px;
}

#kc-reset-password-form #username {
    border: 1px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#kc-reset-password-form #username:focus {
    outline: none;
}

#kc-info {
    display: none;
}

.div-tip {
    color: #637381;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 5px;
}

.login-reset-password-icon-left {
    background-image: url('../img/icon_left.svg');
    width: 24px;
    height: 24px;
}

#kc-form-options .go-to-signin {
    /*border: 1px solid #eee;
    border-radius: 5px; */
    display: block;
    padding: 5px;
    text-align: center;
    position: relative;
    margin-top: 10px;
}

#kc-form-options .go-to-signin span {
    display: inline-block;
    margin-bottom: -7px;
}

.go-to-signin a {
    padding: 3px 5px;
    font-weight: bold;
}

.div-reset-password-error {
    background: #FFE7D9;
    border-radius: 8px;
    color: #7A0C2E;
    border: none !important;
    padding: 10px 15px;
    display: none;
}

.div-reset-password-error .kc-icon-error {
    content: url("../img/error.svg");
    display: block;
    float: left;
}

.div-reset-password-error .kc-error-msg {
    display: inline-block;
    margin-left: 10px;
    width: 85%;
}



/* Verify SMS code */

.div-info {
    color: #637381;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    width: 100%;
}

.div-info  a {
    color: #E6752B;
}

.div-info a:hover {
    color: #E6752B;
}

#kc-sms-code-login-form #code {
    border: 1px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#kc-sms-code-login-form label {
    color: #212B36;
    font-size: 14px;
}

#kc-sms-code-login-form #code::placeholder {
    color: #919EAB;
}

#kc-sms-code-login-form #code:focus {
    outline: none;
}

#kc-sms-code-login-form #kc-form-options a {
    color: #E6752B;
}

#kc-sms-code-login-form #kc-form-options a:hover {
    color: #E6752B;
}

#kc-username #reset-login {
    color: #E6752B;
}

#kc-username #kc-attempted-username {
    font-weight: bold;
}

/* Update Password */

#kc-passwd-update-form #password-new {
    border: 1px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#kc-passwd-update-form #password-new:focus {
    outline: none;
}

#kc-passwd-update-form #password-confirm {
    border: 1px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#kc-passwd-update-form #password-confirm:focus {
    outline: none;
}

.alert-warning .pf-c-alert__icon .fa-exclamation-triangle {
    content: url("../img/warning.svg");
}

.alert-warning .pf-c-alert__icon {
    width: 30px;
    margin-left: 10px;
}

.pf-c-alert__icon .fa-exclamation-circle {
    content: url("../img/error.svg");
}

.alert-warning {
    background: #FFF7CD;
    border-radius: 8px;
    color: #7A4F01;
    border: none !important;
}

.alert-warning .pf-c-alert__title {
    font-weight: normal;
}

.alert-error {
    background: #FFE7D9;
    border-radius: 8px;
    color: #7A0C2E;
    border: none !important;
}

.alert-error .pf-c-alert__title {
    font-weight: normal;
}

.alert-error .pf-c-alert__icon {
    width: 30px;
    margin-left: 10px;
}

.alert-success {
    background: #E9FCD4;
    border-radius: 8px;
    color: #08660D;
    border: none !important;
}

.alert-success .pf-c-alert__title {
    font-weight: normal;
}

.alert-success .pf-c-alert__icon {
    width: 30px;
    margin-left: 10px;
}

.pf-c-alert__icon .fa-check-circle {
    content: url("../img/success.svg");
}


#kc-error-message .instruction {
    background: #FFE7D9;
    border-radius: 8px;
    color: #7A0C2E;
    border: none !important;
    padding: 10px 15px;
}

#kc-error-message .instruction .kc-icon-error-section {
    width: 10%;
    height: auto;
    display: block;
    float: left;
    text-align: center;
}

#kc-error-message .instruction .kc-icon-error-section .kc-icon-error {
    content: url("../img/error.svg");
    /*margin: 5px 5px;*/
}

#kc-error-message .instruction .kc-error-section-msg {
    display: inline-block;
    margin-left: 10px;
    width: 85%;
}

#kc-form-options .go-to-signin .back-to-signin-text {
    color: #E6752B;
}

#kc-error-message table .kc-icon-error {
    content: url("../img/error.svg");
    /*margin: 5px 5px;*/
}

#manage-contacts-form .icon-success {
    width: 20px;
    height: 20px;
    background-image: url('../img/success.svg');
    margin-right: 5px;
    display: block;
    float: left;
}

.icon-trash {
    width: 22px;
    height: 22px;
    background-image: url('../img/trash.svg');
    margin-right: 5px;
    display: block;
    float: left;
}

.back-to-login {
    background-image: url('../img/icon_left.svg');
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: -3px;
}

.icon-warning {
    content: url("../img/warning.svg");
    margin-bottom: -3px;
    /*filter: invert(15%) sepia(93%) saturate(7449%) hue-rotate(360deg) brightness(107%) contrast(112%);*/
    filter: invert(51%) sepia(90%) saturate(4464%) hue-rotate(337deg) brightness(116%) contrast(108%);
}

.icon-small-close-btn {
    content: url("../img/small_close_btn2.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 10px;
    background-color: #E5E8EB;
    color: #A2AEB8;
}