.code_img {
    float: right;
    width: 110px;
    height: 45px;
    font-size: 16px !important;
}

.cert_btn {
    padding: 12px;
    vertical-align: top;
    float: right;
    width: 85px;
    background-color: #ffffff;
    color: #03A9F4;
    border-color: #0398db;
    background-image: none !important;
}

.cert_btn:hover {
    background-color: #03A9F4;
    color: white;
}

.topbanner {
    width: 100%;
    height: 240px;
    position: fixed;
    top: 0;
    z-index: 100;
    background-repeat: no-repeat;
    background-size: 100% 240px;
}

.topbanner .poswrap {
    width: 100%;
    position: absolute;
    bottom: 25px;
    text-align: center;
}

.form-unit {
    margin-top: 50px;
    width: 100%;
}

.col-md-height img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .col-md-6 {
        float: left;
        position: relative;
        min-height: 1px;
        max-width: 50%;
        margin-right: 25px;
    }
}

body {
    background-color: #fff;
}

.topbanner h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-weight: 500;
}

.big_input {
    height: auto !important;
    padding: 12px !important;
    font-size: 16px !important;
    min-width: 274px;
}

.verification-code {
    padding: 12px !important;
    font-size: 16px !important;
    float: left;
}

.col-right {
    max-width: 300px;
    margin-right: 0;
    margin-left: 35px;
}

.anim-blue-all {
    position: relative;
    border: 1px solid #03A9F4;
    background-color: #03A9F4;
    margin-bottom: 0px;
    width: 100%;
    padding: 12px;
}

.anim-blue-all a {
    color: #fff;
}

.remember-status {
    vertical-align: middle;
}

.horizontal-line {
    height: 1px;
    background-color: #D9D9D9;
    margin-bottom: 20px;
    margin-top: 20px;
}

.register-forget {
    width: 100%;
    padding: 12px;
    border-radius: 3px;
    border: 1px solid #03B4EB;
    margin-bottom: 10px;
    background-color: white;
}

.register-forget:hover, .register-forget:hover a {
    background-color: #03B4EB;
    color: white;
}

.register-forget a {
    color: #03B4EB;
}

.anim-blue-all:active:focus {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.container {
    margin-top: 250px;
    margin-bottom: 80px;
    text-align: center;
}

.login-title {
    display: flex;
}

.title-font-size {
    font-size: 20px;
}

.message-title {
    margin-left: 50px;
}

.title-bottom {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #03A9F4;
    margin-top: 15px;
}

.min-code {
    width: 150px !important;
    margin-bottom: 20px !important;
}

.event-none {
    pointer-events: none;
}