* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a:hover{
    text-decoration: none !important;
}

@font-face {
    font-family: 'FreeSans';
    src: url('../fonts/FreeSans.ttf') format('truetype');
}

@font-face {
    font-family: 'FreeSansBold';
    src: url('../fonts/FreeSansBold.ttf') format('truetype');
}

@font-face {
    font-family: 'FreeSansBoldOblique';
    src: url('../fonts/FreeSansBoldOblique.ttf') format('truetype');
}
ul {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style-type: none;
}

body {
    background: #000;
}


/*========================================================== slider======================================= */


.logForm .inner-cred .cred_form{
    max-width: 380px;
    margin: 0px auto;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logForm .inner-cred{
    max-width: 1100px !important;
}
.logForm .inner-cred .rightArow{
    max-width: 1000px;
}
.logForm .inner-cred .dv1 {
  padding-right: 45px;
  margin-top: 63px;
}
.logForm .inner-cred .dv2 {
  padding-left: 45px;
}

.logForm .inner-cred .ind1{
    border-right: 2px solid #6c6c6c;
}
.logForm .inner-cred .ind1::before{
    content: "or";
    color: #fff;
    font-family: 'FreeSansBold';
    font-size: 18px;
    position: absolute;
    right: -26px;
    border: 1px solid #6c6c6c;
    border-radius: 50px;
    height: 50px;
    background: #6c6c6c;
    width: 50px;
    padding-top: 13px;
    top: 50%;
    margin-top: -25px;
}

.logForm .inner-cred .dv1 .btn{
    margin-top: 20px !important;
}
.logForm .inner-cred .dv1 .btn i{
    padding-right: 5px;
}


/** start of footer section **/
footer {
    position: relative;
}

.footer_section {
    background: #000;
    padding: 33px 33px;
}


.footer_bottom {
    background: transparent;
    padding-left: 35px;
    padding-right: 35px;
}
.footer_rights {
    color: #abb7c4;
    padding: 7px 0px;
    text-align: center;
    font-size: 14px;
}
.copyright {
    font-family: 'FreeSansBold';
    color:#fff;
}

/*======================================= log-in-page===================================================== */
.credential_form{
    background: url(../images/backImage.jpg) #000;
    background-size: cover;
   height: 600px;
    background-repeat: no-repeat;
   height: 100vh;
   overflow: hidden;

}
.credential_form .main_pg{
    padding-top: 0;

}
.credential_form .main_pg h4{
    color: #fff;
    text-align: center;
    font-family: 'FreeSansBold';
    font-size: 22px;
    text-align: left;
    margin-bottom: 15px;
}
.credential_form .main_pg .inner-cred{
    max-width: 500px;
    border-radius: 25px;
    margin: 0px auto;
    margin-top: 0;
  
    text-align: center;
}
.inner-cred .input_groupbox input
{
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    display: block;
    /*padding: 0px 37px 0px 55px;*/
    border: 1px solid #363443;
    background: none;
    color: #9e9e9e;
    border-radius: 0;
    margin-bottom: 25px;
    font-size: 16px;
    font-family: FreeSans;
    background: #22212d;

}
.inner-cred .input_groupbox input::placeholder{
    color: #b6b6b7;
    /*font-style: italic;*/
}

.inner-cred .input_groupbox input:focus {
    box-shadow: none;
    border-color: #4d4883;
    transition: 0.3s;
}
.inner-cred .input_groupbox:focus-within i {
   color: #4d4883;
    transition: 0.3s;
}
.inner-cred .input_groupbox label{
    display: block;
    position: relative;
    margin: 10px auto 13px;
}
.inner-cred .input_groupbox i
{
    position: absolute;
    top: 0px;
    color: #9e9e9e;
    left: 0px;
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    font-size: 20px;
    font-style: normal;
}
.inner-cred .input_groupbox .icn
{
    position: absolute;
    top: 15px;
    color: #9e9e9e;
    left: 10px;
    width: 16px;
    
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    font-size: 20px;
    font-style: normal;
    filter: contrast(0);
}

.inner-cred .input_groupbox .field-icon
{
    position: absolute;
    top: 5px;
    color: #9e9e9e;
    right: 15px;
    /*width: 23px;
    height: 14px;*/
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    font-size: 17px;
    font-style: normal;
    cursor: pointer;
}

.input_groupbox {
    position: relative;
}
span.error_box {
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.inner-div button.btn, .btn_orange {
    background: linear-gradient(to right, #802100,#e18922,#802100); 
    border-radius: 5px;
    color: #fff !important;
    font-family: 'FreeSansBold';
    font-size: 18px;
    width: 100%;
    padding: 16px 0px !important;
}
.logo_image, .logo_centeralize {
    margin:0px auto;
    text-align: center;
}
.logo_centeralize {
    margin-bottom: 30px;
}
.inner-div button.btn:hover, .btn_orange:hover {
    background: #fff !important;
    color: #000 !important;
}
.inner-cred .cred_form button a {
    color: #fff;
}

.rightArow {
    position: absolute;
    top: 20px;
    left: 20px;
}
.inner-cred .rightArow
{
    text-align: left;
    max-width: 480px;
    margin: 0px auto;
    margin-left: 20px;
}
.inner-cred .rightArow img{
    width: 23px;
    padding-top: 35px;
}
.inner-cred .rightArow img:hover {
    opacity: .6;
}

.forgotPsw p a{
    font-size: 13px;
    color: #eee;
    font-family: FreeSans;
    text-decoration: none;
}
.forgotPsw p a:hover {
    color:#e18922;
}
.forgotPsw{
    margin-bottom: 13px !important;
}
.forgotPsw p {
    margin-bottom: 0;
}
.pswFld{
    margin-bottom: 10px !important;
}

.orTxt{
    font-size: 18px;
     font-family: FreeSans;
     color: #fff;
     padding-top: 5px;

 }
 .signupBtn{
    padding: 16px 0px !important;
    background: none !important;
    border: 2px solid #abb7c4 !important;
    color: #abb7c4 !important;
    margin-top: 5px;
    font-family: 'FreeSansBold';
    font-size: 16px !important;
    width: 100%;
 }
 .signupBtn:hover{
    border:2px #ed1f2b solid !important;
    color: #ed1f2b !important;
    transition: 0.5s;
 }



/*========================================================  log-in-end==================================*/

/*========================================================== login/signup reaponsive======================================= */

@media(max-width: 1100px){

    .logForm .inner-cred {
        /*margin-left: 25px !important;
        margin-right: 25px !Important;*/
    }
   
    .logForm .inner-cred .rightArow {
    
        padding-left: 25px;
        padding-right: 25px;
    }

}


@media(max-width: 992px){
  
    .logForm .inner-cred {
    
        padding-left: 0; 
        padding-right: 0; 
    }
  
}


@media (max-width: 768px) {
   
    .footer_section {
       
        /*padding: 33px 0px;*/
        padding-bottom: 10px;
    }
    .footer_rights{
        text-align: center;
    }
  
   
    .logForm .inner-cred .cred_form {
   
        padding-top: 0;
    }
    .logForm .inner-cred .ind1 {
        border-right: none;
        border-top: 2px solid #6c6c6c;
        padding-bottom: 0;
    }
    .logForm .inner-cred .ind1::before {
       
    right: auto;
    padding-top: 13px;
    bottom: 0;
    margin-top: unset;
    top: -30px;
    left: 50%;
     transform: translateX(-50%);
    }
    .logForm .inner-cred .dv1 {
        padding-right: unset;
   
    }
    .logForm .inner-cred .dv2 {
        padding-left: unset;
        margin-top: 40px;
    }
    .logForm .inner-cred .dv1 .btn {
        margin-top: 0px !important;
    }

}

@media(max-width: 500px){
    .forgotPsw{
        margin-bottom: 10px !important;
    }
   
}
@media(max-width: 600px){
   
    .logForm .inner-cred .cred_form{
        max-width: 320px!important;
    }
    .inner-cred .cred_form button{
        font-size: 14px;
    }
    .inner-cred .input_groupbox input{
        font-size: 14px;
        margin-bottom: 10px!important;
    }
    
    .footer_rights{
        font-size: 13px;
    }
   
  
    .logForm .inner-cred .rightArow {
        padding-left: 0;
        padding-right: 0;
    }
    .logForm .inner-cred .cred_form {
     
        padding-left: 0;
        padding-right: 0;
    }
    .logo_image, .logo_centeralize{
        width: 80%;
    }
    .inner-cred .input_groupbox label {
        margin: 10px auto 25px;
    }
  
    
  
}



@media only screen and (max-width: 480px){
   
   
    .logo_image, .logo_centeralize {
        width: 77%;
    }

}

@media(max-width: 360px){
  
    .logForm .inner-cred .cred_form {
     
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer_bottom{
        padding-left: 0;
        padding-right: 0;
    }
}

/*========================================================== login/signup reaponsive end======================================= */
