
/*--------------------------------------
|									   |
|             CUSTOM STYLE             |
|                                      |
--------------------------------------*/

body {
    color: rgba(148, 163, 184, 1);
    background: rgb(240,249,246);
	background: linear-gradient(180deg, rgba(205,234,225,1) 0%, rgba(240,249,246,1) 100%);
    font-family: "Lato", serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left;
    overflow-x: hidden;
    min-height: 100vh;
}

label{
	font-weight: 600;
}

/*.login-bg{
	background: rgb(205,234,225);
	background: linear-gradient(180deg, rgba(205,234,225,1) 0%, rgba(240,249,246,1) 100%);
	height: 100vh;
}*/

.login-form{
	background-color: #fff;
	border-radius: 15px;
	padding: 2rem;
    margin-bottom: 2rem;
}

.login-banner{
	background: url('../images/job-seeker.png') no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.login-bg .logo{
	height: 50px;
}

.login-bg .logo-title{
	color: #5c6492;
    font-size: 1.65rem;
    font-weight: 500;
    /*text-transform: uppercase;*/
    margin-left: 10px;
    position: relative;
    top: 5px;
}

.searchbar{
	position: relative;
	width: 250px;
}

.searchbar input{
	border-radius: 20px;
    padding-left: 15px;
}

.searchbar .form-control, .searchbar .form-control:focus{
	border: transparent;
}

.form-control-feedback{
	position: absolute;
    z-index: 2;
    width: 2.65rem;
    height: 2.65rem;
    cursor: pointer;
    text-align: center;
    line-height: 40px !important;
    color: #151b2c;
    right: 5px;
    top: 0px;
}

.form-control, .form-select{
    color: #726aa1;
    font-size: 0.9rem;
	border-radius: 4px;
    background-color: #fff;
    border: 1px solid #d2d1d6;
    padding: 8px 10px;
}

.form-control:focus, .form-select:focus{
    border-color: #8086a9;
    box-shadow: none;
    outline: 0;
}

.login-form h2{
	color: #8086a9;
}

.login-form p{
    font-size: 0.985rem;
}

.login-form .form-control{
	border: transparent;
	background-color: #f3f3f3;
	padding: 12px 15px;
}

.login-form .form-control:focus{
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.065);
}

.toggle-password{
    float: right;
    margin-right: 15px;
    margin-top: -45px;
    position: relative;
    z-index: 2;
    padding: 15px 35px 15px 16px;
    cursor: pointer;
}

.captcha-icon{
    font-size: 1.45rem;
}

.register-form-bg{
    background-color: #f8f8f8;
    border-radius: 12px;
    padding: 8px;
}

.register-form-pattern{
    background-color: #f3f3fe;
    border: 1px solid #dadef3;
    padding: 3rem;
    border-radius: 10px;
}

.register-form{
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.165);
    padding: 2rem;
}

.btn-cyan{
    color: #1967d2;
    background-color: #e2eaf8;
    border: transparent;
    text-align: center;
    line-height: 20px;
    border-radius: 8px;
    font-weight: 400;
    padding: 12px 20px;
    transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
}

.btn-cyan:hover{
    color: #fff;
    background-color: #1967d2;
}

.btn-mustard{
    color: #fff;
    background-color: #F9AB00;
    border: 1px solid #F9AB00 !important;
    border-radius: 25px;
    padding: 12px 50px;
    transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
}

.btn-mustard:hover{
    color: #F9AB00 !important;
    background-color: #fff;
    border: 1px solid #F9AB00 !important;
}

.btn-royal{
    color: #fff;
    background-color: #1967d2;
    border: transparent;
    text-align: center;
    line-height: 20px;
    border-radius: 8px;
    font-weight: 400;
    padding: 12px 50px;
    transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
}

.btn-royal:hover{
    color: #fff;
    background-color: #0146a6;
}

.modal-header h1{
    color: #8086a9;
    font-weight: 500;
}

.modal-header .btn-close{
    color: #1967d2;
    transition: transform .7s ease-in-out;
}

.modal-header .btn-close:hover{
    transform: rotate(180deg);
}

.modal-header .btn-close:hover{
    color: #0146a6;
}

.modal-body{
    height: calc(100vh - 120px);
    overflow: auto;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 10px;
  padding: 10px 20px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #F9AB00;
    border-bottom: 1px solid #F9AB00;
    /*border-radius: 25px;*/
}

/*.navbar-light .navbar-nav .nav-link:hover:after,
.navbar-light .navbar-nav .nav-link.active:after {
    font-family: 'FontAwesome';
    content: "\f0d8";
    position: absolute;
    transform: translate(-650%, 90%);
}*/

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }

  .navbar-light .navbar-nav {
      border-top: 1px solid #EEEEEE;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
  height: 50px;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}

@media(max-width: 767px){
    .login-banner{
        display: none;
    }
}
