html {
    height: 100%;
}

body {
    height: 100%;
}

.blue {
    color: #009FB1;
}

.login-page {
    background: url("images/ValMeth_BckG_WEB.jpg") no-repeat top left;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;

    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;

}

.login-page .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}

.login-left {
    background-color: #efefef !important;
    text-align: center;
    padding: 50px;
}

.login-left h3 {
    font-size: 16px;
    font-weight: 800;
    color: #009FB1;
    text-transform: uppercase;

}

.login-right {
    background-color: whitesmoke;
    padding: 25px;
    display: flex;
    align-items: center;
    font-size: 14px;

}

.login-right .login-panel {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}

.login-btn {
    margin-top: 15px !important;
    text-align: center !important;
}

.control-label.form-label {
    margin-top: 15px;
    color: #009FB1;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

a.label-forgot {
    text-transform: none !important;
    font-size: 10px !important;
    color: #c2bfbf !important;
}

.btn {
    width: auto;
    padding-left: 10%;
    padding-right: 10%;
    border-radius: 30px;
    border: none;
    font-weight: bold;
    text-transform: uppercase;

    text-align: center;
}

.btn-primary,
.btn-primary:hover {
    background-color: #66cc02;
    box-shadow: 0 2px 0 0 #509d01;
}

.btn-danger,
.btn-danger:hover {
    background-color: #e44718;
    box-shadow: 0 2px 0 0 #c13c12;
}

.btn-primary:focus, .btn-primary:focus:hover, .btn-primary.focus, .btn-primary:hover,
.btn-primary:active, .btn-primary:active:hover, btn-primary.active {
    background-color: #509d01;
}

.btn-login {
    background-color: #c2bfbf;
    box-shadow: 0 2px 0 0 #3c3c3a;
}

.form-group {
    margin-bottom: 0px !important;
}

.form-control {
    background-color: #efefef;
    box-shadow: none;
    outline: none;
    border: none;

}

.form-control:focus {
    background-color: #efefef;
    box-shadow: none;
    outline: none;
    border: none;
}

.login-panel input {
    height: 38px;
    border-radius: 0px;
    border: none
}

.login-panel .alert {
    margin-right: -25px !important;
    margin-left: -25px !important;
}

input,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #efefef inset;
    -moz-box-shadow: 0 0 0 100px #efefef inset;
    box-shadow: 0 0 0 100px #efefef inset;

}

/**
Modal
*/

/* Bootstrap modal */
.modal .modal-content .modal-header {
    background-color: #009FB1;
    color: #ffffff;
    text-transform: uppercase;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.modal .modal-content {

    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.msg-content {
    padding: 0;
}

.alert .close {
    opacity: 1;
    margin-top: -35px;
    margin-right: -35px;
}

.alert .close .fa-times-circle {
    color: #a94442;
}

.alert .close .fa-circle {
    color: #FFFFFF;
}

.login-panel-footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 10px;
    color: #FFFFFF;
    font-size: smaller;


}

.login-panel-footer .col-md-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;

}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {

    display: table-cell;
    vertical-align: middle;
}

.modal-content {

    width: 400px;
    height: auto;

    margin: 0 auto;
}

.control-label.form-label.ok {
    color: #66cc02;
}

.control-label.form-label.ko {
    color: #da4c21;
}

.form-control.ko {
    -webkit-box-shadow: 0 0 0 1000px #F9DAD0 inset;
    -moz-box-shadow: 0 0 0 100px #F9DAD0 inset;
    box-shadow: 0 0 0 100px #F9DAD0 inset;
    color: #da4c21;

}

.form-control.ko:focus {
    -webkit-box-shadow: 0 0 0 1000px #F9DAD0 inset;
    -moz-box-shadow: 0 0 0 100px #F9DAD0 inset;
    box-shadow: 0 0 0 100px #F9DAD0 inset;

    color: #da4c21;
}

.error-label {
    padding-left: 10px;
    font-size: 10px;
    font-weight: bold;
    color: #da4c21;
}

.success-label {
    padding-left: 10px;
    font-size: 10px;
    font-weight: bold;
    color: #66cc02;
}

.login-panel-footer-maintenance h3 {
    text-align: center;
}