body{
    font-family: 'Roboto' !important;
}
a
{
    text-decoration: none !important;
}
ul
{
    padding: 0 !important;
    margin: 0 ;
}
ul li
{
    list-style: none;
}
html
{
    scroll-behavior: smooth;
}
.scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
.scrollbar-track
{
    background-color:#fff
}
.scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
::-webkit-scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
::-webkit-scrollbar-track {
    background-color:#fff
}
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
::-webkit-scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
::-webkit-scrollbar-track {
    background-color:#fff
}
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
::-moz-scrollbar
{
    background-color:#fff;
    width:16px;
    height: 10%;
}
::-moz-scrollbar-track {
    background-color:#fff
}
::-moz-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff;
}
.submit_btn {
    background-color: #4C51C6;
    color: #fff;
    border-radius: 5px;
    padding: 10px 66px;
    border: 1px solid #4C51C6;
    transition: all 0.3s !important;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    /* box-shadow: 0px 15px 20px #1313132b; */
}
.form-check-input:checked {
    background-color: #39B54A!important;
    border-color: #39B54A!important;
}
.form-check-input:focus {
    outline: none!important;
    box-shadow: none!important;

}
 .main {
    /* display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center; */
    background:#10101F;
    position: relative;
    overflow-x: hidden;
} 
.card{
    background: #10101f !important;;
}
/* .main:after {
    background: url('../images/mask.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    right: 0;
    width: 210px;
    height: 162px;
    z-index: 9;
    top: 0;
} */
/* #leftArea, #rightArea {
    width: 100%;   
} */

/* Start Left Area */

.logo_img h3 {
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
    margin: 7px 0 18px;
    text-align: center;
}
.logo_img h4 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin: 22px 0 0;
    line-height: 36px;
    text-align: center;
}
#rightArea
{
    background: url('../images/instaLogni-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    /* width: 100%; */
    position: relative;
}
.logo_img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 50%;
}
.bottomContent {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    left: 0;
}
.bottomContent p {
    color: #fff;
    font-size: 18px;
}
/* End Left Area */
/* Start Right Area */

/* .loginForget
{
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
/* End Right Area */
.subtext_ {
    color: #9FA3B1;
    font-size: 22px;
}
.subheading_ {
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
}
.back_btn {
    font-size: 24px;
    color: #8D8D8D;
    position: relative;
    top: 30px;
}
.loginContainer {
    border: none !important;
    max-width: 500px;
    margin: 0 auto;
}
.heading-text {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.form-check label.form-check-label {
    color: #4D4D4D;
}
.mainLogo{
    width: 35px;
    height: 35px;
    margin: 16px 0 0 32px;
    position: absolute;
    top: 0;
    left: 0;
}

.form_horizontal .form-group
{
    /* margin: 30px 0; */
    position: relative;
}
.label_text {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #9FA3B1;
    position: absolute;
    top: -35px;
    z-index: 1;
    left: 0;
    padding: 0 9px;
}
.required {
    color: #FF0000;
    margin-left: 3px;
}
.form_horizontal .form-control {
    padding: 16px;
    background: #1C1C2A;
    border:
    none !important;
    color: #FFFFFF;
    font-size: 17px;
    border-radius: 10px;
    font-weight: 400;
    padding-left: 52px;
    position: relative;
}
.form_horizontal .form-control::placeholder
{
    color: #00000099;
    font-size: 18px;
}
.form-control:focus {
    background: #1C1C2A !important;
    outline: none !important;
    box-shadow: 0px 0px 0px #89F1982B!important;
    border: 0px !important;
    color:#ffffff!important;
}
input:focus + label {
    /* color: #39B54A!important; */
}
.input_icon {
    position: absolute;
    top: 16px;
    padding: 3px;
    display: block;
    right: 0;
    bottom: auto;
    left: 24px;
    width: 27px;
    height: 27px!important;
}
.info_icon {
    position: absolute;
    bottom: 17px;
    right: 18px;
    cursor: pointer;
}
.show-icon {
    background-image: url(../images/Show.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 4;
    height: 22px;
    width: 22px;
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.hide-icon.hide-icon {
    background-image: url(../images/Hide.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 4;
    height: 22px;
    width: 22px;
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.forgot_password_ a {
    color: #9FA3B1;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s;
}
#or-separator {
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4px;
    justify-content: center;
}
#or-separator:before {
    content: "";
    background: rgba(0,0,0,0.15);
    height: 1px;
    width: 29%;
}
#or-separator:after {
    content: "";
    background: rgba(0,0,0,0.15);
    height: 1px;
    width: 29%;
}
.or-text {
    font-size: 18px;
    line-height: 1.42857;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    margin: 0 12px;
    /* text-align: center; */
}
/* Start Social links Css */
.login-social {
    text-align: center;
    margin-top: 13px;
}
.login-social li
{
    margin: 0 2px;
}
.login-social li:nth-child(1) a {
    background: #395693;
    border: 1px solid #395693;
}
.login-social li:nth-child(2) a {
    background: #DB4437;
    border: 1px solid #DB4437;
}
.login-social li:nth-child(3) a {
    background: #00A7E7;
    border: 1px solid #00A7E7;
}
.login-social li {
    display: inline;
}
.login-social_link {
    width: 35px;
    height: 35px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #fff !important;
    transition: all 0.3s;
}
/* End Social links Css */
/* Start Create Account Css*/
.createAccount.text-center {
    margin: 10px;
}
.createLink {
    color: #FF6D18 !important;
    font-weight: 500;
}
.footer_bottom 
{
    position: relative;
}
.footer_bottom ul {
    position: absolute;
    bottom: -65px;
    /* margin: 0 auto; */
    left: 50%;
    right: 0;
    text-align: center;
    width: 100%;
    /* height: 100%; */
    transform: translate(-50%, -50%);
}
.footer_bottom ul li a{
    color: #9fa3b1;
}
.footer_bottom ul li {
    display: inline-block;
    margin-right: 23px;
}
.footer_bottom ul li:last-child  {
    display: inline-block;
    margin-right: 0 !important;
}
/* End Create Account Css*/

/* .footer_bottom p {
    color: #8D8D8D;
    font-weight: 300;
} */
@media (min-width: 1200px)
{
    .primary_btn_:hover {
        background: transparent;
        color: #006838;
    }
    .login-social_link:hover {
        background: transparent !important;
        color: #000 !important;
    }
}
@media (min-width: 992px)
{
.col-lg-5 {
    flex: 0 0 auto;
    width: 38.666667% !important;
}
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}
input::placeholder{
    color:#fff!important;
}