﻿/* For mobile devices */

@media only screen and (max-width: 767px) {
    body {
    }
}


/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local(''Open Sans' Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local(''Open Sans' Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    height: auto;
}


/*---------------------------------------------*/


/* 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: #febe10 !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;
}


/*---------------------------------------------*/

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: #4579a6;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.container-login100 {
    /*background-color: rgb(15, 64,104);*/
    /*background-image: url(../images/login/loginbackground.jpg);*/
    background-image: url(../images/login/login_background_slv.jpeg);
    /*background: url(../images/login/login_background.svg) no-repeat center center,
        linear-gradient(to right, #fff8e0 100%, #fff8e0 100%);*/
    /*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;
    position: relative;
}

.wrap-login100r {
    background: #e0dcd1;
    border: #fff8e0 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: #335c7f solid;
    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: #335c7f solid;
    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: #335c7f solid;
    border-radius: 10px;
    border-width: 1px;
    margin-right: 16px;
    color: #FFF;
    height: 40px;
    background-color: #1569b2;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.btn-register {
    width: 202px;
    border: #335c7f solid;
    border-radius: 10px;
    border-width: 1px;
    color: #FFF;
    height: 40px;
    background-color: #00a400;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 10px;
}


/*==================================================================
[ 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: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 30px;
}

.mg-email {
    margin-left: 8%;
    margin-right: 8%;
}

.mg-center {
    text-align: center;
}

.mg-info {
    margin-left: 13%;
}

.lable-email {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
}

/*.input100 {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #4579a6;
    width: 100%;
    height: 40px;
    background: #0f3d63;
    border: #335c7f solid;
    border-radius: 10px;
    border-width: 1px;
    padding: 7px;
}*/

.input100 {
    font-family: 'Open Sans';
    font-size: 14px;
    /*color: #cacfd3;*/
    width: 100%;
    height: 40px;
    border: #335c7f solid;
    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: 'Open Sans';
    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: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.rpl-tt-size {
    margin-bottom: 10px;
}

.mg-top {
    margin-top: 10px;
}

.mg-top-rp {
    margin-top: 18px;
    margin-bottom: 0px;
}

.lable-pass1 {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
}

.lable-pass1-size {
    margin-top: 10px;
    margin-bottom: -2px;
}

.lable-pass2 {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #fff;
    margin-bottom: 3px;
}

.lable-pass2-size {
    margin-bottom: -2px;
}

.center-l {
    text-align: center;
}

.center-l-left {
    margin-left: -3px;
}

.lable-welcom {
    font-family: 'Open Sans';
    font-size: 31px;
    color: #ffffff;
    margin-bottom: 0px;
}

.lable-e {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 66px;
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 0px;
}

.lable-h {
    font-family: 'Open Sans';
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 13px;
}

.lable-t {
    font-family: 'Open Sans';
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: -7px;
}

/*.lable-p {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #4579a6;
    margin-top: 26px;

}*/

.lable-p {
    font-family: 'Open Sans';
    font-size: 15px;
    color: white;
    margin-top: 26px;
}

.btn-cus {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 14px;
    border-radius: 20px;
    border-color: #c6cdd3;
    border: #c6cdd3 solid;
    border-width: 1px;
    width: 130px;
    margin-top: 34px;
    padding: 0px;
    height: 30px;
    background-color: #003946;
}

.btn-replace {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
    padding-bottom: 40px;
}

.btn-return_login {
    background-color: #febe10;
    border-radius: 10px;
    width: 310px;
    height: 42px;
    font-family: 'Open Sans';
    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;
}

.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: #FFF;
    font-family: 'Open Sans';
    font-size: 14px;
    padding-left: 0px;
}

.check-number::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans';
}

.iconify {
    font-family: 'Open Sans';
    color: #ffffff;
    width: 14px !important;
    height: 14px !important;
    margin-right: -20px;
    margin-left: -24px;
}

/*.btn-login {
    background-color: #febe10;
    font-weight: 700;
    border-radius: 7px;
    width: 100%;
    height: 40px;
    font-family: 'Open Sans';
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 2px;
}*/

.btn-login {
    background-color: #febe10;
    font-weight: 700;
    border-radius: 7px;
    width: 100%;
    height: 40px;
    font-family: 'Open Sans';
    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: 'Open Sans';
}

.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: 'Open Sans';
    font-size: 14px;
}*/

.a-account {
    color: white;
    text-decoration: underline;
    font-family: 'Open Sans';
    font-size: 14px;
}

a.a-account:hover {
    color: #c6cdd3;
}


.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: #febe10 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: #0f3d63;
    border: 4px #c6cdd3 solid;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-top: 34px;
    margin-left: -10px;
}

    .form-v10-content .form-detail {
        position: relative;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        padding-left: 7.5%;
        padding-right: 7.5%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.eye-icon {
    margin-left: -46px;
    padding: 15px;
}

.form-v10-content .form-detail .form-left {
    width: 100%;
}

.form-v10-content .form-detail .form-right {
    width: 100%;
    border-left: 1px solid #335c7f;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-login100 {
    width: 378px;
    max-height: 635px;
    background: #0f3d63;
    border: 4px #c6cdd3 solid;
    border-radius: 16px;
    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: 'Open Sans';
    font-size: 14px;
    color: #1c7ac3;
    line-height: 1.2;
    background: #0f3d63;
    border: #335c7f solid;
    border-radius: 10px;
    border-width: 1px;
    padding: 10px;
    width: 311px;
    margin-top: 10px;
    height: 40px;
}

.input-pass-rnew {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #1c7ac3;
    line-height: 1.2;
    background: #0f3d63;
    border: #335c7f solid;
    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: 'Open Sans';
    font-size: 14px;
    color: #4579a6;
    line-height: 1.2;
    /*background: #0f3d63;*/
    border: #335c7f solid;
    border-radius: 10px;
    border-width: 1px;
    width: 100%;
    padding-left: 35px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    height: 41px;
}

.input-email2-one {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #1c7ac3;
    line-height: 1.2;
    background: #0f3d63;
    border: #335c7f solid;
    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: #4579a6;
}

.input-icons1 i {
    position: absolute;
    color: #4579a6;
}

#rgt-input input::placeholder {
    padding-left: 10px;
    font-size: 14px;
    font-family: 'Open Sans';
}

