﻿/* For mobile devices */

@media only screen and (max-width: 767px) {
    body {
    }
}


/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: local(''Inter' Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: local('Inter'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: local(''Inter' Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

input.error,
select.error {
    border-color: red;
}

.help-block {
    color: red;
    font-size: 12px;
    margin-top: 4px;
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    height: auto;
}

label {
    color: #000;
}

span {
    color: #000;
}

/*---------------------------------------------*/


/* a {
    font-family: SourceSansPro-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
} */

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}


/*---------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

input {
    /*outline: none;
    border: none;*/
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus,
    input:focus {
        border-color: transparent !important;
    }

input::-webkit-input-placeholder {
    color: #4b2354;
}

input:-moz-placeholder {
    color: #4b2354;
}

input::-moz-placeholder {
    color: #4b2354;
}

input:-ms-input-placeholder {
    color: #4b2354;
}

textarea::-webkit-input-placeholder {
    color: #4b2354;
}

textarea:-moz-placeholder {
    color: #4b2354;
}

textarea::-moz-placeholder {
    color: #4b2354;
}

textarea:-ms-input-placeholder {
    color: #4b2354;
}

.input-icon {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-icon .icon {
        position: absolute;
        left: 12px;
        display: flex;
        align-items: center;
        pointer-events: none;
    }

    .input-icon input.with-icon {
        padding-left: 45px;
    }

.select2-container--default .select2-selection--single {
    font-size: 14px;
}

.select2-container--default .select2-selection--multiple {
    font-size: 14px;
}

.select2-dropdown {
    font-size: 14px;
}

/*---------------------------------------------*/

button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.txt1 {
    font-family: SourceSansPro-Regular;
    font-size: 16px;
    line-height: 1.4;
    color: #999999;
}

.txt2 {
    font-family: SourceSansPro-Regular;
    font-size: 16px;
    line-height: 1.4;
    color: #4b2354;
}

.hov1:hover {
    color: #4b2354;
    text-decoration: underline;
}

input::placeholder {
    font-size: 14px;
    color: #999999;
}

.custom-checkbox-big {
    width: 20px !important;
    height: 20px !important;
    margin-top: 0.2em !important;
    flex-shrink: 0 !important;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.container-login100 {
    /*background-color: rgb(15, 64,104);*/
    /*background-image: url(../images/login/loginbackground.jpg);*/
    background-image: url(../images/login/loginbackground.jpg);
    /*background-image: url('../../images/Login.png');*/
    width: 100%;
    min-height: 100vh;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #E5F4FE;
    position: relative;
    padding-top: 180px;
}

.wrap-login100r {
    background: #0f3d63;
    border: #335c7f solid 4px;
    border-radius: 10px;
    overflow: hidden;
    height: 380px;
    width: 908px;
    margin-top: -5.5%;
}

.wrap-login100-rgt {
    height: auto;
    width: 48%;
    background: #0f3d63;
    border-width: 4px;
    border: 1px solid var(--Border-Light-theme-Border-1, #CCD7E6);
    border-radius: 10px;
    overflow: hidden;
}

.wrap-login100rs {
    width: 906px;
    height: 556px;
    background: #0f3d63;
    /* border: 4px #c6cdd3 solid;*/
    border-radius: 10px;
    overflow: hidden;
    margin-top: -2px;
    margin-left: 22px;
}

.wrap-register {
    width: 50%;
    background: #0f3d63;
    border-width: 4px;
    border: 1px solid var(--Border-Light-theme-Border-1, #CCD7E6);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 11%;
    margin-left: 27%;
}

.line-ver {
    border-left: 1px solid #335c7f;
    height: 193px;
    margin-left: -40%;
}

.btn-re {
    width: 202px;
    border: none;
    border-radius: 24px;
    border-width: 1px;
    margin-right: 16px;
    color: rgba(0, 0, 0, 1);
    height: 48px;
    background-color: #F2F5F8;
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.btn-register {
    width: 202px;
    border-radius: 24px;
    border-width: 1px;
    color: #FFF;
    height: 48px;
    background-color: #1368BC;
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 24px;
}


/*==================================================================
[ Form ]*/

.img-logo {
    margin-top: 20px;
    width: 18%;
}

.img-logo-save {
    margin-top: 20px;
    width: 18%;
}

.img-size {
    /*width: 17%;*/
    width: 153px;
}

.login100-form-title {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 30px;
}

.mg-email {
    margin-left: 24px;
    margin-right: 24px;
    color: #000;
}

.mg-center {
    text-align: center;
}

.mg-info {
    margin-left: 13%;
}

.lable-email {
    font-family: 'Inter';
    font-size: 14px;
    margin-top: 10px;
}

.required {
    color: #E14337;
}

.help-block {
    color: #E14337 !important;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0;
    display: block;
}

.has-error input,
.has-error select,
.has-error textarea {
    border-color: #E14337 !important;
    box-shadow: none;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-box {
    background-color: #fff;
    border-radius: 8px;
    width: 400px;
    max-width: 90%;
    padding: 20px;
    box-shadow: 0 0 10px #000;
    animation: fadeIn 0.3s ease;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.popup-title {
    font-size: 18px;
}

.popup-close {
    cursor: pointer;
    font-size: 20px;
    color: #aaa;
}

    .popup-close:hover {
        color: #000;
    }

.popup-body {
    margin-bottom: 15px;
    font-size: 16px;
}

.popup-footer {
    text-align: right;
}

    .popup-footer button {
        padding: 6px 12px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

        .popup-footer button:hover {
            background-color: #0056b3;
        }

.close {
    float: right;
    font-size: 1.5rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.select2-container--default .select2-selection--single {
    border: #335c7f solid !important;
    border-radius: 10px !important;
    border-width: 1px !important;
    height: 41px !important;
    background-color: #fff !important;
    color: #000000 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100% !important;
        right: 10px;
    }

.select2-error .select2-selection {
    border-color: #e74c3c !important;
}

/*.input100 {
    font-family: 'Inter';
    font-size: 14px;
    color: #4579a6;
    width: 100%;
    height: 40px;
    background: #0f3d63;
    border: 1px solid var(--Border-Light-theme-Border-1, #CCD7E6);
    border-radius: 10px;
    border-width: 1px;
    padding: 7px;
}*/
.input100 {
    font-family: 'Inter';
    font-size: 14px;
    /*color: #cacfd3;*/
    width: 100%;
    height: 40px;
    border: 1px solid var(--Border-Light-theme-Border-1, #CCD7E6);
    border-radius: 10px;
    border-width: 1px;
    padding: 7px;
}

input#Capchar::placeholder {
    color: #fff;
}

.img-logo-pass {
    margin-top: 22px;
}

.rg-size-mtop {
    margin-top: 6px;
}

.lb-pass-size {
    font-weight: normal !important;
    margin-bottom: -1px !important;
}

/*.img-logo-pass-size {
    width: 16%;
    margin-top: 22px;
}*/
.img-logo-pass-size {
    width: 144px;
    margin-top: 22px;
    height: auto;
}

.img-logo-rp {
    margin-top: 0px;
    width: 14.5%;
}

.img-logo-pass-suc {
    margin-top: 3.6%;
}

.login100-form {
    width: 100%;
}

.circle-size {
    width: 68px;
    height: 68px;
    margin-top: 22px;
    border-radius: 50%;
}

.lable-fullname {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Inter';
    color: #FFF;
    margin-bottom: 0px;
}

.mg-img {
    text-align: center;
}

.circle-f {
    width: 40px;
    height: 40px;
}

.circle-t {
    width: 40px;
    height: 40px;
    margin-left: 8px;
}

.circle-g {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-left: 8px;
}

.circle-g-g {
    width: 25px;
    height: 25px;
}

.rpl-title {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #000;
}

.rpl-tt-size {
    margin-bottom: 10px;
}

.mg-top {
    margin-top: 10px;
}

.mg-top-rp {
    margin-top: 18px;
    margin-bottom: 0px;
}

.lable-pass1 {
    font-family: 'Inter';
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
}

.lable-pass1-size {
    margin-top: 10px;
    margin-bottom: -2px;
}

.lable-pass2 {
    font-family: 'Inter';
    font-size: 14px;
    color: #000;
    margin-bottom: 3px;
}

.lable-pass2-size {
    margin-bottom: -2px;
}

.center-l {
    text-align: center;
}

.center-l-left {
    margin-left: -3px;
}

.lable-welcom {
    font-family: 'Inter';
    font-size: 31px;
    color: #000;
    margin-bottom: 0px;
}

.lable-e {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 66px;
    color: #000;
    margin-top: 2px;
    margin-bottom: 0px;
}

.lable-h {
    font-family: 'Inter';
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 13px;
}

.lable-t {
    font-family: 'Inter';
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: -7px;
}

/*.lable-p {
    font-family: 'Inter';
    font-size: 15px;
    color: #4579a6;
    margin-top: 26px;

}*/

.lable-p {
    font-family: 'Inter';
    font-size: 15px;
    color: black;
    margin-top: 26px;
}

.btn-cus {
    color: #ffffff;
    font-family: 'Inter';
    font-size: 14px;
    border-radius: 20px;
    border-color: #c6cdd3;
    border: #c6cdd3 solid;
    border-width: 1px;
    width: 130px;
    margin-top: 34px;
    padding: 0px;
    height: 30px;
}

.btn-replace {
    font-family: 'Inter';
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-top: 15px;
    padding-bottom: 40px;
}

.btn-return_login {
    background-color: #2b76b7;
    border-radius: 10px;
    width: 310px;
    height: 42px;
    font-family: 'Inter';
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 25px;
}

.field-icon {
    margin-left: -30px;
    position: relative;
    color: #4579a6;
    width: -5%;
    font-size: 14px;
}

.toast {
    margin-bottom: 5px;
}

    .toast.fade {
        transition: opacity 0s ease-in-out;
    }

        .toast.fade.show {
            opacity: 1;
        }

.iconcapcha {
    margin-left: -25px;
    color: #FFF;
    font-weight: 700;
    border-radius: 50%;
}

.check-capcha {
    width: 100%;
    margin-top: 25px;
    height: 40px;
    background-color: rgb(51 92 127);
    padding-left: 10px;
    font-size: 14px;
}

#radio {
    width: 17px;
    height: 17px;
}

#capcha input::placeholder {
    font-size: 22px;
    color: #FFF;
}

.radio {
    margin-top: 20px;
    margin-bottom: 5px;
}

.radio-span {
    color: #000;
    font-family: 'Inter';
    font-size: 14px;
    padding-left: 0px;
}

.check-number::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ffffff;
    font-size: 14px;
    font-family: 'Inter';
}

.iconify {
    font-family: 'Inter';
    color: #ffffff;
    width: 14px !important;
    height: 14px !important;
    margin-right: -20px;
    margin-left: -24px;
}

.btn-reauth {
    padding-top: 10px;
}
/*.form-login-btn{
    background-color: #2b76b7;
    font-weight: 700;
    border-radius: 7px;
    width: 100%;
    height: 40px;
    font-family: 'Inter';
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 2px;
}*/

.form-login-btn {
    background-color: #2b76b7;
    font-weight: 700;
    border-radius: 24px;
    width: 100%;
    height: 40px;
    font-family: 'Inter';
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 2px;
}

.btn-cus-save {
    margin-bottom: 0px;
}

.heading-1 {
    margin-top: 10px;
    width: 100%;
    position: relative;
    text-align: center;
}

.mg-email p {
    margin-bottom: 10px;
}

.h-mg-top {
    margin-bottom: 5px !important;
}

.heading-1:before {
    content: "";
    display: block;
    border-top: solid 1px #335c7f;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0;
}

.heading-1 span {
    background: #0f3d63;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    font-family: 'Inter';
}

.img-button {
    justify-items: center;
    margin-top: 22px;
}

.img-button-gt {
    width: 220px;
    justify-items: center;
    margin-left: 9.5%;
    margin-top: 5%;
}

.img-btn1 {
    width: 140px;
    height: 42px;
}

.img-btn2 {
    width: 140px;
    height: 42px;
    margin-left: 26px;
}

/*.a-account {
    color: #1c7ac3;
    text-decoration: underline;
    font-family: 'Inter';
    font-size: 14px;
}*/

.a-account {
    color: black;
    text-decoration: underline;
    font-family: 'Inter';
    font-size: 14px;
}

a.a-account:hover {
    cursor: pointer;
}


.a-account-other {
    color: #1c7ac3;
    text-decoration: underline;
    margin-left: 10%;
    margin-top: 10px;
}

.a-pass {
    color: #1c7ac3;
    text-decoration: underline;
    float: right;
    font-size: 14px;
}

.margin-a {
    margin-top: 5%;
    margin-bottom: 7%;
}

.margin-a-save {
    margin-top: 5%;
    margin-bottom: 7%;
}

.margin-a1 {
    margin-top: 5px;
}


/* drop down */

.dropdown-menu-tip-n::after {
    top: calc(-.25rem - 1px);
    left: calc(50% - .25rem);
    transform: rotate(-45deg);
}

.dropdown-menu-tip-ne::after {
    top: calc(-.25rem - 1px);
    right: 1rem;
    transform: rotate(-45deg);
}

.dropdown-menu-tip-nw::after {
    top: calc(-.25rem - 1px);
    left: 1rem;
    transform: rotate(-45deg);
}

.dropdown-menu-tip-s::after {
    left: calc(50% - .25rem);
    bottom: calc(-.25rem - 1px);
    transform: rotate(135deg);
}

.dropdown-menu-tip-se::after {
    right: 1rem;
    bottom: calc(-.25rem - 1px);
    transform: rotate(135deg);
}

.dropdown-menu-tip-sw::after {
    left: 1rem;
    bottom: calc(-.25rem - 1px);
    transform: rotate(135deg);
}


/* body {
  padding: 1rem;
} */

.dropdown-menu {
    margin-top: .75rem;
}

.menu-cus {
    transform: translate3d(64px, 44px, 0px) !important;
    border-radius: 5px;
    /* border-width: 0.1px;
  border: #2b76b7 solid; */
    background-color: #0f3d63;
    color: #ffffff;
}

.i-drop {
    float: right;
    margin-right: 10px;
    margin-top: 0px;
    font-size: 18px;
    color: #c6cdd3;
}

.dropdown-item {
    color: #ffffff;
}

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #335c7f;
    }

.img-appsto {
    border-radius: 7px;
    width: 144px;
    height: 42px;
}

.img-gp {
    margin-left: 15px;
    width: 144px;
    height: 42px;
}


/* form dang ky */

.page-content {
    width: 100%;
    margin: 0 auto;
    background: #75e2e9;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    background-image: -moz-linear-gradient( 136deg, rgb(149, 153, 226) 0%, rgb(139, 198, 236) 100%);
    background-image: -webkit-linear-gradient( 136deg, rgb(149, 153, 226) 0%, rgb(139, 198, 236) 100%);
    background-image: -ms-linear-gradient( 136deg, rgb(149, 153, 226) 0%, rgb(139, 198, 236) 100%);
}

.form-v10-content {
    height: 729px;
    width: 908px;
    background: #fff;
    /* border: 4px #c6cdd3 solid;*/
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    margin-top: 110px !important;
    margin-left: -10px;
    margin-bottom: 100px !important;
}

    .form-v10-content .form-detail {
        position: relative;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        padding-left: 1.5%;
        padding-right: 1.5%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.eye-icon {
    margin-left: 35%;
    padding: 15px;
}

.eye-icon-vr {
    position: absolute;
    right: 6%;
    top: 10px;
}

.form-v10-content .form-detail .form-left {
    width: 100%;
}

.form-v10-content .form-detail .form-right {
    width: 100%;
    /*    border-left: 1px solid #335c7f;*/
}

.form-check-input.custom-checkbox:focus {
    box-shadow: none !important;
    border-color: #ced4da !important; /* hoặc border màu ban đầu bạn muốn */
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-login100 {
    width: 382px;
    max-height: 635px;
    border-radius: 32px;
    overflow: hidden;
    /* margin-left: 25.3%;
    margin-top: -1px; */
}

/*.wrap-login100 {
    width: 378px;
    max-height: 635px;
    background: #0f3d63;
    border: 4px #335c7f solid;
    border-radius: 16px;
    overflow: hidden;*/
/* margin-left: 25.3%;
    margin-top: -1px; */
/*}*/

.wrap-login100-rp {
    width: 906px;
    height: 520px;
    background: #0f3d63;
    border: 4px #335c7f solid;
    border-radius: 10px;
    overflow: hidden;
    margin-top: -22px;
}

.wrap-login100-save {
    width: 378px;
    height: 635px;
    background: #0f3d63;
    border: 4px #335c7f solid;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 25.5%;
    margin-top: -6px;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.input-pass-new {
    font-family: 'Inter';
    font-size: 14px;
    color: #1c7ac3;
    line-height: 1.2;
    background: #0f3d63;
    border: 1px solid var(--Border-Light-theme-Border-1, #CCD7E6);
    border-radius: 10px;
    border-width: 1px;
    padding: 10px;
    width: 311px;
    margin-top: 10px;
    height: 40px;
}

.input-pass-rnew {
    font-family: 'Inter';
    font-size: 14px;
    color: #1c7ac3;
    line-height: 1.2;
    background: #0f3d63;
    border: 1px solid var(--Border-Light-theme-Border-1, #CCD7E6);
    border-radius: 10px;
    border-width: 1px;
    padding: 10px;
    width: 311px;
    margin-top: 20px;
    height: 40px;
}

.input-email {
    margin-top: 15px;
    width: 32%;
    padding-left: 15px;
}

.input-email-size {
    margin-top: 16px;
}

.input-email-one {
    font-family: 'Inter';
    font-size: 14px;
    color: #000;
    line-height: 1.2;
    background: #fff;
    border: 1px solid var(--Border-Light-theme-Border-1, #CCD7E6);
    border-radius: 10px;
    border-width: 1px;
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    height: 41px;
}

.input-email2-one {
    font-family: 'Inter';
    font-size: 14px;
    color: #1c7ac3;
    line-height: 1.2;
    background: #0f3d63;
    border: 1px solid var(--Border-Light-theme-Border-1, #CCD7E6);
    border-radius: 10px;
    border-width: 1px;
    padding-left: 35px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 35px;
    height: 40px;
}

.input-icons i {
    position: absolute;
    color: #000;
}

.input-icons1 i {
    position: absolute;
    color: #4579a6;
}

#rgt-input input::placeholder {
    padding-left: 0px;
    font-size: 14px;
    font-family: 'Inter';
}

.icon-one {
    padding: 10px;
    padding-top: 14px;
}

.pad-right {
    padding-right: 15px;
}

.pad-left {
    padding-left: 15px;
}

.icon-two {
    padding-top: 7%;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.input-icon .icon {
    padding: 10px;
    /*min-width: 50px;*/
}

.p-back {
    color: #000;
    font-family: 'Inter';
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.p-back-size {
    margin-top: 15px;
}

.a-back {
    color: #000;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 700;
}

a.a-back:hover {
    color: #c6cdd3;
}

input:focus {
    background-color: #fff;
}

input::placeholder {
    color: #999999;
    font-family: 'Inter';
    font-size: 14px;
}


/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 20px;
    box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 {
    box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
}

.btn-outline-info.active,
.btn-outline-info:active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #2b76b7;
    border-color: #2b76b7;
}

.btn-cus :hover {
    color: #fff;
    background-color: #2b76b7;
    border-color: #2b76b7;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #0f3d63;
    border-color: #0f3d63;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #2b76b7;
}

.mg-app {
    margin-top: 38px;
}

.mg-a {
    margin-top: 15px;
}

.mg-a-top {
    margin-top: 20px;
}

.icon-size-eye {
    font-size: 16px !important;
    margin-left: -35px;
}

.img-logo-ss {
    width: 17%;
}

.wrap-login-text {
    width: 580px;
    height: 530px;
    /* overflow: hidden;*/
    margin-left: 34.5%;
    margin-top: 19%;
    /* border: solid red 4px; */
}

.drop-male {
    margin-left: -22px;
}

.img-logo-login {
    width: 100%;
    height: auto;
    /*    width: auto;
    height: 90px;
*/ background: transparent;
}

.top-mobile {
    /*width: 156px;*/
    width: 132px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 1px #17a2b8 !important;
}

.dis-flex-capcha {
    display: inline-flex;
    margin-top: 0px;
}

.img-capcha {
    margin-left: -24px;
}

/*.input-capcha {
    background-color: rgb(51 92 127);
    margin-left: -15px;
    border-left: 2px solid #335c7f;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: white;
    font-weight: bold;
}*/

.input-capcha {
    background-color: #2b76b7;
    margin-left: -15px;
    border-left: 2px solid #2a2e32;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.mg-email .mt-3 {
    margin-top: 20px !important;
}

.img-vr {
    width: 31.5%;
}
/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/
@media (max-width: 1920px) {
    .wrap-login100 {
        margin-left: -9%;
        margin-top: -1%;
    }

    .wrap-login-text {
        margin-left: 35.5%;
        margin-top: 20%;
    }

    .form-v10-content {
        height: 729px;
        width: 908px;
    }

    .margin-a {
        margin-top: 23px;
        padding-bottom: 25px;
    }

    .margin-a-save {
        margin-top: 10px;
        padding-bottom: 25px;
    }

    .a-account {
        color: var(--Typography-Light-theme-Subtitle, #666);
        text-decoration: none;
        font-family: 'Inter';
        font-size: 14px;
    }

    .mg-bot-rp {
        padding-bottom: 25px;
        margin-top: 15px;
    }

    .wrap-login100-rp {
        margin-top: -8px;
    }

    .input-email-one {
        height: 41px;
        /*margin-bottom: 10px;*/
    }

    .btn-re {
        height: 48px;
        width: 202px;
    }

    .wrap-register {
        width: 50%;
        background: #0f3d63;
        border-width: 4px;
        border: #335c7f solid 4px;
        border-radius: 15px;
        overflow: hidden;
        margin-top: 11%;
        margin-left: 26%;
    }

    .btn-register {
        height: 48px;
        width: 202px;
    }

    .rgt-pad {
        padding-bottom: 25px;
        padding-top: 14px;
    }

    .wrap-login100-rgt {
        margin-top: 25px;
    }

    .btn-bt {
        margin-bottom: 5%;
        margin-top: 10px;
    }

    .img-login {
        margin-left: 30px;
        margin-top: 29px;
    }

    .img-logo {
        width: 42%;
    }

    .wrap-login100rs {
        margin-left: -4px;
    }

    .btn-res {
        padding-bottom: 0px;
    }

    .img-logo-ss {
        width: 17%;
    }

    .rg-size-mtop {
        margin-top: 11px;
        margin-bottom: 2px;
    }

    .img-appsto {
        border-radius: 8px;
        width: 144px;
        height: 42px;
    }

    .img-gp {
        margin-left: 15px;
        width: 144px;
        height: 42px;
    }

    .img-logo-rp-mt {
        width: 17%;
    }

    .img-rg {
        width: 21%;
        margin-top: 49px;
    }

    .img-vr {
        width: 31.5%;
    }

    .input-icons i {
        padding-top: 12px;
    }
}

@media (max-width: 1680px) {
    .wrap-login-text {
        margin-left: 27.5%;
        margin-top: 21%;
    }

    .wrap-login-text-save {
        margin-left: 22.5%;
    }

    .wrap-login100 {
        margin-left: 3%;
    }

    .wrap-login100-save {
        margin-left: -6%;
    }

    .img-logo {
        width: 45%;
    }

    .field-icon {
        font-size: 14px;
    }

    .check-capcha {
        height: 40px;
        font-size: 14px;
    }

    #capcha input::placeholder {
        font-size: 22px;
    }

    .form-login-btn {
        height: 40px;
        font-size: 14px;
        margin-top: 2px;
    }



    .heading-1 span {
        font-size: 14px;
    }

    .margin-a {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .img-logo-rp {
        width: 13%;
    }

    .lable-pass2-bt {
        margin-bottom: 0px;
        font-size: 13px;
    }

    .mg-top-rp {
        margin-top: 18px;
    }

    .mg-bot-rp {
        padding-bottom: 25px;
    }

    .img-logo-ss {
        width: 17%;
    }

    .img-rg {
        margin-top: 50px;
        width: 17%;
    }

    .img-vr {
        width: 30%;
    }

    .wrap-login100-rgt {
        width: 52%;
        margin-left: -27px;
        margin-top: 40px;
    }

    .btn-bt {
        margin-bottom: 5%;
    }

    .form-v10-content {
        margin-left: -2%;
        margin-top: 2%;
    }

    .img-login {
        margin-top: 28px;
    }

    .img-logo-rp-mt {
        width: 17%;
    }
}

@media (max-width: 1600px) {
    input::placeholder {
        font-size: 14px;
    }

    .wrap-login100 {
        margin-left: -2.5%;
    }

    .field-icon {
        font-size: 12px;
    }

    .check-capcha {
        height: 40px;
        font-size: 12px;
    }

    #capcha input::placeholder {
        font-size: 22px;
    }

    .form-login-btn {
        height: 40px;
        font-size: 14px;
        margin-bottom: 7px;
        margin-top: 2px;
    }

    .heading-1 span {
        font-size: 14px;
    }

    .margin-a {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .wrap-login-text {
        /* margin-top: 18%;
            margin-left: 17%; */
        margin-left: 19%;
        margin-top: 19%;
    }

    .lable-p {
        color: #000;
    }

    .radio {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .img-button {
        margin-top: 22px;
    }

    .heading-1 {
        margin-top: 7px;
        margin-bottom: 10px;
    }

    .a-size {
        font-size: 14px;
    }

    .mg-a {
        margin-top: 10px;
    }

    .margin-a-save {
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .circle-f {
        width: 40px;
        height: 40px;
    }

    .circle-t {
        width: 40px;
        height: 40px;
    }

    .circle-g {
        width: 40px;
        height: 40px;
    }

    .p-back {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .img-logo-rp {
        width: 13%;
    }

    .lable-pass2-bt {
        margin-bottom: 0px;
        font-size: 11px;
    }

    .mg-top-rp {
        margin-top: 18px;
    }

    .mg-bot-rp {
        padding-bottom: 25px;
    }

    .img-logo-ss {
        width: 17%;
    }

    .img-rg {
        margin-top: 35px;
        width: 17%;
    }

    .img-vr {
        width: 30.5%;
    }

    .wrap-login100-rgt {
        width: 48%;
        margin-left: -5px;
        margin-top: 40px;
    }

    .input-email-one {
        height: 41px;
    }

    .input-email2-one {
        height: 40px;
    }

    .btn-re {
        height: 48px;
    }

    .btn-register {
        height: 48px;
    }

    .btn-bt {
        margin-bottom: 5%;
        margin-top: -10px;
    }

    .form-v10-content {
        margin-left: 2%;
        margin-top: 0%;
        height: 667px;
    }

    .img-login {
        margin-left: 8%;
    }

    .img-logo-rp-mt {
        width: 17%;
    }
}

@media (max-width: 1440px) {
    /* .container-login100 {
            width: 1440px;
            height: 900px;
        } */
    .wrap-login100 {
        margin-top: -1%;
        margin-left: 7%;
    }

    .wrap-login-text {
        margin-top: 18%;
        margin-left: 25%;
    }

    .field-icon {
        font-size: 12px;
    }

    #capcha input::placeholder {
        font-size: 22px;
    }

    .heading-1 span {
        font-size: 14px;
    }

    .margin-a {
        margin-top: 20px;
        padding-bottom: 25px;
    }

    .lable-t {
        font-size: 38px;
    }

    .lable-h {
        font-size: 34px;
    }

    .lable-t {
        font-size: 34px;
    }

    .radio {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .img-button {
        margin-top: 15px;
    }

    .heading-1 {
        margin-top: 7px;
        margin-bottom: 10px;
    }

    .mg-a {
        margin-top: 10px;
    }

    .margin-a-save {
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .circle-f {
        width: 40px;
        height: 40px;
    }

    .circle-t {
        width: 40px;
        height: 40px;
    }

    .circle-g {
        width: 40px;
        height: 40px;
    }

    .img-logo-rp {
        width: 13%;
    }

    .lable-pass2-bt {
        margin-bottom: 0px;
        font-size: 11px;
    }

    .mg-top-rp {
        margin-top: 20px;
    }

    .mg-bot-rp {
        padding-bottom: 25px;
    }

    .img-logo-ss {
        width: 17%;
    }

    .img-rg {
        margin-top: 35px;
        width: 17%;
    }

    .img-vr {
        width: 30.5%;
    }

    .wrap-login100-rgt {
        width: 48%;
        margin-left: -5px;
        margin-top: 40px;
    }

    .input-email-one {
        height: 41px;
    }

    .input-email2-one {
        height: 40px;
    }

    .btn-re {
        height: 48px;
    }

    .btn-register {
        height: 48px;
    }

    .btn-bt {
        margin-bottom: 5%;
        margin-top: 0px;
    }

    .form-v10-content {
        margin-left: 1%;
        margin-top: 2%;
    }

    .eye-icon {
        margin-left: 35%;
        padding: 11px;
    }

    .radio {
        margin-top: 22px;
    }

    .form-login-btn {
        margin-top: 5px;
    }

    .img-logo-rp-mt {
        width: 17%;
    }

    .form-v10-content .form-detail {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1366px) and (max-height: 768px) {
    /* .container-login100 {
            width: 1366px;
            height: 768px;
        } */
    .wrap-login100 {
        margin-top: 0%;
        margin-left: -1%;
        height: 603px;
    }

    .wrap-login-text {
        margin-left: 20%;
        margin-top: 9%;
    }

    .wrap-login100-save {
        margin-top: 0%;
        margin-left: 6%;
        height: 620px;
    }

    .wrap-login-text-save {
        margin-left: 18%;
    }

    .login100-form-title {
        font-size: 14px;
        margin-bottom: 2%;
        margin-top: 5%;
    }

    .check-capcha {
        height: 40px;
        font-size: 15px;
    }

    #capcha input::placeholder {
        font-size: 22px;
    }

    .heading-1 span {
        font-size: 14px;
    }

    .img-btn2 {
        margin-left: 26px;
    }

    .margin-a {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .lable-h {
        font-size: 38px;
    }

    .lable-t {
        font-size: 38px;
    }

    .lable-h {
        font-size: 30px;
    }

    .lable-t {
        font-size: 30px;
    }

    .radio {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .form-login-btn {
        margin-bottom: 10px;
    }

    .img-button {
        margin-top: 15px;
    }

    .heading-1 {
        margin-top: 7px;
        margin-bottom: 10px;
    }

    .a-account {
        font-size: 14px;
        margin-top: 9px;
    }

    .a-pass {
        font-size: 14px !important;
    }

    .mg-a {
        margin-top: 15px;
    }

    .margin-a-save {
        margin-top: 5px;
        padding-bottom: 13px;
    }

    .circle-f {
        width: 40px;
        height: 40px;
    }

    .circle-t {
        width: 40px;
        height: 40px;
    }

    .circle-g {
        width: 40px;
        height: 40px;
    }

    .icon-size-eye {
        font-size: 13px !important;
    }

    .img-logo-rp {
        width: 13%;
        margin-top: 12px;
    }

    .lable-pass2-bt {
        margin-bottom: 0px;
        font-size: 9px;
    }

    .mg-top-rp {
        margin-top: 20px;
    }

    .mg-bot-rp {
        padding-bottom: 25px;
    }

    .img-logo-ss {
        width: 17%;
    }

    .img-rg {
        margin-top: 35px;
        width: 22%;
    }

    .img-vr {
        width: 30.5%;
    }

    .wrap-login100-rgt {
        width: 48%;
        margin-left: -5px;
        margin-top: 40px;
    }

    .input-email-one {
        height: 35px;
    }

    .input-email2-one {
        height: 30px;
    }

    .btn-re {
        height: 48px;
    }

    .btn-register {
        height: 48px;
        margin-left: 2px;
    }

    .btn-bt {
        margin-bottom: 5%;
        margin-top: -10px;
    }

    .form-v10-content {
        width: 48%;
        height: 605px;
        margin-top: 0%;
    }

    .rgt-pad {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .input-icons i {
        font-size: 12px;
        padding-top: 12px;
    }

    #rgt-input input::placeholder {
        padding-left: 0px;
    }

    .img-login {
        margin-left: 8%;
    }

    .lable-e {
        margin-top: 4px;
        margin-bottom: 0px;
    }

    .btn-cus {
        margin-top: 9%;
    }

    .img-logo-rp-mt {
        width: 17%;
    }

    .img-logo-pass-suc {
        width: 10%;
    }

    .form-v10-content .form-detail {
        padding-top: 10px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .input100 {
        height: 35px;
    }

    .check-capcha {
        height: 35px;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 1024px) {
    .wrap-login-text {
        margin-left: 17%;
        margin-top: 31%;
    }

    .wrap-login100 {
        margin-top: -1%;
        margin-left: 7%;
    }

    .img-rg {
        width: 21%;
    }

    .img-vr {
        width: 30.5%;
    }

    .login100-form-title {
        margin-bottom: 3%;
        margin-top: 8%;
    }

    .field-icon {
        font-size: 13px;
    }

    #capcha input::placeholder {
        font-size: 22px;
    }

    .heading-1 span {
        font-size: 13px;
    }

    .margin-a {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .lable-h {
        font-size: 38px;
    }

    .lable-t {
        font-size: 38px;
    }

    .lable-h {
        font-size: 28px;
    }

    .lable-t {
        font-size: 28px;
        margin-top: -4px;
    }

    .lable-p {
        color: #000;
        margin-top: 20px;
    }

    .radio {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .form-login-btn {
        margin-bottom: 10px;
    }

    .img-button {
        margin-top: 15px;
    }

    .heading-1 {
        margin-top: 7px;
        margin-bottom: 10px;
    }

    .a-account {
        font-size: 14px;
    }

    .a-pass {
        font-size: 14px !important;
    }

    .a-back {
        font-size: 13px;
    }

    .p-back-size .a-back {
        font-size: 14px;
    }

    .img-logo-rp {
        width: 13%;
        margin-top: 12px;
    }

    .lable-pass2-bt {
        margin-bottom: 0px;
        font-size: 9px;
    }

    .mg-top-rp {
        margin-top: 20px;
    }

    .mg-bot-rp {
        padding-bottom: 25px;
    }

    .img-logo-ss {
        width: 17%;
    }

    .wrap-login100-rgt {
        width: 48%;
        margin-left: -5px;
        margin-top: 40px;
    }

    .input-email-one {
        height: 41px;
    }

    .input-email2-one {
        height: 30px;
    }

    .btn-re {
        height: 48px;
    }

    .btn-register {
        height: 48px;
        margin-left: 2px;
    }

    .btn-bt {
        margin-bottom: 5%;
        margin-top: 16px;
    }

    .line-ver {
        height: 165px;
        margin-left: -45%;
    }

    .rgt-pad {
        padding-bottom: 5px;
        padding-top: 5px;
        font-size: 14px;
    }

    .input-icons i {
        font-size: 14px;
        padding-top: 13.5px;
    }

    #rgt-input input::placeholder {
        padding-left: 0px;
        font-size: 14px;
    }

    .img-login {
        margin-left: 8%;
    }

    .img-logo-rp-mt {
        width: 17%;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 960px) {
    .wrap-login-text {
        margin-left: 17%;
        margin-top: 31%;
    }

    .wrap-login100 {
        margin-top: -1%;
        margin-left: 7%;
    }

    .img-rg {
        width: 21%;
    }

    .img-vr {
        width: 30.5%;
    }

    .login100-form-title {
        margin-bottom: 3%;
        margin-top: 8%;
    }

    .field-icon {
        font-size: 13px;
    }

    #capcha input::placeholder {
        font-size: 22px;
    }

    .heading-1 span {
        font-size: 13px;
    }

    .margin-a {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .lable-h {
        font-size: 38px;
    }

    .lable-t {
        font-size: 38px;
    }

    .lable-h {
        font-size: 28px;
    }

    .lable-t {
        font-size: 28px;
        margin-top: -4px;
    }

    .lable-p {
        color: #000;
        margin-top: 20px;
    }

    .radio {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .form-login-btn {
        margin-bottom: 10px;
    }

    .img-button {
        margin-top: 15px;
    }

    .heading-1 {
        margin-top: 7px;
        margin-bottom: 10px;
    }

    .a-account {
        font-size: 14px;
    }

    .a-pass {
        font-size: 14px !important;
    }

    .a-back {
        font-size: 13px;
    }

    .img-logo-rp {
        width: 13%;
        margin-top: 12px;
    }

    .lable-pass2-bt {
        margin-bottom: 0px;
        font-size: 9px;
    }

    .mg-top-rp {
        margin-top: 20px;
    }

    .mg-bot-rp {
        padding-bottom: 25px;
    }

    .img-logo-ss {
        width: 17%;
    }

    .wrap-login100-rgt {
        width: 48%;
        margin-left: -5px;
        margin-top: 40px;
    }

    .input-email-one {
        height: 41px;
    }

    .input-email2-one {
        height: 30px;
    }

    .btn-re {
        height: 48px;
    }

    .btn-register {
        height: 48px;
        margin-left: 2px;
    }

    .btn-bt {
        margin-bottom: 5%;
        margin-top: -2px;
    }

    .line-ver {
        height: 165px;
        margin-left: -45%;
    }

    .rgt-pad {
        font-size: 14px;
        padding-top: 12px;
        padding-bottom: 15px;
    }

    .input-icons i {
        font-size: 14px;
        padding-top: 14px;
    }

    #rgt-input input::placeholder {
        padding-left: 0px;
        font-size: 14px;
    }

    .img-login {
        margin-left: 8%;
    }

    .img-logo-rp-mt {
        width: 17%;
    }

    .circle-f {
        width: 40px;
        height: 40px;
    }

    .circle-g {
        width: 40px;
        height: 40px;
    }

    .margin-a {
        margin-top: 20px;
    }

    .margin-a-save {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 800px) {
    .wrap-login-text {
        margin-left: 15%;
        margin-top: 22%;
    }

    .wrap-login-text-save {
        margin-left: 15%;
    }

    .wrap-login100 {
        margin-top: -1%;
        margin-left: 7%;
        height: auto;
    }

    .img-logo-rp-mt {
        padding-top: 15px;
    }

    .form-v10-content {
        width: 70%;
        height: 615px;
        margin-top: 0%;
    }

    .img-rg {
        width: 21%;
    }

    .img-vr {
        width: 30.5%;
    }

    .login100-form-title {
        font-size: 20px;
        margin-bottom: 3%;
        margin-top: 8%;
    }

    .field-icon {
        font-size: 13px;
    }

    #capcha input::placeholder {
        font-size: 22px;
    }

    .heading-1 span {
        font-size: 13px;
    }

    .margin-a {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .lable-h {
        font-size: 38px;
    }

    .lable-t {
        font-size: 38px;
    }

    .lable-h {
        font-size: 28px;
    }

    .lable-t {
        font-size: 28px;
        margin-top: -4px;
    }

    .lable-p {
        color: #000;
        margin-top: 20px;
    }

    .radio {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .form-login-btn {
        margin-bottom: 10px;
    }

    .img-button {
        margin-top: 15px;
    }

    .heading-1 {
        margin-top: 7px;
        margin-bottom: 10px;
    }

    .a-account {
        font-size: 14px;
    }

    .a-pass {
        font-size: 14px !important;
    }

    .a-back {
        font-size: 13px;
    }

    .img-logo-rp {
        width: 13%;
        margin-top: 12px;
    }

    .lable-pass2-bt {
        margin-bottom: 0px;
        font-size: 9px;
    }

    .mg-top-rp {
        margin-top: 20px;
    }

    .mg-bot-rp {
        padding-bottom: 25px;
    }

    .img-logo-ss {
        width: 17%;
        padding-top: 15px;
    }

    .wrap-login100-rgt {
        width: 48%;
        margin-left: -5px;
        margin-top: 40px;
    }

    .input-email-one {
        height: 41px;
    }

    .input-email2-one {
        height: 30px;
    }

    .btn-re {
        height: 48px;
    }

    .btn-register {
        height: 48px;
        margin-left: 2px;
    }

    .btn-bt {
        margin-bottom: 5%;
        margin-top: -10px;
    }

    .line-ver {
        height: 165px;
        margin-left: -45%;
    }

    .rgt-pad {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .input-icons i {
        font-size: 12px;
        padding-top: 15px;
    }

    #rgt-input input::placeholder {
        padding-left: 0px;
    }

    .img-login {
        margin-left: 8%;
    }

    .img-logo-rp-mt {
        width: 17%;
    }

    .img-logo-pass {
        margin-top: 14px;
    }

    .input100 {
        height: 40px;
    }

    .check-capcha {
        height: 40px;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 768px) {
    .wrap-login-text {
        margin-left: 17%;
        margin-top: 19%;
    }

    .wrap-login100 {
        margin-top: -1%;
        margin-left: 7%;
    }

    .form-v10-content {
        width: 64%;
        height: 580px;
    }

    .img-rg {
        width: 21%;
    }

    .img-vr {
        width: 30.5%;
    }

    .login100-form-title {
        margin-bottom: 3%;
        margin-top: 32px;
    }

    .field-icon {
        font-size: 13px;
    }

    #capcha input::placeholder {
        font-size: 22px;
    }

    .heading-1 span {
        font-size: 13px;
    }

    .margin-a {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .lable-h {
        font-size: 38px;
    }

    .lable-t {
        font-size: 38px;
    }

    .lable-h {
        font-size: 28px;
    }

    .lable-t {
        font-size: 28px;
        margin-top: -4px;
    }

    .lable-p {
        color: #000;
        margin-top: 20px;
    }

    .radio {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .form-login-btn {
        margin-bottom: 10px;
    }

    .img-button {
        margin-top: 15px;
    }

    .heading-1 {
        margin-top: 7px;
        margin-bottom: 10px;
    }

    .a-account {
        font-size: 14px;
    }

    .a-pass {
        font-size: 14px !important;
    }

    .a-back {
        font-size: 13px;
    }

    .img-logo-rp {
        width: 13%;
        margin-top: 12px;
    }

    .lable-pass2-bt {
        margin-bottom: 0px;
        font-size: 9px;
    }

    .mg-top-rp {
        margin-top: 20px;
    }

    .mg-bot-rp {
        padding-bottom: 25px;
    }

    .img-logo-ss {
        width: 17%;
    }

    .wrap-login100-rgt {
        width: 48%;
        margin-left: -5px;
        margin-top: 40px;
    }

    .input-email-one {
        height: 35px;
    }

    .input-email2-one {
        height: 30px;
    }

    .btn-re {
        height: 48px;
    }

    .btn-register {
        height: 48px;
        margin-left: 2px;
    }

    .btn-bt {
        margin-bottom: 5%;
        margin-top: 0px;
    }

    .line-ver {
        height: 165px;
        margin-left: -45%;
    }

    .rgt-pad {
        padding-bottom: 10px;
        padding-top: 15px;
    }

    .input-icons i {
        font-size: 12px;
        padding-top: 12px;
    }

    #rgt-input input::placeholder {
        padding-left: 0px;
    }

    .img-login {
        margin-left: 8%;
    }

    .img-logo-rp-mt {
        width: 17%;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 720px) {
    .wrap-login-text {
        margin-left: 17%;
        margin-top: 13%;
    }

    .wrap-login-text-login {
        margin-top: 7%;
    }

    .wrap-login100 {
        margin-top: 0%;
        margin-left: 7%;
        height: 568px;
    }

    .form-v10-content {
        width: 56%;
        height: 568px;
    }

    .img-rg {
        width: 21%;
    }

    .img-vr {
        width: 30.5%;
    }

    .img-button {
        margin-top: 10px;
    }

    .circle-size {
        margin-top: 10px;
    }

    .login100-form-title {
        margin-bottom: 1%;
        margin-top: 4%;
    }

    .field-icon {
        font-size: 13px;
    }

    #capcha input::placeholder {
        font-size: 22px;
    }

    .heading-1 span {
        font-size: 13px;
    }

    .margin-a {
        margin-top: 5px;
        padding-bottom: 15px;
    }

    .lable-h {
        font-size: 38px;
    }

    .lable-t {
        font-size: 38px;
    }

    .lable-h {
        font-size: 28px;
    }

    .lable-t {
        font-size: 28px;
        margin-top: -4px;
    }

    .lable-p {
        color: #000;
        margin-top: 20px;
    }

    .radio {
        margin-top: 16px;
    }

    .form-login-btn {
        margin-bottom: 5px;
    }

    .img-button {
        margin-top: 15px;
    }

    .heading-1 {
        margin-top: 3px;
    }

    .a-account {
        font-size: 14px;
    }

    .a-pass {
        font-size: 14px !important;
    }

    .a-back {
        font-size: 13px;
    }

    .img-logo-rp {
        width: 13%;
        margin-top: 12px;
    }

    .lable-pass2-bt {
        margin-bottom: 0px;
        font-size: 9px;
    }

    .mg-top-rp {
        margin-top: 20px;
    }

    .mg-bot-rp {
        padding-bottom: 25px;
    }

    .img-logo-ss {
        width: 17%;
    }

    .wrap-login100-rgt {
        width: 48%;
        margin-left: -5px;
        margin-top: 40px;
    }

    .input-email-one {
        height: 35px;
        margin-bottom: 5px;
    }

    .input-email2-one {
        height: 30px;
    }

    .btn-re {
        height: 48px;
    }

    .btn-register {
        height: 48px;
        margin-left: 2px;
    }

    .btn-bt {
        margin-bottom: 5%;
        margin-top: -10px;
    }

    .line-ver {
        height: 165px;
        margin-left: -45%;
    }

    .rgt-pad {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .input-icons i {
        font-size: 12px;
        padding-top: 13px;
    }

    #rgt-input input::placeholder {
        padding-left: 0px;
    }

    .img-login {
        margin-left: 8%;
    }

    .img-logo-rp-mt {
        width: 17%;
    }

    .input-icons {
        margin-top: 5px;
    }

    .login100-form {
        margin-top: -15px;
    }

    .wrap-login100.wrap-login100-save {
        margin-top: 0%;
    }

    .wrap-login-text.wrap-login-text-save {
        margin-top: 5%;
    }

    .radio-save {
        margin-bottom: 0px;
    }

    .margin-a-save {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 1152px) {
    .img-logo-rp-mt {
        width: 17%;
    }

    .wrap-login100-save {
        margin-top: -1%;
        margin-left: 18%;
    }

    .wrap-login-text {
        margin-left: 15%;
        margin-top: 31%;
    }

    .form-v10-content {
        width: 64%;
        height: 630px;
    }

    .input-icons i {
        font-size: 12px;
        padding-top: 11px;
    }
}

@media only screen and (max-width: 1024px) and (max-height: 768px) {
    .wrap-login-text {
        height: 480px;
        margin-top: 23%;
        margin-left: 7%;
    }

    .wrap-login100 {
        margin-top: 0%;
        margin-left: 7%;
        height: auto;
    }

    .wrap-login100-save {
        margin-left: 9%;
    }

    .wrap-register {
        width: 78%;
        margin-top: 11%;
        margin-left: 11%;
    }

    .a-back {
        font-size: 11px;
    }

    .img-logo-rp {
        width: 15%;
        margin-top: 12px;
    }

    .lable-pass2-bt {
        margin-bottom: 0px;
        font-size: 9px;
    }

    .mg-top-rp {
        margin-top: 20px;
    }

    .mg-bot-rp {
        padding-bottom: 25px;
    }

    .form-v10-content {
        height: auto;
    }

    .img-rg {
        width: 20%;
    }

    .img-vr {
        width: 30.5%;
    }

    .img-login {
        margin-left: 8%;
        width: 45%;
    }

    .check-capcha {
        margin-top: 20px;
    }

    .lable-welcom {
        font-size: 25px;
    }

    .lable-e {
        font-size: 50px;
    }

    .lable-h {
        font-size: 25px;
    }

    .btn-cus {
        margin-top: 7%;
    }

    .heading-1 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .margin-a {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .a-pass12 {
        font-size: 12px;
    }

    .img-logo-rp-mt {
        width: 20%;
    }

    .wrap-login100-rp {
        width: 67%;
    }

    .center-l-left {
        margin-left: 4%;
        margin-right: 4%;
    }

    .input-icons i {
        font-size: 12px;
        padding-top: 12px;
    }

    .eye-icon {
        margin-left: 35%;
        padding: 11px;
    }

    .radio {
        margin-top: 25px;
    }

    .margin-a-save {
        margin-top: 0px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991.98px) {
    .my-custom-view .site-footer {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 800px) and (max-height: 600px) {
    .form-v10-content {
        margin-left: 1%;
        width: 65%;
        height: 445px;
    }

    .rgt-pad {
        font-size: 13px;
    }

    .input-email-one {
        height: 30px;
        margin-bottom: 5px;
    }

    #rgt-input input::placeholder {
        font-size: 12px;
    }

    .input-icons i {
        font-size: 10px;
        padding-top: 10px;
    }

    .btn-register {
        height: 48px;
        margin-left: 2px;
    }

    .btn-re {
        height: 48px;
        margin-left: 2px;
    }

    .input-icons {
        margin-top: 0px;
    }

    .input-email-one {
        margin-bottom: 0px;
    }

    .img-rg-logo {
        width: 19%;
    }

    .img-vr {
        width: 30.5%;
    }
}


/* ipab pro */

@media only screen and (max-width: 1024px) and (min-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .wrap-login100 {
        margin-top: -37%;
        margin-left: 8%;
    }

    .wrap-login100-save {
        margin-top: -31%;
        margin-left: -4%;
    }
    /* .wrap-login-text {
            margin-top: 28%;
            margin-left: 10px;
        } */
    .p-back {
        margin-top: 2%;
    }

    .wrap-register {
        margin-top: 32%;
    }

    .a-back {
        font-size: 11px;
    }

    .img-logo-rp {
        width: 11%;
        margin-top: 12px;
    }

    .lable-pass2-bt {
        margin-bottom: 0px;
        font-size: 7px;
    }

    .mg-top-rp {
        margin-top: 20px;
    }

    .mg-bot-rp {
        padding-bottom: 13px;
        margin-top: 10px;
    }

    .img-logo-ss {
        width: 17%;
    }

    .form-v10-content {
        margin-left: 1%;
        margin-top: 2%;
        width: 80%;
        height: auto;
    }

    .img-rg {
        width: 21%;
    }

    .img-vr {
        width: 30.5%;
    }

    .lable-e {
        font-size: 47px;
    }

    .lable-h {
        font-size: 32px;
    }

    .lable-t {
        font-size: 32px;
    }

    .btn-cus {
        margin-top: 7%;
    }

    .lable-t {
        margin-top: -4px;
    }

    .img-logo-rp-mt {
        width: 17%;
    }
}


/* ipab*/

@media only screen and (max-width: 768px) and (max-height: 1024px) {
    .wrap-login-text-login .lable-welcom,
    .wrap-login-text-login .lable-e,
    .wrap-login-text-login .lable-p {
        font-size: 1rem;
        text-align: center;
        display: block;
        margin-bottom: 8px;
        word-break: break-word;
    }

    .lable-p {
        margin-top: 0px;
    }

    .wrap-login-text-login .lable-p {
        font-size: 14px;
    }

    .login100-form-title {
        font-size: 20px;
    }

    .wrap-login-text-login .lable-e {
        font-size: 30px;
    }

    .wrap-login-text-login .lable-p {
        font-weight: 200;
    }

    .wrap-login-text-login {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .dis-mobile {
        align-items: flex-start !important;
        max-height: 180px;
        margin-top: 100px;
    }

    .container-login100 {
        padding-top: 0px;
    }

    .wrap-login100 {
        margin-top: 2%;
        margin-left: 0%;
        margin-bottom: 8%;
        max-height: 560px;
    }

    .wrap-login100-save {
        margin-top: -54%;
        margin-left: -4%;
        margin-right: 20px;
    }

    .wrap-login-text {
        margin-top: -1%;
        margin-left: 20px;
    }

    .wrap-login-text-login {
        margin-top: 90%;
        margin-left: 7px;
    }

    body .row .text-end {
        padding-right: 23px !important;
        padding-left: 0px;
    }

    .wrap-login100r {
        width: 80%;
    }

    .wrap-login100rs {
        width: 62%;
    }

    .img-logo-rp {
        width: 11%;
        margin-top: 12px;
    }

    .lable-pass2-bt {
        margin-bottom: 0px;
        font-size: 7px;
    }

    .mg-top-rp {
        margin-top: 20px;
    }

    .mg-bot-rp {
        padding-bottom: 13px;
        margin-top: 10px;
    }

    .g-logo-ss {
        width: 18%;
    }

    .lable-welcom {
        font-size: 20px;
    }

    .lable-e {
        font-size: 40px;
    }

    .lable-h {
        font-size: 25px;
    }

    .lable-t {
        font-size: 25px;
        margin-top: -2px;
    }

    .img-appsto {
        width: 40%;
        height: auto !important;
    }

    .img-gp {
        width: 40%;
        height: auto !important;
    }

    .mg-app {
        margin-top: 23px;
    }

    .a-account {
        font-size: 14px;
        margin-top: 17px;
    }

    .a-size {
        margin-top: 4px;
    }

    .lable-pass1 {
        margin-left: 4%;
        margin-right: 4%;
    }

    .img-logo-rp-mt {
        width: 28%;
    }

    .wrap-login100-rp {
        width: 74%;
    }

    .img-logo-rp {
        width: 20%;
        margin-top: 14px;
    }

    .center-l-left {
        margin-left: 4%;
        margin-right: 4%;
    }

    .img-logo-ss {
        width: 25%;
    }

    .form-v10-content {
        margin-left: 1%;
        width: 76%;
        height: 585px;
    }

    .img-rg {
        width: 21%;
    }

    .img-vr {
        width: 47.5%
    }

    .btn-bt {
        margin-bottom: 0%;
        margin-top: 0px;
    }

    .input-icons i {
        font-size: 12px;
        padding-top: 16px;
    }

    .form-v10-content .form-detail {
        padding-left: 4%;
        padding-right: 4%;
    }

    .eye-icon {
        margin-left: 35%;
        padding: 11px;
    }

    .form-v10-content {
        height: 630px;
    }

    .input-email-size {
        width: 250px;
        height: auto;
    }
}

.dropdown,
.dropup {
    position: relative;
    padding-left: 3px;
}

.dropdown-menu.dropdown-menu-tip-nw.menu-cus {
    position: absolute;
    transform: translate3d(3px, 64px, 0px);
    top: 10px !important;
    left: -62px !important;
    will-change: transform;
}

.margin-a {
    margin-top: 20px;
    padding-bottom: 30px;
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .lable-e {
        font-size: 53px;
    }
}

@media only screen and (min-width: 834px) and (max-width: 1112px) {
    .lable-e {
        font-size: 42px;
    }
}

@media only screen and (max-width: 541px) and (max-height: 721px) {
    .wrap-login100 {
        margin-top: 15%;
    }
}

@media only screen and (min-width: 425px) and (max-width: 768px) {
    .wrap-login-text-login {
        margin-top: 350px;
    }
}

@media only screen and (max-width: 530px) {
    .eye-icon-vr {
        right: 12%;
        top: 10px;
    }

    .mg-email {
        margin-left: 16px;
        margin-right: 16px;
    }

    .login100-form-title {
        margin-bottom: 10px;
        margin-top: 32px;
    }

    .img-rg {
        margin-top: 16px;
    }

    .form-v10-content {
        margin-top: 88px !important;
    }

    .rpl-title {
        font-size: 20px;
    }

    .rg-size-mtop {
        margin-top: 32px;
        margin-bottom: 24px;
    }

    .form-detail .mb-2 {
        margin-bottom: 10px !important;
    }

    .top-mobile {
        margin-top: 16px;
    }

    .form-v10-content .form-detail {
        padding-bottom: 0px;
    }

    .form-check-label {
        font-size: 14px;
    }

    .btn-re {
        margin-top: 18px;
    }

    .margin-a {
        margin-top: 6px;
        margin-bottom: 16px;
        padding-bottom: 0px;
        font-size: 14px;
    }

    .eye-icon {
        margin-left: 80%;
        padding: 11px;
    }

    #emailInput {
        font-size: 16px;
    }

    .lable-e {
        margin-top: 0px;
    }

    form#form_verification input#PassWord,
    form#form_verification input#ConfirmPassword,
    form#form_verification input#Capchar {
        font-size: 16px;
    }

    .container-login100 {
        min-height: 0;
    }
}

@media only screen and (max-width: 415px) and (max-height: 737px) {
    .wrap-login100 {
        margin-top: 10%;
    }
}


@media only screen and (max-width: 345px) {
    .wrap-login-text-login {
        margin-top: 103%;
        margin-left: 7px;
    }
}
