.form-body {
    background-color: #fff;
    height: 100%;
}
html, body {
    height: 100%;
}
body{
	font-family: 'Lato',sans-serif !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;	
}
.form-body>.row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1000;
    display: none;
}
.topTips {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px;
    background: #fff1f1;
    border: 1px solid #fcc4cd;
    color: #a60906;
    text-align: center;
    z-index: 999;
    font-size: 14px;
}
.topTips .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #a60906;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.alert .alert-link, .close {
    font-weight: 700;
}
.img-holder {
    width: 550px;
    background-color: #0093ff;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 700px;
    height: 100%;
    overflow: hidden;
    padding: 60px;
    z-index: 999;
}
.website-logo {
    position: fixed;
    top: 140px;
    left: 80px;
    display: inline-block;
    z-index: 1000;
    width: 190px;
}
.img-holder .info-holder {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.img-holder .info-holder h3 {
    display: inline-block;
    color: #fff;
    text-align: left;
    font-size: 23px;
    font-weight: 900;
    margin-bottom: 30px;
    width: 100%;
}
.img-holder .info-holder p {
    display: inline-block;
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 50px;
    width: 100%;
}
.form-holder {
    margin-left: 550px;
    width: 100%;
}
.form-holder .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 60px;
    min-height: 100%;
    background: #fff;
}
.form-content .form-items {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    text-align: left;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.form-content .loginTabs {
    margin-bottom: 34px;
}
.form-content .loginTabs a.active {
    font-weight: 700;
}

.form-content .loginTabs a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    margin-right: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.form-content .loginTabs a.active:after {
    background-color: #0092fe;
}

.form-content .loginTabs a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(222,222,222,.7);
}
.form-content .form {
    margin-bottom: 30px;
}
.form-content .form .inputText {
    width: 100%;
    padding: 9px 20px;
    border: 0;
    background: #f7f7f7;
    outline: 0;
    border-radius: 6px;
    font-weight: 300;
    color: #000;
    margin-bottom: 14px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    font-size: 12px;
}

button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.form-content .form .formButton {
    margin: 30px 0 25px;
}
.form-content .form .formButton .ibtn {
    border-radius: 6px;
    border: 0;
    padding: 0 28px;
    background: #0093ff;
    color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(80,182,255,.31);
    box-shadow: 0 0 0 rgba(80,182,255,.31);
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    margin-right: 10px;
    outline: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 34px;
    line-height: 34px;
    display: inline-block;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}