.icon-email {
    background: white url('../images/mail.png') no-repeat 15px;
    background-size: 24px;
    padding-left: 40px;
}

.icon-password {
    background: white url('../images/password.png') no-repeat 15px;
    padding-left: 40px;
    background-size: 24px;

}

input[type=checkbox] {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: all 500000s ease-in-out 0s;
}

.box-shadow {
    box-shadow: 2px 2px 2px 1px #a8a8a8;
}

.es-input {
    height: 70px;
    max-width: unset;
}

.form-control:focus {
    box-shadow: none;
}

.text-danger {
    background: white;
    width: 100%;
    display: block;
}
.text-danger.validation-summary-valid { display:none; }

.input-validation-error {
    border-bottom: 0;
}

.no-border {
    border: 0;
    border-radius: 0;
}

.display-flex {
    display: flex;
}

.es-form {
    width: 350px;
    padding: 5px;
    max-width: 100%;
}

.login-inputs {
    position: relative;
}

.es-form-group {
    margin: 0;
    width: 100%;
}

.es-checkbox {
    margin-top: 10px;
    display: flex;
    height: 24px;
}

.form-submit {
    width: 100%;
}

.es-label, .es-label:focus {
    color: #6D6D6D;
    background: transparent;
}
.es-danger {
    padding-left: 40px;
    padding-right: 15px;
}

.text-danger ul li {
    display: block;
}

.lang-select {
    background: transparent;
    border: none;
    padding: 0;
    width: auto;
}
