@import "common.css";
.nav-link{
    color:#eee !important;
}
.nav-item:hover{
    background-color:#777;
}
/*login*/
.login_area{
    height: auto;
    background: rgba(50, 50, 50, .7);
    border-radius: 4px;
    padding: 35px 0px 45px 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: 19px;
    height: 75px;
    vertical-align: middle;
    padding-top: 25px;
}
/* Carousel base class */
.carousel {
  
}
/* 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 #eee;
        color: #eee;
        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:#fff;
    font-size:23px;
    margin-top: 33px !important;
}
.login_area .register_btn{
        color: #eee;
    font-size: 17px;
    position: absolute;
    bottom: 25px;
    right: 40px;
    cursor:pointer;
}
.login_area .register_btn:hover {
    color: #3adb76;
}
.login_area .forgot_pass_btn{
    color: #eee;
    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*/

