html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #F1A06E;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    line-height: 1.7;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #646464;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

.logo {
    width: 100%;
    text-align: center;
}

.content-l {
    background-color: rgba(0, 0, 0, 0.1);
    padding-left: 30px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
}

.fxt-header {
    padding: 30px 30px 30px 0;
}

.fxt-header h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
}

.fxt-header h5 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.4;
}

.content-r {
    padding: 50px 90px 40px;
    width: 100%;
    background-color: #fff;
    border-radius: 45px;
}

.form-group {
    margin-bottom: 22px !important;
    width: 100%;
    position: relative;
}

.input-label {
    width: 80px;
    line-height: 36px;
    font-weight: 500;
    margin-right: 10px;
    display: inline-block !important;
}

.form-control {
    width: calc(100% - 90px) !important;
}

.form-control.yzm {
    width: calc(100% - 198px) !important;
}

.btn-primary {
    width: 100%;
    background-color: #5a8dee !important;
    padding: 10px 36px;
}

.btn-primary:hover {
    background-color: #4b7cda !important;
    border-color: #4b7cda !important;
}

.invalid-feedback {
    padding-left: 90px;
    position: absolute;
    bottom: -22px;
    left: 0;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #ced4da !important;
    background-image: none !important;
    padding-right: 0.75rem;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    box-shadow: none!important;
}

#change-vcode{
	width: 100%;
	text-align: right;
	margin-top: -15px;
	padding-right: 4px;
}

#change-vcode>span{
	cursor: pointer;
	font-size: 13px;
	text-align: right;
}

#change-vcode>span:hover{
	text-decoration: underline;
}

#yzm-img{
    cursor: pointer;
}

.content-r h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 26px;
}

.footer {
    position: fixed;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 100%;
    font-weight: 500px
}