body {
    background: #e9e9e9;
    color: #666666;
    font-family: 'RobotoDraft', 'Roboto', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Pen Title */
.pen-title {
    padding: 50px 0;
    text-align: center;
    letter-spacing: 2px;
}
.pen-title h1 {
    margin: 0 0 20px;
    font-size: 45px;
    font-weight: 300;
}
.pen-title span {
    font-size: 12px;
}
.pen-title span .fa {
    color: #33b5e5;
}
.pen-title span a {
    color: #33b5e5;
    font-weight: 600;
    text-decoration: none;
}

/* Form Module */
.form-module {
    position: relative;
    max-width: 450px;
    width: 100%;
    text-align: center;
    /*margin-top:19%;*/
    margin-top: -4vh;
    margin-left:64vw;
    filter:alpha(opacity:95); opacity:0.95;  -moz-opacity:0.95;-khtml-opacity: 0.95
}
.form-module .toggle {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: -0;
    background: #134B7E;
    width: 30px;
    height: 30px;
    margin: -5px 0 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}
.form-module .toggle .tooltip {
    position: absolute;
    top: 5px;
    right: -65px;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    width: auto;
    padding: 5px;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -5px;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
    display: none;
    padding: 40px;
}
.form-module .form:nth-child(2) {
    display: block;
}
.form-module h2 {
    margin: 0 0 20px;
    color: #33b5e5;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.form-module input {
    outline: none;
    display: block;
    width: 100%;
    height:48px;
    border: 2px solid #12D3FC;
    margin: 0 0 20px;
    padding: 10px 78px;
    box-sizing: border-box;
    font-wieght: 400;
    transition: 0.3s ease;
    font-size:16px;
    color:#cae4f1;
}
@media(max-width:1435px){
    .form-module input {
        width: 80%;
        height:45px;
    }
    .verifCode{
        width: 58% !important;
    }
    .vcode{
        height:45px !important;
        width:75px !important;
        margin-right: 65px;
    }
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #A4D6EF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #A4D6EF;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #A4D6EF;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #A4D6EF;
}
.form-module input:focus {
    border: 2px solid #12D3FC;
    color: #A4D6EF;
}
.form-module button {
    cursor: pointer;
    background: #1788c2;
    /*  background: #2079b5; */
    width: 100%;
    height:48px;
    border: 0;
    padding: 10px 15px;
    color: #bdedfb;
    transition: 0.3s ease;
    font-size:18px;
    border: 2px solid #2da0d9;
}
@media(max-width:1440px){
    .form-module button {
        width: 80%;
        height:45px;
        margin-right: 80px;
    }
}
.form-module button:hover {
    background: #178ab4;
    color:#ffffff
}
.form-module .cta {
    background: #f2f2f2;
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
    color: #666666;
    font-size: 12px;
    text-align: center;
}
.form-module .cta a {
    color: #333333;
    text-decoration: none;
}
.logoImg{
    margin-top:8%;
}
.logoTxt{
    color: white;
    margin-top: 15px;
    font-size:20px;
}
.logoEng{
    color: white;
    margin-top: 15px;
    margin-bottom:66px;
    font-size:10px;
}
.homeImg{
    position: absolute;
    top:32px;
    left:60px;
    height: 22px;
    width:22px;
}
.title_index{
    color: white;
    position: absolute;
    right: 60px;
    font-size:16px;
    top:35px;
}
.title_link{
    color: white;
    position: absolute;
    left: 88px;
    font-size:18px;
    top:35px;
}
.title_link_a{
    color:white;
    text-decoration:none;
}
.title_link_a:hover{
    color:#0e63a3;
}
.footer{
    position: absolute;
    bottom: 27px;
    /*right: 55%;*/
    width: 100%;
    /*height: 100px;*/
    color: #7DC3EC;
    text-align: center;
    /*line-height: 135px;*/
    /*z-index: -1;*/
}
.logo-box {
    display: flex;
    align-items: center;
// justify-content: space-between;
    position: absolute;
    left: 50px;
    top: 30px;
}
.logo-img {
    width: 60px;
    height: 60px;
}
span {
    color: rgb(0, 221, 250);
    font-size: 32px;
    font-weight: bold;
}
.title {
    margin-left: 65.5vw;
    margin-top: 21vh;
    width: 450px;
    height: 66px;
    font-size: 40px;
    font-weight: bold;
// background-color: blanchedalmond;
    color: rgb(0, 221, 250);
}
.title-login {
    margin-left: 72.5vw;
    margin-top: 62px;
    width: 450px;
    height: 66px;
    font-size: 30px;
    font-weight: bold;
// background-color: blanchedalmond;
    color: rgb(243, 241, 241);
}
.login-box {
    width: 300px;
    height: 300px;
    background-color: aqua;
    border-radius: 150px;
    margin-top: 12vh;
// margin-left: 68vw;
// margin-top: 350px;
}
.footer_menu{
    color: #76b3df;
    float:left;
    margin-left:15px;
}
.footer_menu_a{
    color:#76b3df;
    text-decoration:none;
}
.footer_menu_a:hover{
    color:white;
}
.footer_txt{
    color: #76b3df;
    position: absolute;
    bottom:		27px;
    left: 60px;
}
.vcode{
    foalt:right;
    height:48px;
    width:92px;
}
@media screen and (max-width: 1435px) {
    body{
        width: 1435px;
    }
.login-box {
    width: 240px;
    height: 240px;
    transition: 0.2s;
}
.title {
    font-size: 36px;
    margin-left: 891px;
    transition: 0.2s;
}
}
@media screen and (max-height: 600px) {
    body{
        height: 600px;
    }
    .title {
        font-size: 36px;
        transition: 0.2s;
        margin-top: 104px;
    }
    .form-module{
        margin-top: -10px;
    }
}
