/* =======================================================
*
* 	Login Page Style by 
*   Asith	
*
* ======================================================= */
body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: #848484;
    background-color: #f0f0f0;
}
body.style-2 {
  background-color: #ffffff;
  background-size: cover;
  background-position: -30% center;
  background-repeat: no-repeat;
  background-image: url(../images/bg_1.jpg);
  height: 100vh;
}
    body.style-3 {
        background: #ffffff url(../images/bg_1.jpg) no-repeat;
        background-size: cover;
        height:100vh;
    }

a {
  color: #33cccc;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #29a3a3;
}

.menu {
  padding: 0;
  margin: 30px 0 0 0;
}
.menu li {
  list-style: none;
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.menu li a {
  padding: 5px;
}
.menu li.active a {
  color: #b3b3b3;
}

.fh5co-form {
  padding: 30px;
  margin-top: 10em;
  -webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.style-2 .fh5co-form {
  -webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
}
/*Media Here - Asith*/ 

@media screen and (max-width: 768px) {
  .fh5co-form {
    padding: 15px;
  }
}/*End MEdia*/

.fh5co-form h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  margin: 0 0 30px 0;
  color: #000000;
}

.fh5co-form .brand-icon{
	height:35px;
	margin-bottom:30px;
}

.fh5co-form .form-group {
  margin-bottom: 30px;
}
.fh5co-form .form-group p {
  font-size: 14px;
  color: #9f9f9f;
  font-weight: 300;
}
.fh5co-form .form-group p a {
  color: #000000;
}
.fh5co-form label {
  font-weight: 300;
  font-size: 14px;
  font-weight: 300;
}
.fh5co-form .form-control {
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fh5co-form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  
}
.fh5co-form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
 
}
.fh5co-form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  
}
.fh5co-form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  
}
.fh5co-form .form-control:focus, .fh5co-form .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.btn-primary {
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    border: none;
    background: #0092b6;
    color: #ffffff;
    -webkit-box-shadow: -2px 10px 20px -1px rgba(0, 146, 182, 0.45);
    -moz-box-shadow: -2px 10px 20px -1px rgba(0, 146, 182, 0.45);
    -o-box-shadow: -2px 10px 20px -1px rgba(0, 146, 182, 0.45);
    box-shadow: -2px 10px 20px -1px rgba(0, 146, 182, 0.45);
}
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        color: #ffffff;
        background: #007390 !important;
        outline: none;
    }

.btn-default {
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    border: none;
    background: #ffffff;
    color: #000000;
}

input, textarea {
  color: #000;
}

.placeholder {
  color: #aaa;
}

.js .animate-box {
  opacity: 0;
}

.bottom-notation {
  text-align:center;
  padding-top: 60px;
  clear: both;
  position: fixed;
  bottom: 20px
 
}

/**********************************SUBJECT SELECT FIRST STEP*************************************/
.subject-content {
    width: 100%;
    margin: 0 auto;
}

    .subject-content .col-md-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .subject-content .col-md-6 .panel {
            cursor: pointer;
            margin: 5px !important;
            height: 200px;
            position: relative;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .subject-content .col-md-6 .panel:hover {
                background: #efefef;
            }

        .subject-content .col-md-6 .panel-click-border {
            border: solid #3399cc;
        }

        .subject-content .col-md-6 .panel-body img {
            display: block;
            margin: auto;
            max-height: 85px;
        }

        .subject-content .col-md-6 .panel-body h4 {
            font-family: 'Poppins', sans-serif;
            margin: 0 !important;
            padding: 12px;
            position: absolute;
            top: 60%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 14px;
            text-transform:;
            font-weight: 600;
        }

/**********************************SUBJECT SELECT FIRST STEP END*************************************/
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
}

.first-step-Control__indicator {
    top: 45px !important;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control {
    font-size: 18px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

        /* Hover and focus states */
        .control:hover input ~ .control__indicator,
        .control input:focus ~ .control__indicator {
            background: #ccc;
        }

        /* Checked state */
        .control input:checked ~ .control__indicator {
            background: #3399cc;
        }

        /* Hover state whilst checked */
        .control:hover input:not([disabled]):checked ~ .control__indicator,
        .control input:checked:focus ~ .control__indicator {
            background: #3399cc;
        }

/* Check mark */
.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
    display: block;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

/*----------------------Custom Radio Buttons End ---------------------------------------*/



/*----------------------Select Box Style-------------------------------------------*/
.subject-select-box select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

/*----------------------Select Box Style End-------------------------------------------*/



/*# sourceMappingURL=style.css.map */
