.Center {
    width: 800px;
}

.CenterLimit {
    width: 800px;
    background: #F8F8F8;
    padding: 15px 0px 0px 0px;
}

@media (min-width: 992px) {
    .Center {
        width: 100%;
        background: #F5F5F5;
    }
    .CenterLimit {
        width: 1200px;
        padding: 15px 0px 0px 0px;
        margin: 0px auto 0px auto;
        position: relative;
        background: #F5F5F5;
    }
}

@media (min-width: 1200px) {
    .Center {
        width: 100%;
        background: #F5F5F5;
    }
    .CenterLimit {
        width: 1200px;
        padding: 15px 0px 0px 0px;
        margin: 0px auto 0px auto;
        position: relative;
        background: #F5F5F5;
    }
}

@media (min-width: 800px) {
    .Center {
        width: 100%;
    }
}

.FormSize {
    width: 720px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/*Styling the form*/

.log_reg_form {
    z-index: 1;
    position: relative;
    padding: 45px 30px;
    text-align: left;
    border: 1px solid #000;
    border-radius: 7px;
    max-width: 760px;
}

.log_reg_form .form-group {
    margin-bottom: 1.75rem;
}

.mb4 {
    margin-bottom: 1.5rem;
}

.login-reg .form-control {
    padding: 1.5rem;
    border: 2px solid #dee2e6;
    outline: none !important;
    background: transparent !important;
}

.login-reg .form-control.is-invalid,
.was-validated .form-control:valid {
    border-color: #dee2e6;
}

.login-reg .form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #dee2e6;
}

.valid_error {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 30px;
    color: #dc3545;
}

.required {
    color: #dc3545;
    margin-left: 0.25em;
}

.login-reg .custom_select {
    border-top: 2px solid #dee2e6;
    border-left: 2px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
    outline: none !important;
    background: transparent !important;
    margin: 0px 0px 0px -1px !important;
    width: 17%;
    font-size: 30px;
}

.warnning {
    font-size: 28px;
    color: #C83737;
    text-align: center;
    line-height: 1.5;
}

.finish_size {
    font-size: 30px;
}

.finnish {
    font-size: 32px;
    color: #0dac1a;
    margin-right: 1em;
}

.not_finish {
    font-size: 32px;
    color: #999;
    margin-right: 1em;
}

.note {
    font-size: 28px;
    color: #999;
}

.chech-box {
    margin: 30px 10px 30px 0;
}

input[type=radio] {
    border: 0px;
    width: 30px;
}

.reg_form select {
    height: 86px;
}

.reg_form textarea {
    font-size: 30px;
}

.form-inline {
    margin-bottom: 1.5rem;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.input-group-text {
    background-color: #dee2e6 !important;
    font-size: 30px;
}

.log_reg_form input {
    font-size: 36px;
    height: 86px;
}

.log_reg_form input:focus,
.log_reg_form input:active {
    border: 2px solid #C83737;
}

input.largerCheckbox {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.log_reg_form label {
    font-size: 30px;
    color: #000;
}

.log_reg_form .TopBtn {
    font-size: 36px;
}

.log_reg_form .detailBtn {
    font-size: 36px;
    height: 86px;
}

.log_reg_form a {
    text-decoration: none;
    color: #000;
}

.log_reg_form a:hover {
    text-decoration: underline;
    color: #C83737;
}

.log_reg_form .form_title {
    font-weight: 700;
    font-size: 48px;
}

.redbtn {
    background: #C83737;
    color: #fff;
    font-weight: bold;
}

.redbtn:hover {
    background: #C83737;
    color: #fff;
    font-weight: bold;
}

.graybtn {
    background: #999;
    color: #fff;
    font-weight: bold;
}

.graybtn:hover {
    background: #999;
    color: #fff;
    font-weight: bold;
}

.yellowbtn {
    background: #ffd900;
    color: #000;
    font-weight: bold;
}

.yellowbtn:hover {
    background: #000;
    color: #ffd900;
    font-weight: bold;
}

.reg_form {
    display: none;
}

.forget_form {
    display: none;
}

.resend_form {
    display: none;
}

.Terms_Privacy .card {
    border: 1px solid #999;
    border-radius: 25px;
}

.loginLink {
    font-size: 33px;
}

.LoginiconSize {
    width: 70px;
    padding: 0.5em 0.75em;
}

.login_valid {
    width: 300px;
}

.Login_Captcha,
.Reg_Captcha,
.forget_Captcha,
.resend_Captcha {
    width: 215px;
    height: 80px;
    border: 1px #000;
}

.Login_Captcha_reset,
.Reg_Captcha_reset,
.forget_Captcha_reset,
.resend_Captcha_reset {
    width: 60px;
    height: 36px;
    padding-left: 10px;
}

.regProvision {
    overflow-y: scroll;
    height: 400px;
    font-size: 30px;
    border: 2px solid #000;
}

.Address_reg select {
    width: 295px;
    margin: 10px 5px 10px 0px;
    padding: 0px 20px;
    outline: none;
    border: 2px solid #dee2e6;
    border-radius: 5px;
    height: 86px;
    font-size: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.fontSize125 {
    font-size: 36px;
}

.RegInviteToggle {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .Login_Captcha,
    .Reg_Captcha,
    .forget_Captcha,
    .resend_Captcha {
        width: 160px;
        height: 60px;
        border: 1px #000;
    }
    .log_reg_form .form-group {
        margin-bottom: 1rem;
    }
    .FormSize {
        width: 700px;
    }
    .fontSize125 {
        font-size: 1.2rem;
    }
    .login-reg .custom_select {
        font-size: 1.2rem;
        width: 16%;
    }
    .valid_error {
        font-size: 20px;
    }
    .loginLink {
        font-size: 20px;
    }
    .log_reg_form input {
        font-size: 1.2rem;
        height: 60px;
    }
    .reg_form select {
        height: 60px;
    }
    .input-group-text {
        font-size: 1.5rem;
    }
    .Address_reg select {
        font-size: 1.2rem;
        height: 60px;
        width: 280px;
    }
    .reg_form textarea {
        font-size: 20px;
    }
    .regProvision {
        font-size: 18px;
    }
    .log_reg_form label {
        font-size: 20px;
        color: #000;
    }
    .log_reg_form .TopBtn {
        font-size: 20px;
    }
    .log_reg_form .detailBtn {
        font-size: 20px;
        height: 60px;
    }
    .log_reg_form .form_title {
        font-weight: 700;
        font-size: 26px;
    }
    .login_valid {
        width: 280px;
    }
    .log_reg_form label input {
        height: 24px !important;
    }
    .warnning {
        font-size: 18px;
    }
    .LoginiconSize {
        width: 58px;
    }
    .note {
        font-size: 22px;
        color: #999;
    }
}