.Login{
    background-color: #fff;
    width: 300px;
    height: 370px;
    padding:50px;
    margin: 45px;
    text-align: center;
    border-radius: 15px;
}
.cadastro{
    background-color: #fff;
    width: 350px;
    height: 580px;
    padding:5px;
    margin: 10px;
    text-align: center;
    border-radius: 15px;
}
body{
    font-family: "Cormorant", serif;
    background-color: #fff0f5;
}
.itenscadastrologin{
    margin: 8px;
    text-align: center;
    
}
.formslogcad{
    border-radius: 5px;
    height: 25px;
    border:solid 1px #e1918e;
    border-radius: 6px;
    width: 180px;
    font-family: "Cormorant", serif;
}
input{
    outline: none;
    
}

.container{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
#botaoLogin{
    background-color:rgba(255, 222, 227, 0.925) ;
    border-radius:8px;
    border: none;
    width: 80px;
    height: 30px;
    cursor: pointer;
    box-shadow: none;
    margin: 2px;
    font-family: "Cormorant", serif;
    font-size: 20px;
    transition: transform 0.6s ease;
}
#botaoLogin:hover{
    transform: scale(1.2);
}

.titulo1{
    font-family: "Pinyon Script", cursive;
    font-style: normal;
    font-size: 20px;
}
.titulo{
    font-family: "Pinyon Script", cursive;
    font-style: normal;
    font-size: 32px;
    transition: transform 0.s ease;
}
.titulo:hover{
    transform: scale(1.1);
}