@import url("https://fonts.googleapis.com/css?family=Poppins:500,400,600|Inter:500");

body
{
    font-family: Poppins !important;
}
.main_content 
  {
    padding-left: 0px;
    width: 100%;
    padding-top: 0!important;
    transition: .5s;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
  }
  .login-page, .register-page {
    -ms-flex-align: center;
    align-items: center;
    background: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}
.login-box, .register-box {
    width: 360px;
}
.login-logo, .register-logo {
    font-size: 2.1rem;
    font-weight: 300;
    margin-bottom: .9rem;
    text-align: center;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.login-card-body, .register-card-body {
    background: #fff;
    border-top: 0;
    color: #666;
    padding: 20px;
}
.login-box-msg, .register-box-msg {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
}

.login-page, .register-page
{
    background-image: url(../img/Background.jpg) !important;
    background-size: 100% 100%;
}

.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before 
{
    background-color: #f18622;
    border-color: #f18622;
}
.login-card-body, .register-card-body {
    color: #212121;
    border-radius: 10px;
}
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before, .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: #212121 !important;
}
#pwd_hidden, #pwd_show
{
  cursor: pointer;
}
.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text 
{
    background-color: transparent;
    border-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-left: 0;
    border-top-right-radius: 0.25rem;
    color: #777;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 13px;
}