body{
    background-color: #F2F2F2;
}

.login_page{
    background-color: #F2F2F2;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    
    
}

.content_main {
    display: flex;
    flex-direction: column;
}

.cotent_main-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 15vh;

    
}

.cotent {
    height: auto;
    
}

.cotent_main-login-title {
    margin-bottom: 51px;
}

.login-name {
    margin-bottom: 30px;
}

.login-password {
    margin-bottom: 15px;
}

.forgot {
    margin-bottom: 26px;
}

.login-checkbox {
    display: flex;
    align-items: center;
}

.cotent_main-login h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 800;
    font-style: normal;
    line-height: 58,51px;
}

.login-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19,5px;
    justify-content: center; 
}



.login-box {
    width: 554px;
    height: 45px;
    background: #FAFAFA;
    border: 1px solid #A6B9B7;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 19,5px;
    justify-content: center;
    padding-left: 5px;
    margin-top: 5px;
    
}

.cotent_main-login a {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #0D132B;
}

.checkbox-box {
    width: 20px;
    height: 20px;
    border: 2px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
    
}

.checkbox {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 17,57px;
    margin-bottom: 50px;
    
}

.cotent_main-login button {
    width: 554px;
    height: 45px;
    background: #ECC004;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: NORMAL;
    font-size: 16px;
    line-height: 19,5px;
    color: #0D132B;
    cursor: pointer;
}

.button-email-enviado {
    width: 554px;
    height: 45px;
    background: #ECC004;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    border: none;
}

.button-email-enviado a{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: NORMAL;
    font-size: 16px; 
    color: #0D132B;
    cursor: pointer;
}

.button-login {
    margin-bottom: 15vh;
}

.grow {
    transition: all 0.1s ease-in-out;
  }
.grow:hover {
    transform: scale(1.01);
}
