@import "common.css";
.nav-link{
    color:#eee !important;
}
.nav-item:hover{
    background-color:#777;
}
/*login*/
.login_area{
    height: auto;
    background: rgba(255, 255, 255, .85);
    border-radius: 4px;
    padding: 20px 0px 30px 0px;
    margin-top: 30px;
    position: relative;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
}
/*INDEX*/
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.circle_title{
    border-radius: 100%;
    border:1px solid #bbb;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
    width: 150px;
    margin: 0 auto;
    font-family: "iran_nastaliq";
    font-size: 22px;
    height: 75px;
    vertical-align: middle;
    padding-top: 25px;
}
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/*END INDEX*/
.login_area input[type="text"], .login_area input[type="password"] {
        background: transparent;
        border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
        box-shadow: none;
        border-bottom: 1px solid #0a0a0a;
        color: #0a0a0a;
        font-size:17px;
        margin-top: 20px !important;
        margin-bottom:0;padding-top:15px;outline: none;
        
}
.login_area input:focus{
     border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
        box-shadow: none;outline: none;
}
.login_area .row .fa{
    color:#000;
    font-size:23px;
    margin-top: 33px !important;
}
.login_area .register_btn{
        color: #000;
    font-size: 17px;
    position: absolute;
    bottom: 25px;
    right: 40px;
    cursor:pointer;
}
.login_area .register_btn:hover {
    color: #3adb76;
}
.login_area .forgot_pass_btn{
    color: #000;
    font-size: 17px;
    position: absolute;
    bottom: 35px;
    left: 40px;
    cursor:pointer;
}
.login_area .forgot_pass_btn:hover {
    color: #3adb76;
}
/*end login*/
/*register student*/
    .register_area fieldset{
        margin-top:20px;
        border-radius:3px;
        box-shadow:0px 0px 4px rgba(0,0,0,.4),-1px 1px 2px rgba(0,0,0,.4);
    border: 1px solid #ccc!important;

    }
    .register_area legend .title{
        color:#444;font-size:20px;
        /*background:#eee;*/
        padding:2px 5px;
    }
    .register_area {
        color:#000;font-size:16px;
    }
/*end register student*/

.login_area {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 30px 25px;
    margin-top: 60px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.login_area h2 {
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

.login_area input[type="text"],
.login_area input[type="password"] {
    border: 1px solid #aaa;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.login_area input[type="text"]:focus,
.login_area input[type="password"]:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    background-color: #fdfdfd;
}

.login_area .btn-success.login_btn {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    border-radius: 8px;
    background-color: #28a745;
    transition: background-color 0.3s ease;
}

.login_area .btn-success.login_btn:hover {
    background-color: #218838;
}

.login_area .forgot_pass_btn,
.login_area .register_btn {
    font-size: 15px;
    color: #555;
    text-decoration: underline;
    position: relative;
    display: block;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
}

.login_area .forgot_pass_btn:hover,
.login_area .register_btn:hover {
    color: #007bff;
}