﻿html {
    height: 100%;
}
html body {
    background: url('/App/Global/Assets/img/bg/login-background-bw.jpg') center center;
    background-size: cover;
    height: 100%;
    padding: 0;
    margin: 0;
}
#wrapper {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0;
}
#body {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/*** Login ***/
#body > div {
    display: inline-block;
    position: relative;
}
#body #form {
    display: inline-block;
    position: relative;
    background: rgba(37, 40, 54, 0.95);
    width: 410px;
}
#body #logo {
}
#body #logo img {
    display: block;
    width: 200px;
    margin: 30px auto;
}

#body #form #login {
    padding: 30px;
}

#body #form label {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    padding-top: 15px;
}
#body #form #login input#username,
#body #form #login input#email,
#body #form #login input#password,
#body #form #login input#passwordVerify {
    display: block;
    background-color: #fff;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 40px;
    padding: 13.5px 20px;
    margin: 8px 0 0;
    font-size: 13px;
    color: #000;
}
#body #form #login button {
    display: block;
    background: #0099ff;
    border: none;
    border-radius: 40px;
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 20px 0;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
#body #form #login button:disabled {
    background: #808080;
}
#body #form #login button i {
    margin-left: 15px;
}

#body #form a#forgot,
#body #form a#back {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    text-align: center;
}


#copyright {
    display: table-caption;
    position: absolute;
    bottom: 5px;
    right: 30px;
    font-size: 12px;
    text-align: right;
    color: #ffffff;
}

.alert {
    border-radius: 0;
}
