body,
html {
    width: 100%;
    height: 100%
}

.logo-login img {
    max-width: 400px;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box
}

.container {
    height: 100%;
}

.col-sm-6 {
    height: 100%;
    padding: 0
}

.borderRight:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 50%;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.logo-login,
.login-form {
    padding: 20px 8%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.login-form h2 {
    margin: 0 0 50px;
    font-size: 50px
}

.login-form .input input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #333;
    padding: 18px 0 15px 0;
    font-size: 18px;
    color: #555;
}

.login-form span {
    margin: 0 0 20px;
    display: block;
	position:relative;
}

.login-form span.submit {
    margin-top: 40px;
    text-align: left
}

.login-form .submit input {
    background: #333333;
    color: #fff;
    cursor: pointer;
    width: 50%;
    padding: 15px;
    transition: all .3s ease
}

.login-form .input a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    float: right;
    line-height: 50px;
}

.login-form .input a:hover {
    text-decoration: underline
}

a.expiry-pwd {
    clear: both;
    text-align: left;
    color: #1546d8;
    display: block;
    background: #eee;
    padding: 5px 10px;
    text-decoration: none;
}

a.expiry-pwd:hover {
    text-decoration: none;
    color: #1546d8;
}

a.expiry-pwd span {
    display: inline;
    margin: 0;
    font-weight: 600;
    font-size: 16px
}

.login-form .submit input:hover {
    box-shadow: 0px 0px 15px #555;
    background-color: #000000
}

 ::-webkit-input-placeholder {
    color: #ccc
}

 ::-moz-placeholder {
    color: #ccc
}

 :-ms-input-placeholder {
    color: #ccc
}

 :-moz-placeholder {
    color: #ccc
}

.login-form input:focus,
.login-form input:active,
.login-form input:hover {
    outline: 0
}

.btn-primary {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
    transition: all .3s ease;
    border-radius: inherit
}
.well{
    border-radius: inherit
}
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
    background-color: #000000;
    border-color: #000000;
    box-shadow: 0px 0px 15px #555;
    outline: none;
}
select.domain {
       position: absolute;
    right: 0;
    top: 0px;
    padding: 20px 5px;
    box-sizing: border-box;
    width: 250px;
    border: none;
    background: none;
	-moz-appearance:none;
	font-size: 18px;
}
select.domain:focus{
	outline:0 none;
}

select.domain option {
    padding: 5px;
}
.form-control {
    border-radius: inherit
}
.login-form .input .email {
    padding-right: 240px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.form-control:focus {
    border-color: #555555;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
}

.well-border {
    margin: 0 0 40px;
}

.securitySec h3 {
    margin: 60px 0 30px
}


/*** MODAL STYLE ***/

.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%
}

.modal-body .form-horizontal .control-label {
    text-align: left;
    margin: 0 0 5px
}

.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 15px;
}


/*** RWD CSS ***/

@media(max-width:1170px) {
    /*
    .container {
        width: 90%;
    }
*/
}
