﻿body {
    margin: 0
}

*, *::before, *::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    height: 100%
}

li {
    list-style: none;
}

.text-danger {
    color: #b94a48;
}

.sub-danger {
    display: table-caption;
}

.header {
    height: 80px;
    line-height: 80px;
}

.account_logo {
    background-image: url('/images/logo_white_login.png');
    height: 60px;
    width: 180px;
    position: relative;
    top: 11px;
    left: 180px;
}

.login-banner {
    top: 50%;
    position: absolute;
}


.login-panel {
    width: 404px;
    background-color: #FFFFFF;
    position: absolute;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px;
    right: 15%;
    top: 50%;
    -ms-transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    /*margin-right: 15%;*/
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 10px;
}

    .input-group :first-child.form-control, :first-child.input-group-addon {
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group :last-child.form-control, :last-child.input-group-addon {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }


.input-group-addon {
    padding: 0 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btnLogin {
    letter-spacing: 2px;
    display: block;
    width: 100%;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background-color: #AA2437;
    border-color: #ccc;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    margin-bottom: 10px;
}

.returnLogin {
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 1.3333333;
    color: #AA2437;
    text-align: right;
    border: 1px solid transparent;
    float: right;
}


.btn-disabled {
    opacity: 0.2;
}

.copyright {
    position: fixed;
    bottom: 32px;
    font-size: 12px;
    color: #ffffff;
    right: 0;
    left: 0;
}

@media (max-height: 560px) {
    .copyright {
        display: none
    }
}

.rememberPwd {
    float: right;
    font-size: 14px;
}

.txtRemember {
    margin-left: 4px;
    top: -2px;
    position: relative;
}

:-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #a9a9a9;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a9a9a9;
}

:-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a9a9a9;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a9a9a9;
}


body {
    background: url('/images/account/1920.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    -ms-background-size: cover;
    background-size: cover;
}