.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;
}

.icon {
    padding: 10px;
    min-width: 50px;
}

.p-back {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.p-back-size {
    margin-top: 15px;
}

.a-back {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
}

a.a-back:hover {
    color: #c6cdd3;
}

input:focus {
    background-color: #AED6F1;
}

input::placeholder {
    color: #4579a6;
    font-family: 'Open Sans';
    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: #003946;
    border-color: #febe10;
}

.btn-cus :hover {
    color: #fff;
    background-color: #febe10;
    border-color: #febe10;
}

.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: #febe10;
}

.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: 150%;
    height: auto;
    /*background: white;*/
    padding: 5px;
}
.top-mobile {
    /*width: 156px;*/
    width: 112px;
    height: 47px;
    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: #fff8e0;
    margin-left: -15px;
    border-left: 2px solid #2a2e32;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #003946;
    font-weight: bold;
}

    .input-capcha::placeholder {
        color: #003946 !important;
        opacity: 1;
    }

    .input-capcha:focus {
        background-color: #febe10;
    }

/*//////////////////////////////////////////////////////////////////
[ 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: #fff;
        text-decoration: underline;
        font-family: 'Open Sans';
        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: 40px;
        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: 40px;
        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;
    }

    .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;
    }

    .btn-login {
        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%;
    }

    .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;
    }

    .btn-login {
        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: #4579a6;
    }

    .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%;
    }

    .wrap-login100-rgt {
        width: 48%;
        margin-left: -5px;
        margin-top: 40px;
    }

    .input-email-one {
        height: 41px;
    }

    .input-email2-one {
        height: 40px;
    }

    .btn-re {
        height: 40px;
    }

    .btn-register {
        height: 40px;
    }

    .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%;
    }

    .wrap-login100-rgt {
        width: 48%;
        margin-left: -5px;
        margin-top: 40px;
    }

    .input-email-one {
        height: 41px;
    }

    .input-email2-one {
        height: 40px;
    }

    .btn-re {
        height: 40px;
    }

    .btn-register {
        height: 40px;
    }

    .btn-bt {
        margin-bottom: 5%;
        margin-top: 0px;
    }

    .form-v10-content {
        margin-left: 1%;
        margin-top: 2%;
    }

    .eye-icon {
        margin-left: -46px;
        padding: 11px;
    }

    .radio {
        margin-top: 22px;
    }

    .btn-login {
        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;
    }

    .btn-login {
        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%;
    }

    .wrap-login100-rgt {
        width: 48%;
        margin-left: -5px;
        margin-top: 40px;
    }

    .input-email-one {
        height: 35px;
    }

    .input-email2-one {
        height: 30px;
    }

    .btn-re {
        height: 35px;
    }

    .btn-register {
        height: 35px;
        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%;
    }

    .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: #4579a6;
        margin-top: 20px;
    }

    .radio {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .btn-login {
        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: 41px;
    }

    .btn-register {
        height: 41px;
        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%;
    }

    .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: #4579a6;
        margin-top: 20px;
    }

    .radio {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .btn-login {
        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: 41px;
    }

    .btn-register {
        height: 41px;
        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: 625px;
    }

    .img-logo-rp-mt {
        padding-top: 15px;
    }

    .form-v10-content {
        width: 70%;
        height: 615px;
        margin-top: 0%;
    }

    .img-rg {
        width: 21%;
    }

    .login100-form-title {
        font-size: 18px;
        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: #4579a6;
        margin-top: 20px;
    }

    .radio {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .btn-login {
        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: 41px;
    }

    .btn-register {
        height: 41px;
        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%;
    }

    .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: #4579a6;
        margin-top: 20px;
    }

    .radio {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .btn-login {
        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: 35px;
    }

    .btn-register {
        height: 35px;
        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-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: #4579a6;
        margin-top: 20px;
    }

    .radio {
        margin-top: 16px;
    }

    .btn-login {
        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: 35px;
    }

    .btn-register {
        height: 35px;
        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-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: 40px;
    }

    .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: -35px;
        padding: 11px;
    }

    .radio {
        margin-top: 25px;
    }

    .margin-a-save {
        margin-top: 0px;
        margin-bottom: 40px;
    }
}

@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: 30px;
        margin-left: 2px;
    }

    .btn-re {
        height: 30px;
        margin-left: 2px;
    }

    .input-icons {
        margin-top: 0px;
    }

    .input-email-one {
        margin-bottom: 0px;
    }

    .img-rg-logo {
        width: 19%;
    }
}


/* 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%;
    }

    .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-login100 {
        margin-top: -54%;
        margin-left: -7%;
    }

    .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: -1%;
        margin-left: 7px;
    }

    .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: 40px;
    }

    .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%;
    }

    .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: -35px;
        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;
    }
}

