body{
    background: linear-gradient(to bottom, #f1f4f9,#dff1ff) !important;
    overflow: hidden;
}
main{
    height: 100vh;
    width: 100%;
    position: relative;
}
.realLogin,
.realSignin{
    width: 25em;
    min-height: 25em;
    max-width: 80%;
    background: rgba(255, 255, 255, 0.1);
    
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 1.5em 2.7em rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all 0.5s ease-out;
}
form{
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    padding: 2.5em;
}
form h2{
    color: #fff;
    margin-bottom: 2.5em;
    position: relative;
}
form h2::after{
    content: '';
    width: 20%;
    height: 0.25em;
    background: #fff;
    position: absolute;
    bottom: -0.53em;
    left: 0;
}

form h2.per::after{
    left:initial;
    right: 0;
}

form input{
    width: 100%;
    margin-top: 1.25em;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border: none;
    padding: 0.7em 1.4em;
    border-radius: 2em;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 1em;
    font-weight: bold;
    color: #fff;
}
input::placeholder{
    color: #fff;
}
form input[type="submit"]{
    background: #fff;
    color: #777;
    text-align-last: center !important;
    margin-bottom: 1.4em;
    cursor: pointer;
}
p{
    color: #fff;
}
.spani{
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}
span:hover{
    color: rgb(3, 85, 82);
}
section.loginBack{
    position: absolute;
    filter: blur(10em);
}
section.loginBack:nth-child(1){
    width: 50em;
    height: 40em;
    background: #ff359b;
    left: 6em;
    top: -10em;
}
section.loginBack:nth-child(2){
    width: 25em;
    height: 25em;
    right: -3em;
    bottom: 10em;
    background: #fffd87;
}
section.loginBack:nth-child(3){
    width: 30em;
    height: 20em;
    bottom: -10em;
    background: #00d2ff;
}
.realLogin .square{
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    animation: animacion 10s linear infinite;
    animation-delay: calc(-1s * var(--i));
}
.realLogin .square:nth-child(1){
    width: 7.5em;
    height: 7.5em;
    left: -5em;
    top: 45%;
    z-index: 3;
}
.realLogin .square:nth-child(2){
    width: 6em;
    height: 6em;
    top: -4em;
    right: -4em;
    z-index: -1;
}
.realLogin .square:nth-child(3){
    width: 4.5em;
    height: 4.5em;
    bottom: 4em;
    right: -4em;
    z-index: 3;
}
.realLogin .square:nth-child(4){
    width: 2em;
    height: 2em;
    bottom: -4em;
    left: 4em;
}
.realLogin .square:nth-child(5){
    width: 2.5em;
    height: 2.5em;
    top: -4em;
    left: 8em;
}
.main .bubble{
    position: absolute;
    background: url(../pic/bubble.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.27;
}
.bubbleOne{
    width: 21em;
    height: 21em;
    top: 30%;
    right: 17%;
}
.bubbleTwo{
    width: 14em;
    height: 14em;
    top: 20%;
    left:  22%;
    
}
@keyframes animacion{
    0%,100%{
        transform: translateY(40px);
    }
    50%{
        transform: translateY(-40px);
    }
}
@media screen and (max-width: 700px){
    .bubble{
        display: none;
    }
}
.rememberme{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
}
.rememberme input{
    margin: 0 5px !important;
    border: none !important;
    width: initial !important;
}
#errorwhole{
    position: absolute;
    top:3em;
    left: 50vw;
    transform: translate(-50%, 0);
    background: cornsilk;
    color: red;
    box-shadow: inset 1px 1px 5px red,
                inset -1px -1px 5px red ;
    padding: 1em;
    width: 50%;
    min-height: 5em;
    display: none;
    z-index: 10;
    text-align: center;
}
#error{
    color: black;
    font-weight: bold;
    text-align: center;
}
#errorclose{
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translate(-50%, 0);
    color: white;
    background: black;
    width: 3.5em;
    min-height: 1.75em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.taid{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    height: 40vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    padding: 1em;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: none;
}
.taidtext{
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:black;
}
#verinput{
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 900;
    letter-spacing: 0.7em;
    text-align: center;
}
.verifbuttons{
    display: flex;
    align-items: center;
    justify-content: center;
}
.forgotemail{
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
    color: white;
    transition: all 0.25s ease-in;
}
.forgotemail:hover{
    color: teal;
}
.changepass{
    display: none;
    width: 25em;
    max-height: 15em;
    max-width: 80%;
    background: rgba(255, 255, 255, 0.1); 
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 1.5em 2.7em rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all 0.5s ease-out;
    align-self: center;
    flex-direction: column;
    justify-content: center;
}
#cmptext{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}
#verification{
    border-radius: 10px;
    background: white;
    color: black;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0;
}
#resendemail{
    border-radius: 10px;
    background: red;
    color: white;
    padding: 1em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 1em;
    height: fit-content;
    cursor: pointer;
}
.loading {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5em;
    width: 100px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
}
.loading p{
    color: black;
    width: 100%;
    letter-spacing: -0.1em;
    font-weight: 900;
    font-size: 1.5em;
}
.loading span {
    position: absolute;
    margin-top: -1em;
    height: 10px;
    width: 84px;
    top: 50px;
    overflow: hidden;
}
.loading span > i {
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-animation: wait 4s infinite;
    -moz-animation: wait 4s infinite;
    -o-animation: wait 4s infinite;
    animation: wait 4s infinite;
}
.loading span > i:nth-of-type(1) {
    left: -28px;
    background: green;
}
.loading span > i:nth-of-type(2) {
    left: -21px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: blue;
}

@-webkit-keyframes wait {
    0%   { left: -7px  }
    30%  { left: 52px  }
    60%  { left: 22px  }
    100% { left: 100px }
}
@-moz-keyframes wait {
    0%   { left: -7px  }
    30%  { left: 52px  }
    60%  { left: 22px  }
    100% { left: 100px }
}
@-o-keyframes wait {
    0%   { left: -7px  }
    30%  { left: 52px  }
    60%  { left: 22px  }
    100% { left: 100px }
}
@keyframes wait {
    0%   { left: -7px  }
    30%  { left: 52px  }
    60%  { left: 22px  }
    100% { left: 100px }
}