:root {
    --cor_padrao: #120075;
    --red: red;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    align-items: center;
}

body{
    font-family: 'Source Sans Pro', sans-serif;
    overflow: hidden;
    background-color: #fff !important;
}

.bg_partido{
    background-image: linear-gradient(0deg, rgba(18, 0, 117, 0.25), rgba(18, 0, 117, 0.25)), url('https://files.datavence.com.br/img/artes-email/datavence/background-login.png');
    /*background-image: url("./files/solidariedade/loginpage/img/bg.png");*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    background-color: rgba(231, 91, 17, 0.25);
}

.wave{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.container{
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap :7rem;
    /*padding: 0 2rem;*/
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.img{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.login-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.color-bar{
    position: fixed;
    width: 7px;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    background-color: var(--cor_padrao);
}

.img img{
    width: 500px;
}

form{
    width: 500px;
}

.login-content img{
    /*height: 220px;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 56px;
}

.login-content h2{
    margin: 15px 0;
    color: #333;
    text-transform: uppercase;
    font-size: 2.9rem;
}

.login-content .input-div{
    position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    margin-top: 25px;
    padding: 5px 0;
    border-bottom: 2px solid #d9d9d9;
}

.i{
    color: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.i i{
    transition: .3s;
}

.input-div > div{
    position: relative;
    height: 45px;
}

.input-div > div > h5{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
    transition: .3s;
}

.input-div:before, .input-div:after{
    content: '';
    position: absolute;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: var(--cor_padrao);
    transition: .4s;
}

.input-div:before{
    right: 50%;
}

.input-div:after{
    left: 50%;
}

.input-div.focus:before, .input-div.focus:after{
    width: 50%;
}

.input-div.focus > div > h5{
    top: -5px;
    font-size: 15px;
}

.input-div.focus > .i > i{
    color: var(--cor_padrao);
}

.input-div > div > input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 0.5rem 0.7rem;
    font-size: 1.2rem;
    color: #555;
    font-family: 'Source Sans Pro', sans-serif;
}

.input-div.pass{
    margin-bottom: 4px;
}

.modal-content{
    font-family: 'Source Sans Pro', sans-serif !important;
}

#togglePassword{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
}

#toggleRepassword{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
}

a{
    display: block;
    text-align: right;
    text-decoration: none;
    color: #00C0EF;
    font-size: 14px;
    transition: .3s;
}

a:hover{
    color: var(--cor_padrao);
}

.a{
    display: block;
    text-align: right;
    text-decoration: none;
    color: #00C0EF;
    font-size: 14px;
    transition: .3s;
    cursor: pointer;
}

.a:hover{
    color: var(--cor_padrao);
}

.btn{
    background-color: #00C0EF !important;
    margin-top: 25px;
    width: 100%;
    color: white;
    height: 48px;
}

.btn:hover{
    color: white;
}

.required{
    display: none;
    font-size: 14px;
    color: #FF0000;
}


@media screen and (max-width: 1440px){
    .img-container{
        align-items: center;
        display: flex;
    }
}

@media screen and (max-width: 1366px){
    form{
        width: 420px;
    }
}

@media screen and (max-width: 1050px){
    .container{
        grid-template-columns: 1fr;
        grid-template-rows: [img-container] 1fr [login-content] 3fr;
        grid-gap: 0px;
    }
    .login-content{
        align-items: center;
    }
    *{
        align-items: unset;
    }
}

@media screen and (max-width: 900px){
    .login-content{
        justify-content: center;
    }
}

@media screen and (max-width: 590px){
    .img-container{
        display: none;
    }

    .div-img{
        margin-top: 21px;
    }

    .form_img2{
        display: inline-block !important;
    }

    .container{
        grid-template-rows: [login-content] 3fr;
    }

    form{
        width: 100%;
    }

    *{
        align-items: center;
    }

}

@media screen and (max-width: 430px){
    form{
        width: 100%;
    }
}

@media screen and (max-width: 393px){
    .img-container{
        display: none;
    }

    .container{
        grid-template-rows: [login-content] 1fr;
    }

    form{
        width: 100%;
    }

}

ul {
    text-align: left;
    padding: revert;
    margin: initial;
}
li{
    padding: initial;
    margin: initial;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}