﻿.form-login {
    /* background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px 2px #EBA400;
    color: #000;
    display: block;
    height: 330px;
    left: calc(((100%) - 250px) / 2);
    padding: 10px;
    position: absolute;
    top: calc(((100%) - 330px) / 2);
    width: 250px; */
}

.form-login.net-v {
    height: 360px;
    top: calc(((100%) - 360px) / 2);
}

.form-login .caption {
    color: #fff;
    line-height: 32px;
    text-align: center;
}

.form-login .icon-security {
    left: 7px;
    position: absolute;
    top: 7px;
}

.form-login label {
    display: inline-block;
    width: 100%;
}
.form-login .remember{
    margin: 0;
}
.form-login .remember label{
    width: auto;
}
.form-login .remember input{
    position: relative;
    top: -1px;
}

#AuthType { text-indent: 4px !important; }



.form-login .btn-link {
    font-weight: bold;
    min-width: 113px;
    text-shadow: none;
}

.form-register button {
    font-weight: bold;
    width: 100%;
}

.form-register .btn-link {
    font-weight: bold;
    min-width: 113px;
    text-shadow: none;
}

.form-register {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px 2px #EBA400;
    color: #000;
    display: block;
    height: 400px;
    left: calc(((100%) - 250px) / 2);
    padding: 10px;
    position: absolute;
    top: calc(((100%) - 400px) / 2);
    width: 250px;
}

.form-register.net-v {
    height: 430px;
    top: calc(((100%) - 430px) / 2);
}

.form-register .caption {
    color: #fff;
    line-height: 32px;
    text-align: center;
}

.form-register .icon-security {
    left: 7px;
    position: absolute;
    top: 7px;
}

.form-register label {
    display: inline-block;
    width: 100%;
}

.login-logo{
    border-radius: 5px;
    height: 32px;
    padding: 5px;
}