.loginpage{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: white;
    font-family: 'Montserrat', sans-serif;
}
.loginpage .loginform{
    width: 500px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 77px 55px 33px;
}

.loginform .logo-emesa,
.loginform label,
.loginform button,
.loginform input{
    width: 100%;
    display: block;
}
.logo-emesa{
    margin-bottom: 75px;
}

.loginform .recuerdamechek{
    display: inline;
    width: auto;

}
.loginform input{
    border: 1px solid #94b618;
    font-size: 20px;
    border-radius: 0;
}
.loginform .input-group-text{
    background: white;
    border:1px solid #94b618;
    border-radius: 0;
}
.loginform .input-group-text i{
    color: #94b618;
}

.loginform label{
    color: #94b618;
}
.loginform button{
    background: #94b618;
    color: white;
    font-size: 25px;
    font-weight: bold;
    border-radius: 0;
}
.loginform button:hover{
    background: white;
    border:1px solid #94b618;
    color: #94b618;
}
.loginpage {
    height: 100vh;
}

.loginpage form {
    margin-top: -200px;
}
