﻿.login-form {
    /*background-color: rgba(255, 255, 255, .9);*/
    border-radius: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
}
body {
    height: 100%;
    padding:0px,0px;
    background-color: #f1f3f6;
}
.form {
   
    /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
    max-width: 500px;
    padding: 45px;
    position: relative;
    text-align: center;
    z-index: 1;
}