﻿.section-login {
    height: 100vh;
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background: linear-gradient(to right, #E8EBFC, rgba(73, 54, 159, 0.3));
}


.row-default.login-bottom {
    height: 75%;
    justify-content:left;
    padding-top:50px;
}

.row-default.login-form {
    width: 90%;
    max-width: 450px;
    height: 80%;
    min-height: auto;
    max-height: 600px;
    padding-bottom: 20px;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.08);
}

.row-default.login-top{
    height:25%;
}

.row-default.login-top img{
    height:90px;
    width:auto;
}

    .row-default input.login{
        padding-left:35px;
    }



.row-default h2.login-lembrar-mim {
    font-size: 11px;
    font-weight: bold;
}



.row-default h2.esqueceu-sua-senha {
    font-size: 12px;
    color: #49369F
}
.row-default h2.esqueceu-sua-senha:hover {
    cursor:pointer;
    text-decoration:underline;
}

.img-inicio.login{
    height:15px;
}

.img-final.eye {
    height: 15px;
    cursor: pointer;
}

.img-final.login {
    height: 15px;
}

.row-default.login-erro{
    position:absolute;
    bottom:5px;
}

.row-default.login-erro img{
    height:15px;
    margin-right:5px;
}

.row-default.login-erro h2{
    color:red;
}

.row-default.password {
    height: 4px;
    border-radius: 80px;
    background-color:#e9e9e9;
}

.row-default.password-score h3 {
    font-size: 10px;
    font-weight: 300;
    color: rgba(51, 51, 51, 0.6);
}

.row-default.password-score img {
    height:10px;
    width:auto;
}


@media(max-height:800px){


    .row-default.login-bottom {
        height: 80%;
        padding-top: 20px;
    }

    .row-default.login-top {
        height: 20%;
    }

        .row-default.login-top img {
            height: 70px;
            width: auto;
        }

        .row-default.login-top h1 {
            font-size: 20px;
        }

        .row-default.login-top h2 {
            font-size: 12px;
        }
}