.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%;
    padding: 0 30px;
    text-align: center;
    position: relative;
}
.auth-box {

}
.content {
    position: relative;
    top: 17%

}
.auth-box .header {
    margin-bottom: 30px;
}
.text-center {
    text-align: center;
}
.form-group {
    margin-bottom: 15px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.form-control {
    -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-color: #eaeaea;
    background-color: #fcfcfc;
}
.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 {
    margin-top: 20px;
}
.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%;
    position: relative;
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.auth-box .right .overlay {
    position: absolute;
    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: 40%;
}

.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;
}


@media screen and (max-width: 1000px){
.auth-box .left {
    top: 3.3em;
}
.auth-box .left {
    float: left;
    width: 42%;
    height: 100%;
    padding: 0 30px;
    text-align: center;
}
.auth-box .left {
    width: 100%;
    position: inherit;
    padding: 30px;
}
}
@media screen and (max-width: 1000px){
.auth-box .right {
    display: none;
}

}

@media screen and (max-width: 992px){
.auth-box {
    width: 70%;
}
}
@media screen and (max-width: 1279px ){
.auth-box {
    width: 90%;
}
}