﻿body
{
    background-color: aliceblue !important;
}
.login {
    padding: 30px 30px 40px 30px;
    line-height: 1.8em;
    margin-top: 30px;
    background-color: white !important;
    border-radius: 10px !important;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
}

.post {
    padding: 20px;
}

form label{
   
    font-size: 0.9em;
}

.post.jumbotron {
    background-color: white !important;
    border-radius: 15px !important;
}

.post-title{
    margin: 15px 0px;
}