@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');

#randomText{
  margin-top: 3px;
    width: 147px;
    height: 46px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 10px;
    padding-left: 5px;
}

.password_field{
	position: relative;
	width: 100%;
}

.password_field .EyeIcon{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

a {
    color: inherit;
    cursor: pointer
}

.container-fluid{
	width: 100%;
	height:100vh;
	display: flex;
	align-items:center;
	justify-content: center;
	background-color:#EBEDEF;
}

 .error{
    color:red !important;
 }

.main_banner{
	min-height:77vh;
    height: 100%;
    align-self: center; 
    overflow: hidden;
    background-image: url(../images/NITIE.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
        display: flow;
    align-content: center;
}
	.nav_logo{
	    margin: 10px 4.5rem;
	    max-width: 170px;
	}
.nav_logo img{
   width: 75%;
}
.main_banner .col-lg-4{
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_section_outer {
    justify-content: center;
    align-items: center;
    display: flex;
    height: fit-content;
    padding: 1rem;
}

.form_section{
    min-width: fit-content;
    align-self: center;
    background-color: white;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    filter: drop-shadow(0px 5px 5px rgb(112, 112, 112));
    width: 400px;
}

.card2 h4{
       font-size: 2.5em ;
       font-weight: 700;
       text-transform: capitalize;
       width: 100%;
       color: #4B49AC;
       font-family: 'Ubuntu', sans-serif;
}

.customeheader{
       font-size: 2rem ;
       font-weight: 700;
       text-transform: capitalize;
       width: 100%;
       color: #4B49AC;
       font-family: 'Ubuntu', sans-serif;
       text-align:center;
}
 
.c_logo{
	text-align: right;
	display: flex;
	justify-content: flex-end;
}   
.logo {
    width: 200px;
    height: 65px;
    margin-top: 20px;
    margin-right: 35px;
}

.image {
    width: 60%;
}

.border-line {
   border-left: 1px solid #EEEEEE
}

.facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.twitter {
    background-color: #1DA1F2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.linkedin {
    background-color: #2867B2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 10%;
    font-weight: bold
}

.text-sm {
    font-size: 12px !important
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

.bg-blue {
    color: #757575;
    border-top:1px solid #EBEDEF;
    background-color: #fff;
    position: absolute;
    bottom:0;
    width: 100%;
}

.alert{
	width:80% !important;
	margin:0 auto;
	margin-bottom: 10px;
	text-align: center;
	font-size:12px;
}


.loginpage_footer{
    text-align: center;
}



/* FORM===========================================================================>............... */



.signinSection {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .signinSection p {
    color: #b2b2b2;
  }
  
  .logo {
    margin: 20px;
  }
  
  .signinForm {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    padding-top: 20px;
  }
  
  .inputDetails {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 10px 0px;
  }
  .inputDetails input {
    width: 100%;
    border: 1px solid #ced3d8;
    border-radius: 10px;
    padding: 5px;
  }
  .inputDetails label {
    color: #b2b2b2;
    margin-bottom: 5px;
  }
  
  .remember {
    width: 80%;
    display: flex;
    justify-content: space-between;
  }
  
  .signinButton {
    width: 80%;
    border-radius: 30px;
    background-color: #282768;
    border: none;
    padding: 5px;
    margin: 5px 0px;
    color: white;
  }

  .capcha_span{
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .capcha_img{
    padding: 0.5rem;
    align-items: center;
    justify-content: space-between;
    display: flex;
    border-radius: 10px;
    height: 10vh;
    width: 100%;
  }
  .capcha_img img{
    width: 100%;
  }
  .capcha{
    width: 2.5rem;
  }
  .capcha img{
    max-width: 100%;
  }
  
  
  .input_password_container{
	width:100%;
	position:relative;
}
.input_password_container input{
	width:100%;
}
.input_password_container i{
	top:25%;
	right:5%;
	position:absolute;
}
@media (min-width: 299px) and (max-width: 799px){
    .loginpage_footer{
      padding: 1rem
    }
    .nav_logo {
    margin: 0rem; 
    max-width: 165px;
    height: 10vh;
}
    .nav_logo img {
        width: 65%;
        height: 10vh;
        padding: 1px;
        padding-left: 1rem;
    }
}



@media (min-width: 799px) and (max-width: 1199px){
    .main_banner{
    background-position: right;
    }
}   