



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color:#F5F5F5; 
    width: 100%;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}




label {
  display: block;
  margin: 0;
}







.limiter {
  width: 100%;
  margin: 0 auto;
}



.wrap-login100 {


}




input{
    background:none !important;
}
/*==================================================================
[ Form ]*/
.login100-form {
   
    min-height: 100vh;
    display: block;
    position: relative;
    background-color: #fff;
    padding: 150px 55px 55px 55px;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.5);
}

.login100-form-title {
  width: 100%;
  display: block;
 
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}


.login100-form .box-shadow {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2) !important;
    border-radius:25px;
}


.login100-form .form-control {
    height: 46px;
    border-radius: 0px 25px 25px 0px !important;
    background-color: #F5F5F5 !important;
    border: none !important;
    box-shadow: none !important;
    color: #3F3E40 !important;
}



.login100-form .input-group-addon {
    border-radius: 25px 0px 0px 25px;
    background: #3F3E40;
    color: #fff;
    font-size: 22px;
}

.login100-form label {
    margin-left: 20px;
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000 !important;
}

.remember-me input {

    float:left;
    margin-right:10px;
    display:inline-block;
}

.remember-me span {
    font-size: 16px;
    color: #000000 !important;
}


.headingText h2 {
    color: #fff;
    font-size: 45px;
    line-height: 52px;
    text-align: center;
    margin-top:70px;
    display: block;
    font-weight:bold;
    padding-left:20px;
    padding-right:20px;
}

.Plan-checks {
    color: #fff;
    font-size: 45px;
    line-height: 52px;
    text-align: center;
    margin-top: 10px;
    display: block;
    position:absolute;
    bottom:20px;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
}

.footerlink {
    position:absolute;
    bottom:20px;
    left:0;
    right:0;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 55px;
}

.footerlink a {
    color: #EA151A;
    font-size:15px;
    text-decoration:none;
}

@media (max-width: 768px) {
    .footerlink {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 0 20px;
        bottom: 15px;
    }
}
/*------------------------------------------------------------------
[ Input ]*/
/*---------------------------------------------*/
/*==================================================================
[ Restyle Checkbox ]*/
.input-checkbox100 {
    display: none;
}

.label-checkbox100 {


  font-size: 13px;
  color: #fff;
  line-height: 1.4;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}



.input-checkbox100:checked + .label-checkbox100::before {
  color: #6675df;
}


.forgotpassword a {
    color: #3F3E40;
    text-decoration: none;
    font-size:16px;
}

.alert-logo{
    padding-left:60px;
    padding-right:60px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mrttop30{
    margin-top: 30px;
}


.mrttop40{
    margin-top: 40px;
}

.mrttop10{
    margin-top: 10px;
}

.mrttop25{
    margin-top: 25px;
}

.mrttop20{
    margin-top: 20px;
}



.login100-form-btn {
    align-items: center;
    padding: 0 60px;
    height: 46px;
    border: none;
    border-radius: 25px;
    background: #fff;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background: #100C08;
}






input{
     outline:none !important;
}



/*------------------------------------------------------------------
[ Responsive ]*/


@media (max-width: 1366px) {
    body {
        background-position: right;
    }

    .login100-form {
       
        padding-top: 100px;
    }


    .headingText h2 {
        color: #fff;
        font-size: 38px;
        line-height: 42px;
        text-align: center;
        margin-top: 15px;
        display: block;
        font-weight: bold;
        padding-left:50px;
        padding-right:50px;

    }

    .Plan-checks {
        color: #fff;
        font-size: 38px;
        line-height: 42px;
        text-align: center;
        margin-top: 0px;
        display: block;
    }

    .login-right-image img{
        width:70%;
    }

   
}








@media (max-width: 1024px) {

    body {
        background-color: #fff;
    }


    .login100-form {
        min-height: auto;
        display: block;
        background-color: #fff;
        padding: 150px 55px 55px 55px;
        box-shadow: none;
        
    }


    .login100-form {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 40px;
    }

  

    .hide-div{
        display:none;
    }


    .alert-logo {
        padding-left: 100px;
        padding-right: 100px;
        width:70%;
        display:block;
        text-align:center;
        margin:auto;
        margin-top:40px;
    }

}

@media (max-width: 767px) {

    .alert-logo {
        padding-left: 50px;
        padding-right: 50px;
        width: 100%;
        display: block;
        text-align: center;
        margin: auto;
        margin-top: 20px;
    }

    .login100-form {
        min-height: 100vh;
        display: block;
        background-color: #fff;
        padding: 40px 20px 20px 20px;
        box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.5);
    }
}
