a {
    color: #000;
}

i {
    display: inline-block;
    font-style: normal;
}

/*Top*/
.topbar {
    /*width: 100%;*/
    margin: 0 auto;
    /*height: 40px;*/
    background: #f3f3f4;
    padding: 0 200px;
    /*color:#fff;*/
    /*text-align:center;*/
}

    .topbar h1 {
        font: bold 24px/60px "ΞΆΘνΡΕΊΪ";
        color: #3d3d3d;
    }

/*ΜαΚΎΣο*/
.prompt {
    padding: 122px 0 0 38px;
    color: #fff;
}

    .prompt h3 {
        font-size: 20px;
        margin-bottom: 28px;
        font-weight: bold;
    }

    .prompt p {
        font-size: 18px;
        line-height: 30px;
    }

/*content*/
.content {
    height: 100vh;
    /*background: url(../images/bgg_02.png);*/
    /*background-color: #057ec3;*/
    background-image: linear-gradient(to bottom, #5E60F8, #326BFA);
}

    .content .bg-warp {
        /*width: 60%;*/
        height: 84%;
        margin: 0 auto;
        position: relative;
        background: url(../images/backgroundnew.png) no-repeat center;
        background-size:65% 100%;
    }

    .content .login-warp {
        width: 350px;
        height: 432px;
        padding: 49px 37px 0 36px;
        background: url(../images/login-bg_03.png) no-repeat;
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(8%);
        zoom: 1;
    }

        .content .login-warp h3 {
            width: 100px;
            height: 29px;
            border-bottom: 2px solid #3a99db;
            font-size: 20px;
            text-align: center;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .content .login-warp .input-warp .ibox {
            height: 43px;
            border: 1px solid #d2d2d2;
            border-radius: 5px;
            margin-bottom: 20px;
            position: relative;
            clear: both;
            zoom: 1;
        }

            .content .login-warp .input-warp .ibox .icon {
                width: 40px;
                height: 43px;
                float: left;
            }

            .content .login-warp .input-warp .ibox input {
                width: 275px;
                height: 22px;
                line-height: 22px;
                margin-top: 12px;
                padding-left: 7px;
            }

.ibox .icon img {
    margin: 12px 0 0 11px;
    padding: 1px 10px 1px 0;
    border-right: 1px solid #d2d2d2;
}

.content .login-warp .input-warp .verify {
    border: 0 none;
}

    .content .login-warp .input-warp .verify .error-text {
        top: 41px;
    }

    .content .login-warp .input-warp .verify .code {
        width: 100px;
        height: 38px;
        margin-left: 140px;
        position: relative;
        cursor: pointer;
    }

        .content .login-warp .input-warp .verify .code span {
            position: absolute;
            top: 10px;
            right: -112px;
        }

            .content .login-warp .input-warp .verify .code span a {
                color: #4f4f4f;
            }

    .content .login-warp .input-warp .verify input {
        width: 128px;
        height: 36px;
        border: 1px solid #d2d2d2;
        margin-top: 0;
        border-radius: 5px;
        float: left;
    }

.error-text {
    width: 258px;
    height: 14px;
    display: inline-block;
    font-size: 12px;
    color: #fc3318;
    position: absolute;
    top: 47px;
    left: 0;
}

.check-warp {
    position: relative;
    margin-top: 35px;
}

    .check-warp span {
        margin-left: 5px;
        cursor: pointer;
    }

    .check-warp .checkBox {
        width: 16px;
        height: 16px;
        float: left;
        border: 1px solid #d9d9d9;
        background: #ebecee;
        border-radius: 1px;
        cursor: pointer;
        position: relative;
    }

        .check-warp .checkBox img {
            display: none;
            position: absolute;
            top: 3px;
            left: 1px;
        }

.ps {
    margin-top: 12px;
}

    .ps span {
        float: right;
        margin-left: 5px;
    }

        .ps span .enroll {
            color: #c61110;
        }

.check-warp i {
    position: absolute;
    top: 0;
    right: 0;
}

    .check-warp i a {
        color: #1873c2;
        font-weight: bold;
    }

.go-login {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    font-family: "ΞΆΘνΡΕΊΪ";
    background: #3393e7;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-top: 9px;
}

/*footerbar*/
/*.footbar {
    height: 128px;
    line-height: 128px;
    font-size: 12px;
    text-align: center;
    color: #656565;
    background: #fff;
}
*/
.back-login {
    font-size: 12px;
    position: absolute;
    top: -26px;
    right: 10px;
    font-family: "ΞΆΘνΡΕΊΪ";
}

    .back-login a {
        color: #3a99db;
    }
