  .login-container{
  /*  margin-top: 5%;
    margin-bottom: 5%;*/
    /*background-image: url('../images/bg.jpg');*/
    background-color: #000;
    background-size: cover;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;

}
.login-form-1{
    /*padding: 5%;*/
    /*box-shadow: 0 5px 8px 0 #ffffff, 0 9px 26px 0 #ffffff;*/
}
.login-form-1 h3{
    text-align: left;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #ffffff !important;
}
.login-form-2{
    /*padding: 10%;
    padding-top: 164px;
    padding-left: 70px;*/
    color: #fff;
    text-align: center;
}
.login-form-2 img{
    margin: auto;
}
.login-form-2 h3{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    margin-top: 20px;
     margin-bottom: 30px;
}
.login-form-2 h5{
    color: #fff;
    text-align: center;
}
.mainDiv{
    min-height: calc(100vh - 60px);
    padding: 48px 24px;
}
.login-container form{
/*       padding: 10%;*/
    background: #13171b;
    max-width: 524px;
    width: 524px;
/*    padding-left: 0;*/
    /*float: right;*/
    margin-top: 0px;

    border-radius: 16px;
    flex-shrink: 0;
    /*min-height: 592px;*/
    padding: 40px;
}

.login-form-1 .btnSubmit{
    font-weight: 600;
    /*color: #fff;
    background-color: #0062cc;*/
}
.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}
.login-form-2 .ForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.login-form-1 .ForgetPwd{
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}


#login-form #url-reminder {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: auto;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 8px;
}
#url-reminder-container {
    background-color: #eff6ff;
    border-radius: 3px;
    padding: 16px 32px;
    width: 99%;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 10px;
}

input{
    position: relative !important;
    /*display: block !important;*/
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 8px 40px 8px 16px !important;
    margin-bottom:20px;
    font-size: 16px !important;
    border: 1px solid #0c73ed !important;
    border-radius: 8px !important;
    outline: none !important;
    transition: all .35s ease !important;
  

    height: 56px;
    border-color: #dcdfe6;
    color: Black !important;
    font-weight: 500;
    font-size: 16px !important;
    border-radius: 6px !important;

}

input

#terms-and-conditions {
    color: #343a49;
    font-size: 11px;
    text-align: center;
}
.btnSubmit
{
    width: 100%;
    font-weight: 600;
    height: 48px;
    border-radius: 100px !important;
    font-size: 16px !important;
    background: #0c73ed;
    color: #ffffff !important;
    cursor: pointer;
}
.jss17 {
    color: #636872;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 400;
    line-height: 17px;
}

.tab-header {
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    white-space: nowrap;
    justify-content: flex-start;
}
.tab-header::before {
   /* height: 1px;
    z-index: auto;
        left: 50%;
    width: 100%;
    bottom: 0;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    background-color: #E9EBEE;*/
}
.tab-nav-scroll {
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    align-items: center;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.tab-header > div {
    position: relative;
    transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
}
tab-nav-scroll {
    justify-content: center;
}
.tab-nav-scroll>.tabs-nav {
    flex-grow: 1;
        display: flex;
            gap: 20px;
}
.tab-line-tabView {
    color: #000;
    padding: 3px 0;
    font-size: 16px;
/*    flex-basis: 16%;*/
    text-align: left;
    /*font-family: OpenSans-Regular;*/
   font-weight: 400;
    
        cursor: pointer;
   
}
 .tab-tabView::before {
    left: 50%;
    width: 0;
    bottom: 0;
    height: 3px;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    background: #0B90FF;
    transition: width .3s ease;
    will-change: width;
    border-radius: 1.5px;
}
.tab-line-tabView.active {
      /*  background: rgba(29,162,180,.08);
    border-radius: 2px;
    color: #1da2b4;*/
font-size: 16px;
    font-weight: 700;
    color: #000;
    border-bottom: 2px solid #000;
    padding-bottom: 7px;
}
.tab-line-tabView.active::before {
  /*  color: #007cff;
    width: 100%;
    bottom: -2px;*/
}
.tab-tabListWrap{
    margin-bottom: 20px;
}
::placeholder{
    color: #b4b6b7 !important;
    font-size: 14px !important;
}
label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.banner-img{
    width: 390px;
}

body{
    background: #000;
}
.login-container{
     background: #000;
}

@media screen and (max-width: 767px) {
    .login-container form {
       max-width: 100%;
    width: 100%;
    }
    .login-form-2 img {
    width: 100%;
}
}
