.vertical-align-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}
.vertical-align-middle {
    display: table-cell;
    vertical-align: middle;
}
.auth-box {
    -moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 70%;
    height: 450px;
    margin: 0 auto;
    background-color: #fff;
}
.auth-box .left {
    float: left;
    width: 42%;
    height: 100%;
    text-align: center;
    position: relative;
}
.auth-box .header h2{
       font-size: 30px;
           font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.content {
    position: relative;
    top: 17%

}
.auth-box .header {
    margin-bottom: 30px;
}
.text-center {
    text-align: center;
}
.form-group {
    margin-bottom: 25px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.form-control {
    display: block;
    width: 93%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.auth-box .left .content{
    width: 420px;
    max-width:100%;
    margin:0 auto;
}
.auth-box .form-auth-small .element-left {
    float: left;
}
.fancy-checkbox {
    display: block;
    font-weight: normal;
}
input[type="checkbox"]{
   position: relative;
   top: 2px;
}
.fancy-checkbox input[type="checkbox"] + span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    font-size: 13px;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #00a0f0;
    border-color: #00a0f0;
}
a {
    color: #3287B2;
}
.auth-box .form-auth-small .btn {
    width: 100%;
    border: none;
    padding: 10px 25px;
    color: #fff;
    cursor: pointer;
}
.btn-primary {
    background-color: #00AAFF;
    border-color: #00a0f0;
}
.btn-group-lg > .btn, .btn-lg {
    padding: 10px 28px;
}
.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    padding: 6px 22px;
}
.auth-box .right {
    float: right;
    width: 58%;
    height: 100%;
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.auth-box .right .overlay {
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(99, 156, 185, 0.92);
}
.auth-box .right .text {
    position: absolute;
    padding: 0 30px;
    color: #fff;
    top: 45%;
}

.auth-box .right .heading {
    font-size: 40px!important;
}
.auth-box .right .heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: 300;
}
.auth-box .right p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    font-family: inherit;
}
span.mistake{
    position: absolute;
    left: 15px;
    font-size: 14px;
    color: #e12c2c
}

@media screen and (max-width: 1000px){
.auth-box .left {
    top: 3.3em;
}
.auth-box .left {
    float: left;
    width: 42%;
    height: 100%;
    text-align: center;
}
.auth-box .left {
    width: 100%;
    position: inherit;
}
.form-control{
    width: 92%
}
}
@media screen and (max-width: 1000px){
.auth-box .right {
    display: none;
}

}

@media screen and (max-width: 992px){
.auth-box {
    width: 70%;
}
.auth-box .left .content{
    width: 80%;
}
}
@media screen and (max-width: 1279px ){
.auth-box {
    width: 90%;
}
}