
:root {
  --color-primary: ;
}
/* .login:after { */
    /* content: ""; */
    /* position: absolute; */
    /* top: 0px; */
    /* bottom: 0px; */
    /* left: 0px; */
    /* margin-top: -20%; */
    /* margin-bottom: -12%; */
    /* margin-left: -13%; */
    /* width: 65%; */
    /* --tw-rotate: -4deg; */
    /* transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); */
    /* border-radius: 100%; */
    /* --tw-bg-opacity: 1; */
    /* background-color: #f2b303; */
/* } */
@media screen and (max-width: 1199px) { 
body.bg-white.login{overflow: scroll!important;}
}
.btn-theme:hover {
	color:#fff;
    background-color: #f2b303;
    border-color: #f2b303;
}
.btn-theme {
    color:#fff;
	 background: linear-gradient(to right, #f58244, #fdbf2b);
    border-color:#fcb62f;
}

.login {
    position: relative;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.login:before {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin-top: -46%;
    margin-bottom: -15%;
    margin-left: -19%;
    width: 100%;
    background: url(../images/wave.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: cover;
}


*, ::before, ::after {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
	--color-primary: 30 64 175;
}

.loginimg {
    position: relative;
    z-index: calc(50 - 1);
}

.borderleft0{border-left:0px}
.seccenter{
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	margin-top: -80px;
	}
.f-right{float:right;}
.form-group .form-control {
    height: 40px!important;
}
@media screen and (min-width: 1199px) { 
.mx10{margin-left:10%;margin-right:10%}
.webhide{display:none}
}
@media screen and (max-width: 1199px) { 
.mobhide{display:none}
.login:before{display:none}
.login:after{display:none}
.login{background:#f8b804!important }
.loginwidth{width:50%}
.logform{padding:0px; background:#fff;border-radius: 20px;    border: 1px solid #445b65;}
.seccenter{margin-top:0px;}

}
.zindex{z-index: 999;}
@media screen and (max-width: 991px) { 
.loginwidth{width:80%}
}
@media screen and (max-width: 768px) { 
.loginwidth{width:100%}
}
@media screen and (max-width: 445px) { 
.loginwidth{text-align:center;}
.f-right{float:none;}
.login{padding:0px 10px}
}

.form-control {
    border-radius: 0.375rem!important;
}
.rounded-left-0{    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;}.rounded-right-0{    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;}