@media only screen and (min-width: 600px){
    #formLogin {
        margin-top: 30%;
    }
}
.control-custom {
    display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 1.775rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: white;
    background-color: #ffffff00;
    background-clip: padding-box;
    border: 0;
    border-bottom: 0.1em solid white;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.control-user{
    padding-left: calc(2.4em + 0.75rem);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: left calc(0.4em + 0.1875rem) center;
    background-image: url("/img/icon_user.png");

}

.control-password{
    padding-left: calc(2.4em + 0.75rem);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: left calc(0.4em + 0.1875rem) center;
    background-image: url("/img/icon_lock.png");
}

.control-custom:focus {
    color: white;
    border-color: #7FE8C6;
    outline: 0;
    box-shadow: 0 0.2em 0.2em -0.2em #7FE8C6;
}

.was-validated .control-custom:invalid, .control-custom.is-invalid {
    border-color: #EC627A;
}
.icon-input{
    max-height: 25px;
}
.btn-custom{
    border-radius: 1.25rem!important;
    color: white;
    font-family: 'Montserrat', sans-serif;
}
.custom-file-label{
    border:0.2em solid #D4D4D4;
}
