.mobile-logo-img {
    display: none;
    cursor: pointer;
}

.user-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.image-container {
    width: 700px;
    height: 100vh;
}

.logo-img {
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}

.background-images {
    background-repeat: no-repeat;
    width: 700px;
    height: 100vh;
    text-align: center;
}

.background-image-1 {
    background-image: url('https://media.travelc2b.com/asset/images/user/user_slide_image_1.jpg');
    background-size: 200% 100%;
    background-position: -320px 0;
}

.background-image-2 {
    background-image: url('https://media.travelc2b.com/asset/images/user/user_slide_image_2.jpg');
    background-size: 200% 100%;
    background-position: -320px 0;
}

.background-image-3 {
    background-image: url('https://media.travelc2b.com/asset/images/user/user_slide_image_3.jpg');
    background-size: 200% 100%;
    background-position: -320px 0;
}

.slides-text {
    position: absolute;
    left: 5%;
    bottom: 120px;
    width: 90%;
    z-index: 2;
    padding: 10px 17px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 2px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, 
.swiper-pagination-fraction {
    width: 95%;
    text-align: right;
    bottom: 90px;
}

.form-container {
    width: calc(100% - 700px);
    height: 100vh;
    margin: 0 auto;
    overflow-y: scroll;
}

.form-container.login-container {
    padding: 230px 0 150px 0;
}

.form-container.signup-container {
    padding: 120px 0;
}

.form-container.password-find-container {
    padding: 180px 0;
}

.page-title {
    display: block;
    font-size: 33px;
    font-weight: 500;
    color: #454545;
    text-align: center;
}

.information-box {
    margin: 50px auto 0 auto;
}

.input-box {
    width: 50%;
    margin: 23px auto;
}

.form-label {
    display: block;
    line-height: 1.5;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(64, 160, 255, 0.8);
}

.form-input {
    border-color: #ccc;
    height: 40px;
    line-height: 40px;
    border-radius: 7px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    color: #797a7d;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    width: 100%;
}

.form-input:focus {
    border: 1px solid rgba(4, 163, 255, 0.7);
    transition: 0.3s;
}

.overlap-text {
    display: block;
    font-size: 13px;
    color: #ff7676;
    margin: 4px 0 0 2px;
}

.password-forget {
    display: block;
    margin: 0 auto;
    width: 50%;
    color: #666;
    font-size: 14px;
    text-align: right;
    cursor: pointer;
}

.password-forget:hover {
    transition: 0.2s;
    color: #409eff;
}

.agree-link {
    display: block;
    margin: 0 auto;
    width: 50%;
    color: #666;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.agree-link:hover {
    transition: 0.2s;
    color: #409eff;
}

.submit-box {
    margin: 50px auto 0 auto;
    width: 50%;
    text-align: center;
}

.submit-btn {
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    color: #409eff;
    background-color: #fff;
    cursor: pointer;
    border: none;
    border: 2px solid #409eff;
    outline: 0;
}

.submit-btn:hover {
    transition: 0.3s;
    background-color: #409eff;
    color: #fff;
}

.message {
    margin: 50px auto 0 auto;
    width: 50%;
    text-align: center;
}

.message>a {
    font-size: 15px;
    color: #656565;
    font-weight: 400;
    word-break: keep-all;
}

.message>a>b {
    color: rgba(64, 160, 255, 0.8);
    font-weight: 400;
}

.email-verify-message-container {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #f2eee8;
    justify-content: center;
    padding: 100px 30px;
}

.face {
    margin: 0 auto;
	width: 300px;
	height: 300px;
	border: 4px solid #383a41;
	border-radius: 10px;
    background-color: #fff;
}

.face .band {
	width: 350px;
	height: 27px;
	border: 4px solid #383a41;
	border-radius: 5px;
	margin-left: -25px;
	margin-top: 50px;
}

.face .band .red {
	height: calc(100%/ 3);
	width: 100%;
	background-color: #eb6d6d;
}

.face .band .white {
	height: calc(100%/ 3);
	width: 100%;
	background-color: #fff;
}

.face .band .blue {
	height: calc(100%/ 3);
	width: 100%;
	background-color: #5e7fdc;
}

.face .band:before {
	content: "";
	display: inline-block;
	height: 27px;
	width: 30px;
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	z-index: 999;
}

.face .eyes {
	width: 128px;
	margin: 0 auto;
	margin-top: 40px;
}

.face .eyes:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 15px;
	border: 7px solid #383a41;
	margin-right: 20px;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	border-bottom: 0;
}

