body{
    background: rgb(229,235,242);
    background: -moz-linear-gradient(350deg, rgba(229,235,242,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(350deg, rgba(229,235,242,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(350deg, rgba(229,235,242,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5ebf2",endColorstr="#ffffff",GradientType=1);

    text-align: center;

}
body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;

}
.logo{
 margin-top: 20%;
    width: 30%;
    min-width: 300px;
}
