@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');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    /*  font-family: "Poppins", sans-serif;*/
    font-family: "Rubik", sans-serif;
}

/* Admin Login Page css */
.Login_Section {
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.3)), url(../img/loginbg.jpg);
    background-size: cover;
    background-position: center center;
    backdrop-filter: invert(45%);
    animation: zoom 10s ease-in-out infinite alternate;
    transition: background-image 1s ease-in-out;
}

@keyframes zoom {
    0% {
        background-size: 100%;
    }

    100% {
        background-size: 110%;
    }
}

.LoginMain_Row {
    backdrop-filter: invert(80%);
    background: linear-gradient(105deg, rgba(255, 253, 253, 0.9)20%, rgba(1, 145, 202, 0.8)80%);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgb(0, 0, 0);

}

@media (max-width: 767px) {
    .LoginMain_Row {
        background: linear-gradient(62deg, rgba(1, 145, 202, 0.8)50%, rgba(2, 125, 173, 0.8)50%);
        border-radius: 10px;
        box-shadow: 0px 2px 10px 0px rgb(12, 12, 12);
    }
}

.Login_Section {
    background-color: rgb(255, 255, 255);
}

.Login_textheader {
    color: rgb(240, 237, 237);
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.Login_textheader span {
    border-bottom: 1px solid rgb(255, 254, 254);
    padding: 14px;
}

.text_Div {
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-left: 0px;
}

.text_Div .icon {
    color: rgb(230, 31, 31) !important;
    padding: 10px;
    background-color: white;
    font-size: 20px;
}

.text_Div input {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: white !important;
    font-size: 20px;
}

.text_Div ::placeholder {
    color: rgb(255, 250, 250);
}

.Remberme span {
    color: rgb(253, 243, 243);
}

.btn_login {
    /* background-color: rgb(238, 238, 238) !important; */
    background: linear-gradient(105deg,rgba(255, 253, 253, 0.9),rgba(247, 185, 193, 0.9)) !important;
    box-shadow: none !important;
    font-weight: bold;
    border-radius: 60px;
    font-size: 18px;
    color: rgb(28, 0, 185) !important;
}

/* .Google_button {
    color: red !important;
}

.Facebook_button {
    color: rgb(5, 5, 223) !important;
} */
.facebook_icon {
    color: rgb(0, 89, 223);
    font-size: 30px;
    background-color: rgb(255, 255, 255);
    padding: 15px 22px 15px 22px;
}

.google_icon {
    color: rgb(255, 38, 0);
    font-size: 30px;
    background-color: rgb(255, 255, 255);
    padding: 15px 15px 15px 15px;
}

.twiter_icon {
    color: rgb(0, 162, 255);
    font-size: 30px;
    background-color: rgb(255, 255, 255);
    padding: 15px 15px 15px 15px;
}

.newregistration span a {
    color: white;
    font-size: 19px;
}

/* registration form start */
.dob_text {
    font-weight: bold;
    color: rgb(253, 253, 253);
    font-family:sans-serif;
    font-size: 19px;
}

/* Admin Login Page css end */

.login-wrapper{
  display: flex;
  flex-wrap: wrap;
    width: 100%;
    max-width: 865px;
    margin: auto;
    position:relative;
}
.login-wrapperbox {
    /* background: #fff;  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); */
    border-radius: 20px;
    overflow: hidden;
    background: url(../img/logo-left.jpeg) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    text-align: left;
    z-index: 10;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 864px;
}
    .login-wrapperbox:after {
        position: absolute;
        right: -1px;
        top: 0;
        width: 500px;
        height: 100%;
        content: "";
        z-index: -1;
        background: url(../img/img-51.png) top left repeat;
    }
.login-left {
    padding: 20px !important;
}
.login-left,
.login-right {
    flex: 1 1 50%;
    padding: 40px;
}
.login-wrapper:before, .login-wrapper:after {
    content: "";
    bottom: 38px;
    -moz-box-shadow: 0 20px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 20px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 15px rgb(0 0 0);
    width: 50%;
    position: absolute;
    height: 43px;
}

.login-wrapper:before {
    content: "";
    left: 0%;
    -moz-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
}

.login-wrapper:after {
    content: "";
    right: 0%;
    -moz-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
}


.login-left {
   /* background-image: linear-gradient(rgba(3, 4, 114, 0.3), rgba(2, 14, 54, 0.4)), url(../img/leftbg.png);
    background-size: cover;
    background-position: center center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: sepia(95%);*/
}

    .login-left h4 {
        font-weight: 600;
    }

.form-control {
    border-radius: 30px;
    padding: 10px 20px;
}

.btn-login {
    border-radius: 30px;
    padding: 10px;
    background: rgb(47, 49, 146);
    color: white;
    border: none;
    width: 100%;
    transition: 0.3s;
}

    .btn-login:hover, .btn-login:focus-visible, .btn-login:active {
        background: #d82101;
        color: #fff;
    }

.forgot-link {
    text-align: right;
    font-size: 0.9rem;
    margin-top: -10px;
    margin-bottom: 15px;
}

.login-right {
 /*   background: rgba(116, 115, 168, 0.151);*/
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

    .login-right h3 {
        color: #000;
        font-weight: 600;
        font-size: 26px;
    }

    .login-right p {
        font-size: 17px;
        color: #333;
    }

    .login-right img {
        max-width: 100%;
        margin-top: 50px;
    }

@media (max-width: 768px) {

    .login-left,
    .login-right {
        flex: 1 1 100%;
        padding: 20px;
    }
}
.login-left p.my-4 {
    color: #fff;
   
}
.login-left h1 {
    color: #fff;
}
.Login_Section {
    /*background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.3)),url(../img/loginbg2.jpg);*/
    background-image: url(../img/loginbg.jpeg);
    background-size: cover;
    background-position: center center;
    backdrop-filter: invert(45%);
    animation: zoom 10s ease-in-out infinite alternate;
    transition: background-image 1s ease-in-out;
}

@keyframes zoom {
    0% {
        background-size: 100%;
    }

    100% {
        background-size: 110%;
    }
}

.login-left h3,p,small{
    color: #fff;
}


