@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
body{
	font-family: 'Poppins', sans-serif;
}
.flaticon-layer:before {
    content: "\f117";
}
.btn-outline-success{
    color: #fff;
    background-color: #1dc9b7;
    border-color: #1dc9b7;
}
.desktop-login{
    display: block!important;
}
.mobile-login{
    display: none!important;
}
i{
	font-family: flaticon;
	font-family: fontawesome;
}
.booking-details span{
	font-size: 14px;
	color: #646c9a;
	text-transform: capitalize;
}
.hmodal-button{
	color: #fff;
	background-color: #000;
	border:1px solid #000;
}
.hmodal-button:hover{
	color: #fff;
	background-color: #565656!important;
	border:1px solid  #565656!important;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}
.hmodal-button:focus{
	box-shadow: none!important;
}
.login-page-wrapper{
    position: relative;
    height: 100vh;
    width: 100%
}
.overlay{
    position: absolute;
    background-color: rgba(38, 50, 56, .6);
    height: 100%;
    width: 100%;
}
.mobile-login{
    position: relative;
    height: 100vh;
    overflow:hidden;
    width: 100%;
}
.moverlay{
    position: absolute;
    background-color: rgba(38, 50, 56, .6);
    height: 100%;
    width: 100%;
}
.mlogin-form-wrapper{
    color: #fff;
    font-family: Roboto,sans-serif;
}
.mobile-scroll{
    position: absolute;
    overflow-y:scroll;
    height: 100%;
    width: 100%;
}
.mlogo-section-wrapper{
    margin:auto;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.mlogo-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.mlogo-wrapper figure{
    width: 200px;
    height: auto;
}
.mlogo-wrapper figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mlogin-form-inner{
    width: 300px;
    margin: auto;
}
.mpage-copyright{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.mpage-copyright p{
    color: #37474f;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
    padding-bottom: 0.5rem;
}
.mpage-copyright .msocial a {
    margin: 0 10px;
    text-decoration: none;
    border-radius: 50%;
    font-style: normal;
    line-height: 30px;
    height: 40px;
    width: 40px;
    text-align: center;
}
.msocial{
    text-align: center;
    padding-top: 1rem;
}
.logo-section-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 70%;
}
.login-page-footer{
    position: absolute;
    bottom: 0%;
    left: 8%;
    height: 30%;
}
.ks-logo {
    position: absolute;
    bottom: 14%;
}
.ks-logo img{
    width: 260px;
    height: auto;
}
.swing {
    animation: swing ease-in-out 2s infinite alternate;
    transform-origin: center -20px;
    float:left;
}
.swing img {
    display: block;
}
.logo-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.logo-wrapper figure{
    width: 500px;
    height: auto;
}
.logo-wrapper figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*.logo-wrapper:after{
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    top: 73px;
    margin-left: -4px;
    z-index: 1;
    background-image: -webkit-linear-gradient(-16deg, #7d604c 50%, #6b4e3b 50%);
    background-image: linear-gradient(-16deg, #7d604c 50%, #6b4e3b 50%);
    box-shadow: -1px 1px 1px 0px #676161;
    animation: swing 1.5s infinite alternate ease-in-out;
    background: linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
}*/
/* nail */ 
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}
.login-form-wrapper{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 35%;
    color: #fff;
    background: rgba(41, 41, 41, 0.4);
    box-shadow: 0 0 1px 0 #000;
    font-family: Roboto,sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login-form-wrapper form {
    width: 350px;
    padding: 1rem 1rem 2rem 1rem;
}
.login-form-inner label, .mlogin-form-inner label{
    font-weight: 300;
}
.login-form-inner input:focus, .login-form-inner select:focus,
.mlogin-form-inner input:focus, .mlogin-form-inner select:focus{
    border-color: #ced4da!important;
    box-shadow: none!important;
}
.login-form-inner input::-webkit-input-placeholder,
.mlogin-form-inner input::-webkit-input-placeholder{ /* Edge */
  color: #76838f;
  font-size: 14px!important;
  font-weight:300;
  opacity:0.6;
}

.login-form-inner input:-ms-input-placeholder,
.mlogin-form-inner input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color: #76838f; 
  font-size: 14px!important;
  font-weight:300;
  opacity: 0.6;
}
.login-form-inner input::-moz-placeholder,
.mlogin-form-inner input::-moz-placeholder{ /* Firefox 19+ */
  color: #76838f; 
  font-size: 14px!important;
  font-weight:300;
  opacity: 0.6;
}
.login-form-inner input::placeholder,
.mlogin-form-inner input::placeholder{
  color: #76838f;
  font-size: 14px!important;
  font-weight:300;
  opacity: 0.6;
}

.login-form-inner select, .login-form-inner select option,
.mlogin-form-inner select, .mlogin-form-inner select option{
    color: #76838f; 
    font-size: 14px!important;
    font-weight:300;
}
.ltitle{
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}
.mobile-only{
    display: none;
}
.laptop-only{
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
}
.laptop-only a{
    color: #b7b7b7;
    text-decoration: none;
}
.btn-primary.login-btn:hover, .btn-primary.login-btn:active {
    background-color: #755d53!important;
    border-color: #755d53!important;
    box-shadow: none!important;
}
.login-btn {
    background: #8d6f63;
    border: none;
    height: 40px;
    font-size: 16px;
    font-weight: 300;
}
.btn-danger.exit-btn {
    background-color: #b54333;
    border-color: #b54333;
    margin-top: 1rem;
}
.btn-danger.exit-btn:hover, .btn-danger.exit-btn:focus, .btn-danger.exit-btn:active{
    background-color: #d05140!important;
    border-color: #d05140!important;
    box-shadow: none!important;
}

.page-copyright .social a {
    margin: 0 10px;
    text-decoration: none;
    border-radius: 50%;
    font-style: normal;
    line-height: 30px;
    height: 40px;
    width: 40px;
    text-align: center;
}
.social{
    text-align: center;
    padding-top: 1rem;
}
.social-twitter {
    color: #fff;
    background-color: #55acee!important;
    transition: all .3s ease;
}
.social-twitter:hover, .social-twitter:focus{
    color: #fff;
    background-color: #45a3ea!important;
    box-shadow: none;
    outline: none;
    transform: translateY(-3px);
    transition: all .3s ease;
}
.social-facebook {
    color: #fff;
    background-color: #4c70ba!important;
    transition: all .3s ease;
}
.social-facebook:focus, .social-facebook:hover {
    color: #fff;
    background-color: #39548e!important;
    box-shadow: none;
    outline: none;
    transform: translateY(-3px);
    transition: all .3s ease;
}
.social-google-plus{
    color: #fff;
    background-color: #dd4b39!important;
    transition: all .3s ease;
}
.social-google-plus:hover {
    color: #fff;
    background-color: #cc412f!important;
    box-shadow: none;
    outline: none;
    transform: translateY(-3px);
    transition: all .3s ease;
}
.page-login-v2 .social .icon, .page-login-v2 .social .icon:active, .page-login-v2 .social .icon:hover {
    color: #fff;
}
.fa-twitter:before, .fa-facebook:before, .fa-google-plus:before {
    font-style: normal;
}
.page-copyright{
    padding-top: 2rem;
}
.page-copyright p{
    color: #37474f;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
    padding-bottom: 0.5rem;
}
@media only screen and (max-width: 1335px){
    /*.logo-wrapper:after {
        top: 92px;
    }*/
}
@media only screen and (max-width: 1334px){
    .ltitle {
        font-size: 28px;
        margin-bottom: 0;
    }
    .page-copyright {
        padding-top: .5rem;
    }
}
@media only screen and (max-width: 1199px){
    .login-form-wrapper form {
        width: 350px;
        padding: 1rem 1rem 1rem 1rem;
    }
    .ltitle {
        font-size: 26px;
    }
    .logo-wrapper figure {
        width: 450px;
    }
}
@media only screen and (max-width: 1024px){
    .login-form-wrapper {
        width: 40%;
    }
    .logo-wrapper figure {
        width: 370px;
    }
    /*.logo-wrapper:after {
        width: 22px;
        height: 22px;
        top: 70px;
    }*/
    .ltitle {
        font-size: 26px;
        margin-bottom: 0;
    }
    .page-copyright {
        padding-top: 0;
    }
    .logo-section-wrapper {
        height: 60%;
    }
    .login-page-footer {
        height: 40%;
    }
}
@media only screen and (max-width: 991px){
    .logo-wrapper figure {
        width: 340px;
    }
    .ltitle {
        font-size: 24px;
    }
    .login-form-inner label {
        font-size: 15px;
    }
    .hform-control{
        font-size: 15px;
    }
    .login-btn {
        height: 38px;
        font-size: 15px;
    }
    .exit-btn{
        font-size: 15px;
    }
    .page-copyright .social a {
        line-height: 28px;
        height: 38px;
        width: 38px;
        font-size: 14px;
    }
    .login-form-wrapper form {
        width: 300px;
        padding: 1rem 1rem 1rem 1rem;
    }
}
@media only screen and (max-width: 768px){
    .logo-wrapper figure {
        width: 280px;
    }
    /*.logo-wrapper:after {
        width: 18px;
        height: 18px;
        top: 70px;
    }*/
    .ks-logo img {
        width: 230px;
    }
    .logo-section-wrapper {
        height: 55%;
    }
    .login-page-footer {
        height: 45%;
    }
    .page-copyright p {
        font-size: 11px;
    }
    .login-form-wrapper {
        width: 45%;
    }
}
@media only screen and (max-width: 767px){
    .desktop-login{
        display: none!important;
    }
    .mobile-login{
        display: block!important;
    }
}
@media only screen and (max-width: 690px){
    .ltitle {
        font-size: 20px;
    }
    .hform-control{
        font-size: 14px;
        line-height: 1;
    }
    .login-form-inner label, .login-btn, .exit-btn{
        font-size: 14px;
    }
}
@media only screen and (max-width: 650px){
    .logo-section-wrapper {
        width: 100%;
        height: auto;
    }
    .logo-wrapper figure {
        width: 184px;
        padding-top: 1rem;
    }
    /*.logo-wrapper:after {
        width: 12px;
        height: 12px;
        top: 16px;
        margin-left: -2px;
    }*/
    .ltitle {
        display: none;
    }
    .login-form-wrapper{
        width: 100%;
        height: auto;
        bottom: 0;
        top: 22%;
        background:none;
        box-shadow:none;
        justify-content: normal;
    }
    .login-form-wrapper form {
        width: 350px;
        padding: 0rem 1rem 1rem 1rem;
    }
    .login-page-wrapper {
        height: 100vh;
    }
    .login-page-footer {
        display: none;
    }
    .social {
        padding-top: 0;
    }
    .page-copyright .social a {
        line-height: 23px;
        height: 34px;
        width: 34px;
        font-size: 12px;
        margin: 0 8px;
    }  
}
@media only screen and (max-width: 650px){
    .login-form-wrapper form {
        width: 310px;
    }
}
@media only screen and (max-width: 480px){
    .mlogin-form-inner label {
        font-size: 14px;
    }
}