/*================= RESET CSS ========================*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
}
ol,ul { list-style: none;}
table { border-collapse: collapse; border-spacing: 0;}
/*================= RESET CSS ========================*/

/*================= gLobal CSS ========================*/

body {
    background-color: #522E90;
    min-height: 100vh;
    width: 100%;
    font-family:"AvenirLTStd";
}
h3{
    font-family:"AvenirLTStd";
}

.h-100-vh {
    min-height: 100vh;
}

.text-heading {
    color: #100e1f;
}

.btn__primary {
    background-color: #522E90;
    color: #fff;
}

.border__radius-6 {
    border-radius: 6px;
}

.font-18 {
    font-size: 18px;
}

.input_custom {
    background-color: transparent;
    border: 2px solid #3b3b4280;
    height: 48px;
    font-size: 16px;
    border-left: 0 !important;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    color: #000;
}

.input_custom:focus {
    background-color: transparent;
    font-size: 16px;
    box-shadow: none;
    color: #000;
}

.input_custom::-webkit-input-placeholder {
    color: #3b3b4280;
}

.input__group-custom {
    width: 40px;
    background-color: transparent;
    border: 2px solid #3b3b4280;
    border-right: 0 !important;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #3b3b4280;
    font-weight: bold;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}


.input__group-customright {
    width: 40px;
    background-color: transparent;
    border: 2px solid #3b3b4280;
    border-left: 0 !important;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #000000a1;
    font-weight: bold;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.input__icon {
    height: 18px;
    width: 18px;
}

.input__group {
    margin-bottom: 20px;
}

.modal-header {
    background-color: #522E90;
    color: #fff !important;
    padding: .5rem 1rem;
    align-items: center;
}

.modal-header .close:focus {
    outline: 0 !important;
}

.cursor_pointer {
    cursor: pointer !important;
}
/*================= gLobal CSS ========================*/

.box__sign {
    background-color: #fff;
    width: 76%;
    height: 540px;
}

.signup__left-img {
    width: 100%;
    height: 100%;
}

.signup__welcome {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
}

.tc__heading {
    font-weight: 300;
}

.tc__content h4 {
    font-weight: 500;
}

.tc__content p {
    letter-spacing: 0;
    word-spacing: 2px;
    font-size: 15px;
    text-align: justify;
    line-height: 1.6em;
    margin-top: 14px;
}

.input__otp {
    width: 60px;
    background-color: transparent !important;
    border: 1px solid #3b3b4280;
    height: 60px;
    font-size: 26px;
    border-radius: 4px;
    color: #000;
    text-align: center;
    margin: 0 6px;
}

.input__otp:focus {
    background-color: transparent !important;
    border: 1px solid #3b3b4280;
    height: 60px;
    font-size: 26px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    outline: 0;
}

.input__otp::-webkit-inner-spin-button,
.input__otp::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.brd_left-0 {
    border-left: 0 !important;
}

.box-validation {
    font-size: 10px;
    margin: 2px;
}
.box-validation.invalid {
    border: 1px solid #522E90;
    color: #522E90;
    padding: 2px 10px;
}
.box-validation.valid {
    border: 1px solid green;
    color: green;
    padding: 2px 10px;
}

.captcha {
    margin:10px 0;
    padding: 0 20px;
    background-color:#f9f9f9;
    border:2px solid #d3d3d3;
    border-radius:5px;
    color:#4c4a4b;
    display:flex;
    justify-content:space-between;
    align-items: center;
    width: 100%;
    height: 66px;
}

.text {
    font-size: 16px;
    font-weight: 500;
}
.spinner {
    position:relative;
    width:2em;
    height:2em;
    display:flex;
    align-items:center;
    justify-content:center;
}
#captcha_input { position: absolute; opacity: 0; z-index: -1; }
#captcha_input+.checkmark {
    display:inline-block;
    width:2em;
    height:2em;
    background-color:#fcfcfc;
    border:2.5px solid #c3c3c3;
    border-radius:3px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor: pointer;
}
#captcha_input+.checkmark span {
    content:'';
    position:relative;/*
	position:absolute;
	border-bottom:3px solid;
	border-right:3px solid;
	border-color:#029f56;*/
    margin-top:-3px;
    transform:rotate(45deg);
    width:.75em;
    height:1.2em;
    opacity:0;
}
#captcha_input+.checkmark>span:after {
    content:'';
    position:absolute;
    display:block;
    height:3px;
    bottom:0;left:0;
    background-color:#029f56;
}
#captcha_input+.checkmark>span:before {
    content:'';
    position:absolute;
    display:block;
    width:3px;
    bottom:0;right:0;
    background-color:#029f56;
}
#captcha_input:checked+.checkmark {
    animation:2s spin forwards;
}
#captcha_input:checked+.checkmark>span {
    animation:1s fadein 1.9s forwards;
}
#captcha_input:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
#captcha_input:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
@keyframes fadein {
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes bottomslide {
    0% {width:0;}
    100% {width:100%;}
}
@keyframes rightslide {
    0% {height:0;}
    100% {height:100%;}
}
.logo_captcha {
    display:flex;
    flex-direction:column;
    align-items:center;
    height:100%;
    justify-content: center;
}
.logo_captcha img {
    height:24px;
    width:24px;
}
.logo_captcha p {
    color:#9d9ba7;
    font-size:14px;
    font-weight:700;
}

@keyframes spin {
    10% {
        width:0;
        height:0;
        border-width:6px;
    }
    30% {
        width:0;
        height:0;
        border-radius:50%;
        border-width:1em;
        transform: rotate(0deg);
        border-color:rgb(199,218,245);
    }
    50% {
        width:2em;
        height:2em;
        border-radius:50%;
        border-width:4px;
        border-color:rgb(199,218,245);
        border-right-color:rgb(89,152,239);
    }
    70% {
        border-width:4px;
        border-color:rgb(199,218,245);
        border-right-color:rgb(89,152,239);
    }
    90% {
        border-width:4px;
    }
    100% {
        width:2em;
        height:2em;
        border-radius:50%;
        transform: rotate(720deg);
        border-color:transparent;
    }
}

.error_msg {
    font-size: 13px;
    display: block;
    text-align: center;
    line-height: 1.42857;
    margin: 2px 0;
    color: #d11124 !important;
    font-weight: 500;
}

@media (max-width: 1200px) {
    .box__sign {
        background-color: #fff;
        width: 80%;
        height: 520px;
    }
}

@media (max-width: 991px) {
    .box__sign {
        background-color: #fff;
        width: 94%;
        height: 540px;
    }
    .signup__form {
        padding: 3rem 2rem !important;
    }
}

@media (max-width: 767px) {
    .box__sign {
        background-color: #fff;
        width: 94%;
        height: auto;
        margin: 20px 0;
    }
    .signup__form {
        padding: 2rem 1.5rem !important;
    }
}