
.login_section{
     width: 400px;
     background-color: #000;
      margin:  0 auto;
      
}
.login_form {
    padding: 10px 0;
    min-height: calc(100vh - 159px);
}



.main-login-section {
    padding: 75px 0px 40px 0px;
}
.shadownew {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    /* border-radius: 10px; */
    height: 100%;
    /* background: #fff; */
    padding: 25px 0px 17px 0px;
    border: none !important;
    border-radius: 3px;
    background-image: linear-gradient(to bottom right, #2c6a9f, #b5b5b2);
    margin-top: 24px;
}

.shado_signup{
    padding: 30px 15px;
}
label.text-dark {
    margin-left: 0;
    font-weight: normal;
     font-size: 13px;
      color: #fff !important;
}

.justify-center {
    justify-content: center;
    display: flex;
}

.log-clmn {
    padding: 10px;
}




.input_field > span {
    position: absolute;
    top: 0;
    color: #444444;
    height: 100%;
    border-right: 1px solid #cccccc;
    text-align: center;
    width: 34px;
    padding-top: 6px;
    height: 35px;
}




.zip_text {
    padding-left: 33px;
    width: 100%;
    padding: 8px 10px 9px 40px;
    height: 35px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    outline: none;
    margin-bottom:10px;
     border-radius: 3px;
      font-size: 13px;
}


.input_sign{
    padding: 8px 10px 9px 10px;
     background-color: #f9fffd;
}
.mtop0 input {
    margin-right: 5px;
    margin-top: 0;
}

.label-mb-10 {
    margin-bottom: 5px;
    font-weight: normal;
    margin-left: 0;
}
form label {
    color: #fff;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 3px;
}


.login_forgot {
    font-size: 13px;
    position: relative;
    top: 5px;
    color: #0847a5 !important;
}

.btn-danger{
     width: 100%;
}

.sign-tt a {
    margin: 10px 0;
    color: #212529;
    display: block;
    font-weight: 300;
    font-size: 16px;
}

.sign-tt a:hover {

    color: #212529;
   
}

.input_field {
     position: relative;
}

.form-check-input{
    margin-right: 5px;
    margin-top: 3px;
}

.bht_login{
    background-color: #212529;
     width: 100%;
      color: #fff;
       height: 40px;
        border-radius: 3px !important;
}

.bht_login:hover{
    background-color: #575656;
     color: #fff;
}


.btn_signup{
     margin-top: 15px;
}



.socialBtn {

    height: 40px;
    padding: 12px;
    border-radius: 3px;
    border: solid 1px #bfbfbe;
    background-color: #fff;
    margin-top: 16px;
    margin-block-start: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.socialBtn .btnText {
    color: #313131;
    margin-left: 24px;
    font-size: 16px;
}
.or-divider {
    color: rgba(62,62,62,1) !important;
    font-family: Raleway !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-decoration: none solid rgb(62,62,62) !important;
}
.or-divider:before {
    content: '';
    flex: 1;
    height: 1px;
    margin: 0 8px;
    box-shadow: 0 0.5px 0 #000;
}

.or-divider:after {
    content: '';
    flex: 1;
    height: 1px;
    margin: 0 8px;
    box-shadow: 0 0.5px 0 #000;
}


.google-Or{
    display: flex;
    justify-content: center;
     margin: 10px 0px;

}

.or_text {
     color: #fff;
}
.first_line {
    width: 100px;
    height: 1px;
    background-color: #fff;
    /* margin-top: 12px; */
    margin: 12px 9px;
}
.tab-content h5{
     color: #fff;
}

