.limiter {
    width: 100%;
    margin: 0 auto;
}
.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}
.wrap-login100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}
.login100-form {
    width: 560px;
    min-height: 100vh;
    display: block;
    background-color: #f7f7f7;
    padding: 80px 55px 10px 55px;
    height: 92vh;
    min-height: 90vh;
}
.login50-form {
    width: 560px;
    height: 92vh;
    min-height: 90vh;
    display: block;
    background-color: #f7f7f7;
    padding: 10px 55px 10px 55px;
}

.login100-more {
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    background-image: url(../image/bg-01.jpg);
        height: 92vh;
}
.login100-form-title {
    width: 100%;
    display: block;
   
    font-size: 30px;
    color: #333;
    line-height: 1.2;
    text-align: center;
}
.p-b-43 {
    padding-bottom: 43px;
}
.validate-input {
    position: relative;
}
.wrap-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 80px;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-bottom: 10px;
}
.wrap-input100._i50 {
   
    height: 50px;
   
}
input.input100 {
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.has-val {
    height: 48px!important;
}
.input100 {
    display: block;
    width: 100%;
    background: 0 0;
   
    font-size: 18px;
    color: #555;
    line-height: 1.2;
    padding: 0 26px;
}
.input100 {
 
    font-size: 14px;
   
}

input {
    outline: none;
    border: none;
}
.label-input100 {
    
    font-size: 18px;
    color: #999;
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 24px;
    left: 0;
    top: 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.label-input100._i50 {
    
    font-size: 18px;
   
    top: 13px;
    
}
.input100:focus {
    height: 48px;
}
.input100._i50:focus {
    height: 38px;
}
.input100:focus + .focus-input100 + .label-input100 {
    top: 14px;
    font-size: 13px;
}
.input100._i50:focus + .focus-input100._i50 + .label-input100._i50 {
    top: 5px;
    font-size: 12px;
}
.has-val + .focus-input100 + .label-input100 {
    top: 14px;
    font-size: 13px;
}
.has-val1 + .focus-input100._i50 + .label-input100._i50 {
    top: 5px;
    font-size: 12px;
}
.flex-sb-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.w-full {
    width: 100%;
}
.p-b-32 {
    padding-bottom: 32px;
}
.p-t-3 {
    padding-top: 3px;
}
.txt1 {
    font-family: Montserrat-Regular;
    font-size: 13px;
    line-height: 1.4;
    color: #555555;
}
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #6675df;
    font-family: Montserrat-Bold;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
button {
    outline: none !important;
    border: none;
    background: transparent;
}
.login100-form-btn:hover {
    background: #333333;
}

button:hover {
    cursor: pointer;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-t-46 {
    padding-top: 46px;
}
.text-center {
    text-align: center!important;
}
.txt2 {
  
    font-size: 13px;
    line-height: 1.4;
    color: #999999;
    cursor: pointer;
}

.has-val {
    height: 48px !important;
}
.has-val1 {
    height: 33px !important;
}
.validator-message{
    margin-top: 39px;
    padding: 0px 10px;
    display: block;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    cursor: default;

}
.validator-message1{
        margin-top: -6px;
        margin-bottom: 10px;
        display: block;
        color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    cursor: default;
     padding: 0px 10px;
}
#server_error{
      padding:  10px;
}
.validator-message:hover, .validator-message:active, .validator-message1:hover, .validator-message1:active{
     color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.validator-message.hide{
    display: none;
}
.validator-message1.hide{
    display: none;
}


@media only screen and (max-width: 599px) {
    .validator-message{
    margin-top: 10px;
 
}
    .login100-form{
            width: 100%;
            padding-left: 5%;
            padding-right: 5%;
    }
    .g-recaptcha{
    transform:scale(1.07);
    -webkit-transform:scale(1.07);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
.p-t-3 {
    padding-top: 20px;
}
}
@media only screen and (min-width: 600px) {

.g-recaptcha{
    transform:scale(1.48);
    -webkit-transform:scale(1.48);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
.p-t-3 {
    padding-top: 70px;
}
}
.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #6675df;
    border-top-color: rgb(102, 117, 223);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(102, 117, 223);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(102, 117, 223);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(102, 117, 223);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}
.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.success-message{
        padding: 10px;
    display: block;
}
.hide{
    display: none;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.text-left{
    text-align: left;
}
.p-b-10{
    padding-bottom: 10px;
}
.login100-form-desc{
    font-size: 20px;
}
.label-input100._i50 > span{
    float: right;
    margin-right: 10px;
    color: red;
}

.page-loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.2);
    filter: alpha(opacity=90);
    animation: fadeIn .2s;
    -webkit-animation: fadeIn .2s;
}
.page-loading.hidden{
    display: none;
}
.custom-spinner {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    height: 100px;
    width: 100px;
    margin: auto;
    display: inherit;
}
.page-loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.2);
    filter: alpha(opacity=90);
    animation: fadeIn .2s;
    -webkit-animation: fadeIn .2s;
}
.custom-spinner {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    height: 100px;
    width: 100px;
    margin: auto;
    display: inherit;
}
.sk-spinner-three-bounce.sk-spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}
.sk-spinner-three-bounce div {
    width: 18px;
    height: 18px;
    background-color: #2898b0;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sk-spinner-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.sk-spinner-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-threeBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-threeBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
footer.sticky-footer {
       height: 8vh;
    flex-shrink: 0;
        padding: 2vh;
}
.footer_menu a {
    color: white;
    padding: 0px 10px;
    text-decoration: none;
}
.footer_div{
        padding: 0px 10px;
}
.bg-gradient-primary {
    background-color: #4e73df;
    background-image: linear-gradient(
180deg,#4e73df 10%,#224abe 100%);
    background-size: cover;
    width: 100%;
}
footer.sticky-footer .copyright {
   font-size: 14px;
    color: white;
}
.copyright {
    display: inline-block;
    width: 350px;
}
.footer_menu {
    display: inline-block;
    float: right;
    color: white;
}