* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #6af !important;
}

.layout {
    width: 1200px;
    height: 400px;
    margin: 0px auto;
    /* background: url(/pj-yuanzhu-v2/ncs/Public/Page/login/index/index/img/login-banner.png) no-repeat; */
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -200px;
}

.box-body-header-left {
    position: absolute;
    top: -25px;
    border-top: 31px solid transparent;
    border-right: 20px solid #efefef;
    right: 385px;
}

.box-body {
    background: white;
    width: 280px;
    height: 310px;
    padding: 35px;
    position: absolute;
    top: -25px;
    right: 35px;
}

.box-body img {
    width: 100%;
}

.box-body input {
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 254px;
    padding: 12px;
}

.box-body input[type="text"] {
    margin-top: 45px;
}

.box-body input[type="password"] {
    margin-top: 13px;
}

.box-body input[type="submit"] {
    margin-top: 26px;
    background-color: #26a;
    color: #fff;
    outline: 0;
    width: 100%;
    border: none;
    height: 45px;
    font-size: 16px;
}

#verifyCode{
    margin-top: 10px;
    width: 90px;
}

#verifyCodeImg{
   height: 42px;
    width: 158px;

}

#verifyShow{
    display: none;
}

#emailVerifyCode{
    margin-top: 10px;
    width: 130px;
}

#getEmailVerifyCodeButton{
    width: 118px;
    padding-top: 9px;
    padding-bottom: 11px;
}

#emailVerifyShow{
    display: none;
}