*{
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 1rem;
    font-family: 'Roboto', Times, serif;
}
/*Login*/
.CardLeft{
    /* background: #3B5998;
    width: 50%;
    height: 100vh; */
    background: #fff;
    width: 100%;
    height: 100vh;
}

.form{
    width: 100%;
    margin: auto;
    height: 100vh;
    left:0;
    top:0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*
.CardLeft .logoImagem img{
    margin: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 80%;
    height: 80vh;
} */
.CardLeft .logoImagem {
    background: url(../img/logo.png);
    width: 100%;
    height: 100%;
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.corCard{
    background-color: #f5f5ff;
    width: 700px;
}
.card{
    /* box-shadow: 1px 1px 5px #3B5998; */
    border-radius: 5px;
    padding: 4rem 2rem 2rem;
    height: 100vh;
    width: 600px;

}
.card-top i{
    color: #009CC2;
}
.card-top{
    text-align: center;
    padding-top: 1rem;
}
.card-top h2{
    margin: 10px;
    font-weight: 600;
    opacity: .7;
}
.card-top p{
    font-size: 1rem;
}
.card-grupo{
    margin: 20px 40px;
}
.card-grupo > label{
    color:rgb(149, 137, 137);
    display: block;
}
.card-grupo > input{
    border-radius: 0px;
    outline: 0;
    width: 400px;
    height: 36px;
    padding: 5px;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.card-grupo > button{
    background-image: linear-gradient(to right, #009CC2, #009CC2);
    width:400px;
    padding: 12px;
    color: white;
    border: 0px;
    outline: 0;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
}
.card-grupo.reset > button{
    background-image: linear-gradient(to right, #d71414, #d71414);
    width:400px;
    padding: 12px;
    color: white;
    border: 0px;
    outline: 0;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
}
.btn button:hover{
    box-shadow: 1px 1px 5px #3B5998;
}
.card-grupo input:focus{
    outline: none;
    border: 1px solid #0099FF;


}

.titulo{
    color: #000;
    font-weight: 500;
    font-size: 1.5rem;
}
.me input{
    margin-right: 10px;
}
.card p{
    margin-top: 10px;
    font-weight: 500;
    font-size: 1rem;
    font-weight: 500;

}
