@charset "utf-8";

body {
    background-color: #f3f3f3;
}
.wrap-page {
    height: 100%;
    min-height: 670px;
    position: relative;
    padding-bottom: 2.8vw;
}
.wrap-inner {
    max-width: 960px;
    margin: 0 auto;
}
header.type2 {
    position: fixed;
    top: 0;
    text-align: center;
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
}

.error {
    border: 1px solid red !important;
}
#p-Register {
    height: 100%;
    height: 100%;
    background: url("../images/my-account/bg-register.jpg") no-repeat center center;
    background-size: cover;
    padding: 10vw 0 5vw;
}
#p-Register h1 {
    margin: 0;
    line-height: 0.5;
    font-size: 4.69vw;
    text-align: center;
}
#p-Register h1 span {
    font-family: "psl_kandamodern_pro";
}
#p-Register .txt-hilight {
    background: rgba(255,255,255,0.5);
    padding: 15px 0;
    text-align: center;
    margin: 3.5vw 0;
}
#p-Register .txt-hilight h3 {
    margin: 0;
    font-size: 2.5vw;
}
#p-Register .form-group {
    width: 382px;
    margin: 0 auto 2vw;
}
#p-Register .form-group input.form-control {
    height: 34px;
    text-align: center;
    color: #000;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
}
#p-Register .form-group .btn {
    width: 100%;
    font-size: 22px;
    height: 44px;
    line-height: 44px;
    padding: 0;
}
#p-Register .form-group .btn i {
    width: 25px;
    height: 25px;
    background: url("../images/icon-key-btn.png") no-repeat;
    background-size: 15px auto;
    display: inline-block;
    vertical-align: middle;
}
#p-Register a.forgot-link {
    text-align: center;
    display: block;
    color: #000;
    font-family: "psl_kandamodern_pro";
    display: inline-block;
    margin: 0 10px;
}
#p-Register a.forgot-link i {
    width: 15px;
    height: 11px;
    display: inline-block;
    background: url("../images/icon-arrow-left.png") no-repeat;
    background-size: 10px auto;
}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1152px) {
}
@media screen and (max-width: 1024px) {
    header.type2 {
        display: block !important;
    }
    #p-Register {
        padding: 15vw 0;
    }
    #p-Register .form-group {
        width: 40vw;
    }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
    #p-Register {
        background: url("../images/my-account/bg-register.jpg") no-repeat right center;
        background-size: cover;
        padding: 25vw 0;
    }
    #p-Register .form-group {
        width: 60vw;
        margin: 0 auto 4vw;
    }
    #p-Register h1 {
        line-height: 0.5;
        font-size: 57px;
    }
    #p-Register .txt-hilight h3 {
        font-size: 2.8vw;
    }
    #p-Register .txt-hilight p {
        font-size: 2.6vw;
    }
    #p-Register a.forgot-link {
        font-size: 2.6vw;
    }
}
@media screen and (max-width: 480px) {
    #p-Register {
        padding: 40vw 0;
    }
    #p-Register .txt-hilight p {
        font-size: 2.8vw;
    }
    #p-Register .txt-hilight h3 {
        font-size: 3.2vw;
    }
    #p-Register .form-group {
        width: 70vw;
        margin: 0 auto 6vw;
    }
    #p-Register h1 {
        line-height: 0.5;
        font-size: 77px;
    }
    #p-Register a.forgot-link {
        font-size: 4.5vw;
        margin: 0 25px;
    }
    #p-Register a.forgot-link i {
        width: 35px;
        height: 25px;
        background: url("../images/icon-arrow-left.png") no-repeat;
        background-size: 20px auto;
    }
    #p-Register .form-group input.form-control {
        height: 45px;
        line-height: 45px;
        margin-bottom: 30px;
        font-size: 26px;
    }
    #p-Register .form-group .btn {
        font-size: 35px;
        height: 55px;
        line-height: 55px;
    }
}
