﻿@import url('https://fonts.googleapis.com/css2?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;1,700;1,800;1,900&display=swap');
body{}
.login-left {
    background-image: url('../../../Content/image/login1.png');
    height: 480px;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    padding:30px !important;
}
.login-left .bg-login-left{background: #ffffff87;
    padding: 20px;border-radius:12px;height: 425px;text-align:center;}
.login-left .bg-login-left h2{color:#fff;font-size:37px;padding:30px 0}
.smart-form .row {margin:auto !important}
.smart-form .link {
    color: #686868;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
body {
    background: none !important;
}
#extr-page #main{background:none !important;}
/*.btn-grad {
    background-image: linear-gradient(.25turn, rgb(2, 22, 76) -30%, #aa82af 95%);
}*/
html {
    /* background: url(https://img.freepik.com/free-vector/grunge-watercolor-background-using-pastel-colours_1048-6530.jpg?t=st=1747740056~exp=1747743656~hmac=c04c9b376672e3ac108d729e87212dfbbee945ebdd7bad58fe34cd5361ec5d37&w=2000 ) no-repeat top left fixed !important;*/
    background: url('../../../content/image/background.jpg') no-repeat top left fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

#main {
    padding-bottom: 0px;
}
.btn-grad {
    padding: 7px 0px !important;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* box-shadow: 0px 8px 20px #18181842;*/
    border-radius: 5px;
    border: 0;
    width: 100%;
    font-size: 16px;
    background: #0e2548;
}

    .btn-grad:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }
.select select{background-color:#fff;background:none !important}
.well{border-radius:17px}
.smart-form fieldset{border-top-right-radius: 17px;border-bottom-right-radius: 17px;}
.smart-form fieldset label{font-weight:600 !important;font-size:14px !important}
.video {
    position: relative;
}
.video .content{width: 409px;padding: 12px 12px 8px;border-radius: 10px 10px 0 0;margin: 0 auto; background:#fff;}
.video::before{content:'';background:url(../../../Content/image/laptop-bg.png) no-repeat bottom center  #fff; position:absolute; bottom:0;}
.loginpage h3{font-size:40px; color: #020202; font-weight: 600; font-family: poppins;}
.loginpage p{font-size:16px;color: #616368;font-weight: 400; font-family: poppins; line-height:30px;}
.loginpage .video .bg{padding: 0; position: relative; bottom: 8px; left: 0; margin: 0 auto;}
.loginpage .video video {/*position: absolute;top: 34px;left: 76px;*/width: 100%;height: 274px;object-fit: cover;}
@media (max-width: 575.98px) { 
.loginpage h3{font-size:25px;}
.loginpage p{font-size:14px; line-height:25px;}
.loginpage .video{margin:0 auto; text-align:center; width:100%;}
/*.loginpage .video img{width:297px;}*/
.loginpage .video video{width:100%; height:190px}
.loginpage .video .content{width:100%;padding: 9px 9px 4px;border-radius: 10px 10px 0 0;margin: 0 auto; background:#fff;}
.loginpage .video .bg{padding: 0; position: relative; bottom:10px; left: 0; margin: 0 auto;}
/*.loginpage .video video{position: absolute;top: 19px;width: 219px;height:147px;left:66px;}*/
}