.button:hover{    
    background-color: rgba(254, 226, 226);
    color: rgba(153, 27, 27);
    border-radius: 15rem;
    outline: none;
    font-weight: bold;
}

.button{
    width: 75%;
    border-radius: 15rem;
    text-align: left;
    padding-left: 25px;
}

.button:active{
    background-color: rgba(254, 226, 226);
    color: rgba(153, 27, 27);
    border-radius: 15rem;
    outline: none;
}

.com-button{
    width: 50%;
}

.com-button:hover{    
    border-radius: 25rem;
}

.email-brief{
    background-color: rgba(209, 213, 219, .2);
}

.email-primary{
    padding-left: 0; 
    margin-left: 0;   
    padding-bottom: 1rem;
}

.primary-label{    
    padding-left: 1rem;
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
    width: 25%;
    border-bottom: 3px solid rgba(153, 27, 27);
}

.cmail-logo{
    font-family: cursive, sans-serif;
    font-size: 2rem;
    box-shadow:  4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.auth-card{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-out{
    position: absolute;
    top: 0;
    right: 5%;
}

.hidden{
    display: none;
}

.email-content, .message-body{
    height: 30rem;
    overflow-x: scroll;
}

.email-row{
    cursor: pointer;
}

.small-emailAddress{
    font-size: 14px;
}