.code_img {
    float: right;
    width: 33%;
    height: 46px;
    padding-right: 10px;
}

.cert_btn {
    float: right;
    width: 25%;
    height: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #ffffff;
    color: #03A9F4;
    border-color: #0398db;
    margin-right: 10px;
}

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

.btn {
    background-image: none !important;
}

.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;
}

.container {
    width: 100%;
    max-width: 320px;
    margin-top: 280px;
}

body {
    background-color: #fff
}

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

.verification-code {
    height: auto !important;
    padding: 12px !important;
    font-size: 16px !important;
    width: 46% !important;
    margin-right: 12px;
}

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

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

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

.select-drop-down {
    color: #999;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(img/select.png) no-repeat scroll 95% center transparent;
    background-size: 20px 20px;
    width: 300px;
    height: auto;
    padding: 7px;
    font-size: 16px;
}

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

.privacy-field {
    color: gray;
    margin-bottom: 20px;
    text-align: center;
}

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

.anim-blue a {
    color: #03A9F4;
}

.anim-blue:hover , .anim-blue:hover a{
    color: white;
    background-color: #03A9F4;
}

.btnt {
    text-align: center;
}

.btnt button {
    background-color: #e4393c;
    font-size: 16px;
    font-weight: 800;
    padding: 6px 30px;
}

.btnt button:hover {
    background-color: #e4393c;
}

.widget-content {
    border-bottom: 0 !important;
}

.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
}

.agreement-field a {
	color: #03A9F4;
	font-size: 14px;
    line-height: 20px;
}

.agreement_modal {
	display: none;
}

.password-div {
    background-position: center right 60% !important;
}