.face .eyes:after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 15px;
	border: 7px solid #383a41;
	margin-left: 20px;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	border-bottom: 0;
}

.face .dimples {
	width: 180px;
	margin: 0 auto;
	margin-top: 15px;
}

.face .dimples:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 80px;
	border-radius: 50%;
	background-color: rgba(235, 109, 109, 0.4);
}

.face .dimples:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 80px;
	border-radius: 50%;
	background-color: rgba(235, 109, 109, 0.4);
}

.face .mouth {
	width: 40px;
	height: 5px;
	border-radius: 5px;
	background-color: #383a41;
	margin: 0 auto;
	margin-top: 25px;
}

.verify-text {
    margin-top: 70px;
    width: 100%;
    text-align: center;
}

.verify-text p {
    font-size: 27px;
    color: #383a41;
    line-height: 2.0;
}

.verify-text h6 {
    display: block;
    font-weight: 100;
    margin-top: 30px;
    font-size: 14px;
}

.verify-text a {
    display: block;
    padding: 13px 19px;
    background-color: rgb(94, 127, 220);
    color: #fff;
    width: 320px;
    margin: 30px auto 0 auto;
    text-align: center;
    font-size: 1.2em;
    border-radius: 5px;
    cursor: pointer;
}

@media ( max-width: 1400px) {
    .user-container {
        min-width: 1260px;
    }

    .image-container {
        width: 550px;
        height: 100vh;
    }

    .background-images {
        background-repeat: no-repeat;
        width: 550px;
        height: 100vh;
        text-align: center;
    }

    .form-container {
        width: calc(100% - 550px);
        margin: 0 auto;
    }
}

@media ( max-width: 768px) {
    .mobile-logo-img {
        display: block;
        width: 182px;
        height: 45px;
        margin: 0 auto;
    }

    .page-title {
        font-size: 27px;
        margin-top: 50px;
    }

    .user-container {
        min-width: 100%;
        display: block;
        flex-wrap: unset;
    }

    .image-container {
        display: none;
    }

    .form-container {
        width: 100%;
        margin: 0 auto;
    }

    .form-container.login-container {
        padding: 30px 0;
    }
    
    .form-container.signup-container {
        padding: 30px 0;
    }

    .form-container.password-find-container {
        padding: 30px 0;
    }

    .information-box {
        margin: 50px auto 0 auto;
    }

    .input-box {
        width: 90%;
    }

    .password-forget {
        width: 90%;
    }

    .submit-box {
        width: 90%;
    }

    .message {
        width: 90%;
    }
}

@media screen and (max-width: 500px) {
    .email-verify-message-container {
        padding: 10px 20px;
    }

	.face {
        width: 100%;
        height: 270px;
        transform: scale(0.8);
    }

    .face .band {
        width: calc(100% + 50px);
    }
    
    .verify-text {
        margin-top: 30px;
    }

    .verify-text p {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 20px
    }

    .verify-text p:last-child {
        margin-bottom: 0;
    }

    .verify-text a {
        display: block;
        padding: 13px 19px;
        background-color: rgb(94, 127, 220);
        color: #fff;
        width: 100%;
        margin: 30px auto 0 auto;
        text-align: center;
        font-size: 1.2em;
        border-radius: 5px;
        cursor: pointer;
    }
}