﻿.account-container{
    background-image: url('../Images/account-bg.jpg');
    background-size:cover;
    background-position:center;
    background-repeat: repeat-y;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height: 100vh;
    padding: 2rem 0;
}

.account-box{
    background-color: white;
    padding:30px;
    border-radius:10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    max-width:500px;
    width:100%;
    opacity:.9;
}
.account-boxRegistro {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    max-width: 900px;
    width: 100%;
    opacity: .9;

}
.account-boxUserCad {
    background-color: whitesmoke;
    padding: 15px 30px 15px 30px;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    max-width: 840px;
    width: 100%;
    opacity: .9;
}
.account-boxTenantCad {
    background-color: whitesmoke;
    padding: 15px 30px 15px 30px;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    max-width: 840px;
    width: 100%;
    opacity: .9;
}