@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Open+Sans&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Open+Sans&family=Playfair+Display&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

body{
    font-family: 'Poppins', sans-serif;
}

.login{
    background-image: url('/images/koshi1.png');
    height: 100vh;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    place-items: center;
}
.login::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.52);
}
.login-wrapper{
    position: relative;
    width: 60%;
    margin: auto;
    border-radius: 10px;
}

.login-wrapper-footer h4{
    font-weight: 300;
}
.login-wrapper-footer p{
    font-weight: 200;
    font-size: 13px;
}
.login-slider{
    background-color:#005087 ;
    padding: 30px;
    border-top-left-radius:10px ;
    border-bottom-left-radius:10px ;
}

.login-slider img{
    height:200px ;
    width: 300px !important;
    object-fit: contain;
    padding: 30px 0;
}
.main-login{
    background-color: #fff;
    padding-inline: 30px;
    position: relative;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.main-login label{
    font-size: 12px;
}
.login-info h3{
    font-family: 'Playfair Display', serif;
}

.login-form button{
    border: none;
    outline: none;
}
.main-btn{
    display: inline-block;
    background-color: #005087;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
}

.main-login h3{
    color: #005087;
    font-weight: 300;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #B8B8B8;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D6D6D6;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 17px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.main-login ::placeholder{
    color: #B8B8B8;
    font-size: 14px;
    font-weight: 400;
}

.password-link{
    display: inline-block;
    text-decoration: none;
    color: #005087;
    font-size: 14px;
    font-weight: 400;
}
.login-form p{
    color: #238B28;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}

.logo{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 30px 30px 0;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background-color: #fff;
}
.owl-theme .owl-dots {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin:5px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

@media (max-width: 992px) {
    /* .login{
        display: block;
    } */
    .login-wrapper{
        width: 100%;
    }
 }
