body {
    font-family: 'Open Sans', sans-serif;
    color: #424242;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}

/** Login 1 start **/
.login-1 h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Jost', sans-serif;
}

.login-1 {
    top: 0;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background-image: url("../images/login_bg.jpg");
	background-size:cover;
}

.login-1:before {
    content: "";
    width: 90px;
    height: 180px;
    position: absolute;
    top: 30px;
    left: 0;
    background-size: cover;
    z-index: -1;
}

.login-1:after {
    content: "";
    width: 90px;
    height: 180px;
    position: absolute;
    bottom: 30px;
    right: 0;
    background-size: cover;
    z-index: -1;
}

.login-1 .form-section a {
    text-decoration: none;
}

.login-1 .form-inner {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 50px;
    background: rgb(255 255 255 / 90%);
    position: relative;
    z-index: 0;
}

.login-1 .form-section .extra-login {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 10px 0 35px !important;
}

.login-1 .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    content: "";
}

.login-1 .form-section .extra-login>span {
    width: auto;
    float: none;
    display: inline-block;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    color: #424242;
    text-transform: capitalize;
    background: #fff;
}

.login-1 .form-section p {
    color: #424242;
    margin-bottom: 0;
    font-size: 16px;
}

.login-1 .form-section p a {
    color: #424242;
}

.login-1 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-1 .form-section .thembo {
    margin-left: 4px;
}

.login-1 .form-section h3 {
    margin: 0 0 35px;
    font-size: 22px;
    font-weight: 500;
    color: #121212;
    text-transform: uppercase;
}

.login-1 .form-section .form-group {
    margin-bottom: 25px;
}

.login-1 .form-section .form-box {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}

.login-1 .form-section .checkbox {
    margin: 10px 0 35px;
}

.login-1 .form-section .form-control {
    padding: 14.5px 0;
    font-size: 16px;
    outline: none;
    background: transparent !important;
    color: #424242;
    font-weight: 500;
    border-radius: 0;
    border: none;
    border-bottom: solid 2px #bdbdbd;
}

.login-1 .form-section .form-box i {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 23px;
    color: #777575;
}

.login-1 .form-section .checkbox .terms {
    margin-left: 3px;
}

.login-1 .form-section .terms {
    margin-left: 3px;
}

.login-1 .form-section .form-check {
    float: left;
    margin-bottom: 0;
    padding-left: 25px;
    font-size: 16px;
    color: #424242;
}

.login-1 .form-section .form-check .form-check-input {
    margin-left: -25px;
}

.login-1 .form-section .form-check a {
    color: #424242;
}

.login-1 .form-check-input:focus {
    box-shadow: none;
}

.login-1 .form-check-input:checked {
    background-color: #1c5fda;
    border-color: #1c5fda !important;
}

.login-1 .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    vertical-align: top;
    position: absolute;
    border: 2px solid #c5c3c3;
    border-radius: 0;
    top: 2px;
}

.login-1 .form-section a.forgot-password {
    font-size: 16px;
    color: #424242;
}

.login-1 .logo img {
    margin-bottom: 15px;
    height: 76px;
}

.login-1 .btn-theme {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    overflow: hidden;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
    border: none;
}

.login-1 .btn-theme:hover {
    color: #fff;
}

.login-1 .btn-theme:hover::before {
    left: 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.login-1 .btn-theme:before {
    position: absolute;
    content: '';
    left: 96%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.login-1 .btn-theme span {
    position: relative;
    z-index: 1;
}

.login-1 .btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.login-1 .btn-lg {
    padding: 0 50px;
    line-height: 55px;
}

.login-1 .btn-md {
    padding: 0 45px;
    line-height: 50px;
}

.login-1 .btn {
    box-shadow: none !important;
}

.login-1 .btn-primary {
    background: #754d2a;
}

.login-1 .btn-theme:before {
    background: #5c3a1d;
}

.login-1 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-1 .mb-35 {
    margin-bottom: 35px !important;
}

/** Social list **/
.login-1 .social-list {
    margin-bottom: 30px;
}

.login-1 .social-list .buttons {
    display: flex;
    justify-content: center;
}

.login-1 .social-list a {
    color: #fff;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin: 0 3px 5px;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    transition: transform 0.2s linear 0s, border-radius 0.2s linear 0.2s;
}

.login-1 .social-list a i {
    transition: transform 0.2s linear 0s;
    position: relative;
    z-index: 3;
}

.login-1 .social-list a:hover {
    transform: rotate(-90deg);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.login-1 .social-list a:hover i {
    transform: rotate(90deg);
}

.login-1 .social-list a.facebook-bg {
    background: #4867aa;
}

.login-1 .social-list a.twitter-bg {
    background: #33CCFF;
}

.login-1 .social-list a.google-bg {
    background: #db4437;
}

.login-1 .social-list a.dribbble-bg {
    background: #2392e0;
}

/** MEDIA **/
@media (max-width: 992px) {
    .login-1 .form-inner {
        padding: 50px;
    }
}

@media (max-width: 768px) {
    .login-1 .form-inner {
        padding: 40px 30px;
    }
	.login-1 .logo img {
		height: 60px;
	}
.ripple-background{ display:none;}
}

input:is(:-webkit-autofill, :autofill) {

    background-color: transparent !important;
}
 .ripple-background{
    z-index: 999!important;
	position:absolute;
	top:0;
}

 .ripple-background .circle{
    position: absolute;
    border-radius: 50%;
    animation: ripple 15s infinite;
}

 .ripple-background .small{
    width: 200px;
    height: 200px;
    left: -100px;
    top: -100px;
    z-index: -999;
}

 .ripple-background .medium{
    width: 400px;
    height: 400px;
    left: -200px;
    bottom: -200px;
    z-index: -999;
}

 .ripple-background .large{
    width: 600px;
    height: 600px;
    left: -300px;
    top: -300px;
    z-index: -999;
}

 .ripple-background .xlarge{
    width: 800px;
    height: 800px;
    left: -400px;
    top: -400px;
    z-index: -999;
}

.ripple-background .xxlarge{
    width: 1000px;
    height: 1000px;
    left: -500px;
    top: -500px;
    z-index: -999;
}

 .ripple-background .shade1{
    background: #0000ff26;
}

 .ripple-background .shade2{
    background: #b9b9ff;
}

 .ripple-background .shade3{
    background: #0000ff26;
}

 .ripple-background .shade4{
    background: #0a58ca;
}

 .ripple-background .shade5{
    background: #0000ff26;
}
.logo-circle {
	background: rgb(255 255 255 / 90%);
    width: 90px;
    height: 90px;
    position: absolute;
    top: -45px;
    border-radius: 50%;
    line-height: 90px;
    left: 50%;
	transform: translateX(-50%);
}
.logo-circle img {
	
    width: 70px;

}
.alert-error {position: absolute;
    z-index: 9999;
right: 0;}
@keyframes ripple{
    0%{
        transform: scale(0.8);
    }

    50%{
        transform: scale(1.2);
    }

    100%{
        transform: scale(0.8);
    }
}

/** Login 1 end **/