
.div .logo-login {
    padding-left: 40px;
    width: 50%;
    padding-bottom: 10px;
}

.div a img {
    float: left;
}

.div {
    display: inline-flex;
    width: 100%;
}

.registernav {
    width: 50%;
}

.registernav p {
    padding-left: 500px;
}

.registernav p a {
    transition: 0.3s;
}

.registernav p a:hover {
    color: #536394;
}

.registernav p a {
    text-decoration: none;
    color: #4285f4;
    font-size: 20px;
    font-weight: bold;
}

login-section {
    position: relative;
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: black; */
    margin-top: 25px;
    margin-bottom: 25px;
}

login-section .container {
    position: relative;
    width: 800px;
    height: 630px;
    background: #fff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

login-section .container .user {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

login-section .container .user .imgBx {
    position: relative;
    width: 50%;
    height: 100%;
    transform: 0.5s;
}

.left-bord {
    border-left: 1.5px solid rgb(204, 204, 204);
}

.right-bord {
    border-right: 1.5px solid rgb(204, 204, 204);
}

login-section .container .user .imgBx img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: 0.5s;
}

login-section .container .user .formBx {
    position: relative;
    width: 50%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    transition: 0.5s;
}


/* .register-overflow{
    overflow-y: auto;
} */

login-section .container .user .formBx1 {
    position: relative;
    width: 50%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    transition: 0.5s;
}

.formBx1 ::placeholder {
    /* font-size: 30px; */
    text-align: center;
    justify-content: center;
}

login-section .container .user .formBx form h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    color: rgb(18, 96, 116);
}

login-section .container .user .formBx1 form h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    color: #555;
}

login-section .container .user .formBx1 form input {
    position: relative;
    width: 23%;
    padding: 4.0%;
    background: #f5f5f5;
    color: #333;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 8px 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    border-radius: 4px;
    margin-left: 3px;
}

login-section .container .user .formBx form input {
    position: relative;
    width: 100%;
    /* padding: 4.0%; */
    background: #f5f5f5;
    color: #333;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 1px 0;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
    border-radius: 4px;
}

.google {
    text-align: center;
    margin: 20px 0;
    width: 100%;
    padding: 4.0%;
    border: none;
    outline: none;
    box-shadow: 0px 0px 1.5px 1.5px rgb(175, 174, 174);
    margin: 8px 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    border-radius: 4px;
    margin-top: 20px;
    transition: all ease-out 0.2s;
}

.next {
    position: relative;
    width: 100%;
    padding: 4.0%;
    background: rgb(67, 170, 196);
    color: #333;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 8px 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    border-radius: 4px;
    text-align: center;
    transition: 0.5s;
}

.next i {
    margin-left: 10px;
}

.next:hover {
    background-color: rgb(18, 96, 116);
}

.next a {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
}

.next a span {
    font-size: 17px;
    font-weight: bold;
}

.google:hover {
    box-shadow: 0px 0px 3px 3px rgb(175, 174, 174);
}

.google span a {
    text-decoration: none;
    color: #333;
}

.google .fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

login-section .container .user .formBx form .signup {
    position: relative;
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #555;
    text-transform: uppercase;
    font-weight: 300;
    transition: 0.5s;
}

login-section .container .user .formBx form .signup a {
    font-weight: 600;
    text-decoration: none;
    color: #677eff;
}

login-section .container .singupBx {
    pointer-events: none;
}

login-section .container.active .singupBx {
    pointer-events: initial;
}

login-section .container .singupBx .formBx {
    left: 100%;
}

login-section .container.active .singupBx .formBx {
    left: 0;
}

login-section .container .singupBx .imgBx {
    left: -100%;
}

login-section .container.active .singupBx .imgBx {
    left: 0;
}

login-section .container .singinBx .formBx {
    left: 0;
}

login-section .container.active .singinBx .formBx {
    left: 100%;
}

login-section .container .singinBx .imgBx {
    left: 0;
}

login-section .container.active .singinBx .imgBx {
    left: -100%;
}

.login-footer {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.block-full {
    width: 105%!important;
    margin-top: 15px!important;
}

.block-full input {
    background-color: white!important;
    border: 1px solid rgb(202, 201, 201)!important;
}

span.place-holds {
    margin: 7px 0px!important;
}

.placeholder {
    transform: scale(0.9) translateY(-25px)!important;
    background-color: white!important;
}

div.block-full input:valid+span.placeholder,
div.block-full input:focus+span.placeholder {
    transform: scale(0.9) translateY(-25px)!important;
    background-color: white!important;
}

.verification-code input {
    background-color: white!important;
    border: 1px solid rgb(182, 182, 182)!important;
}

.loader-login {
    pointer-events: none;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: white;
    margin-left: 10px;
    bottom: 20%;
    animation: an3 2s ease infinite;
}

@keyframes an3 {
    0% {
        transform: rotate(0turn);
    }
    100% {
        transform: rotate(1turn);
    }
}


/*snack bar*/

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: rgba(0, 136, 169, 1);
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 10%;
    top: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.input-veri input {
    width: 60px;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    margin-left: 10px;
    border-radius: 5px;
}

.input-veri .button {
    width: 280px;
    padding: 12px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 18px;
    border: 1px solid #1183d6;
    background-color: #1183d6;
    border-radius: 5px;
    color: white;
}

.input-veri input:first-child {
    margin-left: 0px;
}

.email-veri h1 {
    color: #1183d6;
}

.email-veri p {
    color: #929090;
    font-weight: bolder;
}

p.forget-pass-para {
    color: #1184d6af;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
}

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

@media (max-width:991px) {
    login-section .container {
        max-width: 400px;
    }
    login-section .container .imgBx {
        display: none;
    }
    login-section .container .user .formBx {
        width: 100%;
    }
    login-section .container .user .formBx1 {
        width: 100%;
    }
    .registernav p {
        padding-left: 50%;
    }
}