html {
    height: 100%;
}

body {
    background-color: rgb(243, 243, 243);
    text-align: center;
    height: 100%;
}

.btnemail {
    text-align: left;
    line-height: 60px;
    padding-left: 20px;
    background-color: rgba(165, 165, 165, 0.50);
    border: 1px solid #eee;
    border-top: 0px;
    border-radius: 0 0px 5px 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    /* border-bottom: 1px solid rgba(85, 85, 85, 0.7); */
}

#logform {
    margin: 20px auto;
    width: 400px;
    padding: 30px 50px 10px;
    color: #838383;
    background-color: rgb(248, 248, 248);
    border: 1px solid #949494;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}


/* Styling for content Section */