﻿body, html {
    height: 100%;
    
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
   padding: 30px;
}

.background {
    position:absolute;
    height: 100%;
    width: 100%;
    left:0px;
    top:0px;
    background-image: url(../images/bkgd.jpg);
    background-size: cover;
    background-position: center;
    filter: blur(10px);
    z-index: -1;
}

.text-container {
    position: relative;
    text-align: center;
    color: white;
}
:root {
    --body_gradient_left: #7200D0;
    --body_gradient_right: #C800C1;
    --form_bg: #ffffff;
    --input_bg: #E5E5E5;
    --input_hover: #eaeaea;
    --submit_bg: #1FCC44;
    --submit_hover: #40e263;
    --icon_color: #6b6b6b;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');


.container {
    position: relative;
    
    max-width: 850px;
    width: 100%;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    perspective: 2700px;
    
}
.centerbox {
    position:relative;
  /*  margin: auto;*/
   
  /*  top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
    max-width: 840px;
    max-height: auto;
    width: 100%;
    height:100%;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    perspective: 2700px;
}
.memberbox {
    position: relative;
    /*  margin: auto;*/
    /*  top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
    /*top:400px*/
    
    max-width: 840px;
    max-height: auto;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 40px 30px;
    /*  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
    perspective: 2700px;
}
.container1 {
    position: relative;
    max-width: 900px;
    width: 70%;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    perspective: 2700px;
}
    .container .cover {
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        width: 50%;
        z-index: 98;
        transition: all 1s ease;
        transform-origin: left;
        transform-style: preserve-3d;
        backface-visibility: hidden;
    }
.centerbox .cover {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    z-index: 98;
    transition: all 1s ease;
    transform-origin: left;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}
.centerbox #flip:checked ~ .cover {
    transform: rotateY(-180deg);
}


.centerbox #flip:checked ~ .forms .login-form {
    pointer-events: none;
}

.centerbox .cover .front,
.centerbox .cover .back {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.centerbox .cover img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 10;
}

.centerbox .cover .text {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .centerbox .cover .text::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0.5;
        background: #4070f4;
    }

    .container #flip:checked ~ .cover {
        transform: rotateY(-180deg);
    }


    .container #flip:checked ~ .forms .login-form {
        pointer-events: none;
    }
    .container #flip:checked ~ .forms .login-form1 {
        pointer-events: none;
    }

    .container .cover .front,
    .container .cover .back {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

.cover .back {
    transform: rotateY(180deg);
}

.container .cover img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 10;
}

.container .cover .text {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .container .cover .text::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0.5;
        background: #4070f4;
    }

.cover .text .text-1,
.cover .text .text-2 {
    z-index: 20;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.cover .text .text-2 {
    font-size: 15px;
    font-weight: 500;
}

.container .forms {
    height: 100%;
    width: 100%;
    background: #fff;
}

.centerbox .forms {
    height: 100%;
    width: 100%;
    background: #fff;
}

.container2 .forms {
    height: 100%;
    width: 100%;
    background: #fff;
}
.container1 .forms {
    height: 100%;
    width: 110%;
    background: #fff;
}
.container2 .form-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container .form-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.centerbox .form-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-content .login-form,
.form-content .signup-form {
    width: calc(100% / 2 - 25px);
    
}
.form-content .login-form2 {
    width: calc(100%);
}
.form-content .login-form1,
.form-content .signup-form1 {
    width: calc(100% / 2 - 25px);
}

.forms .form-content .title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #333;
}

    .forms .form-content .title:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 25px;
        background: #4070f4;
    }


.forms .signup-form .title:before {
    width: 20px;
}

.forms .form-content .input-boxes {
    margin-top: 30px;
}

.forms .form-content .input-box {
    display: inline-flex;
    align-items: center;
    height: 50px;
    width: 100%;
    margin: 10px 0;
    position: relative;
}
.input1 {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    padding: 0 5px;
    font-size: 16px;
    font-weight: 500;
   
    transition: all 0.3s ease;
}

    .input1:read-only {
        height: 100%;
        width: 100%;
        outline: none;
        border: none;
        padding: 0 10px;
        font-size: 16px;
        font-weight: 500;
        transition: all 0.3s ease;
    }
    .form-content .input-box input {
    height: 100%;   
    width: 100%;
    outline: none;
    border: none;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.label1 {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

    .form-content .input-box input:focus,
    .form-content .input-box input:valid {
        border-color: #4070f4;
    }


.form-content .input-box i {
    position: absolute;
    color: #4070f4;
    font-size: 17px;
}
.forms .form-content .textsign {
    padding:24px,0px,0px,0px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-align:center;
}
.forms .form-content .text {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

    .forms .form-content .text a {
        text-decoration: none;
    }

        .forms .form-content .text a:hover {
            text-decoration: underline;
        }
.button1 {
    color: #fff;
    margin-top: 40px;
    color: #fff;
    background: #4070f4;
    border-radius: 6px;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide the spin buttons in Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

  .button1 button:hover {
            background: #5b13b9;
        }

.forms .form-content .button {
    color: #fff;
    margin-top: 40px;
}

    .forms .form-content .button input {
        color: #fff;
        background: #4070f4;
        border-radius: 6px;
        padding: 0;
        cursor: pointer;
        transition: all 0.4s ease;
    }

        .forms .form-content .button input:hover {
            background: #5b13b9;
        }

.forms .form-content label {
    color: #5b13b9;
    cursor: pointer;
}

    .forms .form-content label:hover {
        text-decoration: underline;
    }

.forms .form-content .login-text,
.forms .form-content .sign-up-text {
    text-align: center;
    margin-top: 25px;
}

.container #flip {
    display: none;
}
.centerbox #flip {
    display: none;
}

@media (max-width: 730px) {
    .centerbox {
        position: absolute;
        top: 40px;
        right: 40px;
        left: 20px;
        bottom: 20px;
        max-width: 90%;
        padding: 20px 15px;
    }
        .centerbox .forms .form-content .title {
           
            font-size: 24px;
            font-weight: 500;
            color: #333;
        }
        .centerbox .forms .form-content .input-box {
            display: inline-flex;
            align-items: center;
            height: 45px;
            width: 100%;
            margin: 5px 0;
            position: relative;
        }
        .centerbox .forms .form-content .input-boxes {
            margin-top: 20px;
        }
    .container .cover {
        display: none;
    }

        .centerbox .cover {
            display: none;
        }
    
    .form-content .login-form, 
    .form-content .signup-form {
      width: 100%;
     height:50%;
    }
    
    .form-content .signup-form {
        display: none;
    }


    .container #flip:checked ~ .forms .signup-form {
        display: block;
    }
    .centerbox #flip:checked ~ .forms .signup-form {
        display: block;
    }
   

    .container #flip:checked ~ .forms .login-form {
        display: none;
    }
    .centerbox #flip:checked ~ .forms .login-form {
        display: none;
    }
}
@media screen and (orientation: landscape) and (max-width: 932px) {
    .centerbox {
        position: absolute;
        top: 40px;
        right: 40px;
        left: 20px;
        bottom: 20px;
        max-width: 90%;
        padding: 20px 15px;
    }

    .container {
        top: 80px;
    }

    .centerbox .forms .form-content .title {
        font-size: 24px;
        font-weight: 500;
        color: #333;
    }

    .centerbox .forms .form-content .input-box {
        display: inline-flex;
        align-items: center;
        height: 45px;
        width: 100%;
        margin: 5px 0;
        position: relative;
    }

    .centerbox .forms .form-content .input-boxes {
        margin-top: 20px;
    }

    .container .cover {
        display: none;
    }

    .centerbox .cover {
        display: none;
    }

    .form-content .login-form,
    .form-content .signup-form {
        width: 100%;
        height: 50%;
    }

    .form-content .signup-form {
        display: none;
    }


    .container #flip:checked ~ .forms .signup-form {
        display: block;
    }

    .centerbox #flip:checked ~ .forms .signup-form {
        display: block;
    }


    .container #flip:checked ~ .forms .login-form {
        display: none;
    }

    .centerbox #flip:checked ~ .forms .login-form {
        display: none;
    }
}
 