html,
body, main, #login {
    height: 100% !important;
}
header, main{
    height: 100vh;
}
footer{
    display: none !important;
}
body {
    background-color: #f5f5f5;
}
#login{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.select2{
    margin-bottom: 10px !important;
}
.select2-selection{
    padding: 7px !important;
    height: auto !important;
    border: 1px solid #ccc !important;
}
.select2-selection__arrow{
    top:9px !important;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin #inputPassword {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.form-signin input[type="text"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-signin input[type="email"] {
    margin-bottom: 10px;
}
#profile-image{
    border: 3px solid #fff;
    width: 50px;
    border-radius: 500px;
    margin: 0 10px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
