body {
    background-color: #333;
    color: rgb(255, 244, 230);
}
.code-sent-container {text-align: center;padding: 30px;background: rgba(255, 255, 255, 0.05);border: 1px solid rgba(255, 255, 255, 0.2);border-radius: 16px;box-shadow: 0 0 20px rgba(0,0,0,0.2);animation: slideFadeIn 0.5s ease-out forwards;color: #ffffff;font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}.code-sent-container .emoji {font-size: 50px;margin-bottom: 15px;}.code-sent-container h2 {font-size: 24px;margin-bottom: 10px;color: #a2ffb5;}.code-sent-container p {font-size: 16px;color: #e0e0e0;}@keyframes slideFadeIn {from {opacity: 0;transform: translateY(20px);}to {opacity: 1;transform: translateY(0);}}
@media (max-width:1366px) and (min-width:1024px) {
    .app_name {
        font-size: 300%;
    }
    .phone_number {
        border-radius: 5px;
        border-width: 1px;
        border-color: blue;
        margin-left: 60%;
        opacity: 0.7;
        height: 40px;
        width: 38%;
        font-size: 30px;
        margin-top: -20px;
    }
    .email,.password,.pfp,.name,.passwordconfirm {
        border-radius: 5px;
        border-width: 1px;
        border-color: blue;
        margin-left: 60%;
        opacity: 0.7;
        height: 40px;
        width: 38%;
        font-size: 30px;
        margin-top: 10px;
    }
    .passworddiv,.pfppreview {
        display: grid;
        width: 38%;
        grid-template-columns: 86% 1fr;
        margin-left: 60%;
        column-gap: 3px;
    }
    .show,.changepfpwithurl,.hide,.showc,.hidec {
        margin-top: 10px;
        background-color: #3b9ceb;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    .password,.pfp,.passwordconfirm {
        margin-left: 0%;
        width: 97%;
    }
    .phone_number:hover,.name:hover,.email:hover,.password:hover,.pfp:hover,.phone_number:focus,.name:focus,.email:focus,.password:focus,.pfp:focus,.passwordconfirm:hover,.passwordconfirm:active,.passwordconfirm:focus  {
        opacity: 1;
        border-width: 4px;
    }
    .fillin {
        margin-top: -120px;
        margin-left: 23%;
        font-size: 290%;
    }
    .birleg {
        margin-left: 5%;
        font-weight: bold;
        font-size: 200%;
    }
    .birfield {
        margin-top: -180px;
        border-radius: 20px;
        width: 55%;
    }
    .dayl {
        margin-left: 2%;
        margin-top: 15px;
        font-size: 190%;
    }
    .monthl {
        margin-left: 3%;
        margin-top: 15px;
        font-size: 100%;
    }
    .yearl {
        margin-left: 3%;
        margin-top: 15px;
        font-size: 100%;
    }
    .day {
        width: 70px;
        font-size: 80%;
        cursor: pointer;
    }
    .month {
        width: 70px;
        font-size: 80%;
        cursor: pointer;
    }
    .year {
        width: 70px;
        font-size: 80%;
    }
    .sign {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        background-color: #f80606;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 10px;
        margin-bottom: 25px;
        margin-left: 80%;
        box-shadow: 1px 1px 5px orangered;
        width: 16%;
        height: 60px;
        font-size: 200%;
        transition:  0.2s;
    }
    .sign:hover {
        opacity: 0.6;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 1px 1px 8px orangered;
        transform: scale(1.05);
    }
    .sign:active {
        opacity: 0.6;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 0px 0px 8px greenyellow;
        transform: scale(0.9);
    }
    .iconst {
        border-radius: 30px;
        margin-left: 550px;
        margin-top: -320px;
        margin-bottom: 150px;
        cursor: pointer;
        width: 25%;
    }
    .commu {
        margin-left: -30px;
        margin-top: -440px;
        margin-bottom: 120px;
        cursor: pointer;
        width: 20%;
    }
    .app_name {
        margin-left: 150px;
        margin-top: 10px;
        padding-left: 1%;
        padding-right: 1%;
        border-radius: 50px;
        background-color: #fff;
        color: #333
    }
    .agree {
        margin-top: 70px;
        margin-left: 8%;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .agreelab {
        font-size: 200%;
    }
    .welcome {
        width: 480px;
    }
    .welcomeh {
        font-size: 50px;
    }
    .genderleg {
        margin-left: 5%;
        font-weight: bold;
        font-size: 200%;
    }
    .gender {
        margin-left: 60px;
        font-size: 30px;
    }
    .genderfiel {
        border-radius: 20px;
        margin-top: 20px;
        width: 55%;
    }
    .male {
        cursor: pointer;
        margin-left: -7%;
    }
    .female {
        margin-left: 30px;
        cursor: pointer;
    }
    .other {
        margin-left: 30px;
        cursor: pointer;
    }
    .signinlab {
        margin-left: 5%;
        font-size: 40px;
        margin-bottom: 50px;
    }
    .signin{
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        background-color: #07f2f2;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 10px;
        margin-left: 6%;
        box-shadow: 1px 1px 5px #0786ed;
        width: 30%;
        height: 60px;
        font-size: 40px;
        transition: 0.2s;
    }
    .signin:hover {
        opacity: 0.6;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 1px 1px 8px orangered;
        transform: scale(1.05);
    }
    .signin:active {
        opacity: 0.6;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 0px 0px 8px greenyellow;
        transform: scale(0.9);
    }
    .google {
        width: 16%;
        height: 85%;
        margin-left: -70%;
        margin-top: 0.5%;
    }
    .google_sign {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        background-color: #e7b8aa;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 10px;
        margin-left: 18%;
        box-shadow: 1px 1px 5px #f0ce0c;
        width: 68%;
        height: 60px;
        font-size: 40px;
        transition: 0.2s;
    }
    .google_sign:hover {
        opacity: 0.7;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 1px 1px 8px orangered;
        transform: scale(1.02);
    }
    .google_sign:active {
        opacity: 0.7;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 0px 0px 8px rgb(14, 176, 240);
        transform: scale(0.95);
    }
    .googlelab {
        margin-top: -55px;
        margin-left: 15%;
    }
    .google {
        margin-top: 5px;
    }
    .or {
        margin-left: 50%;
        font-size: 40px;
        margin-top: -55px;
        
    }
    
    
    .copy {
        margin-left: 20%;
        font-size: 200%;
    }
    .foot {
        margin-top: 5px;
        border-radius: 50px;
    }
}

@media (max-width: 852px) and (min-width:400px) {
    .app_name {
        font-size: 200%;
    }
    .welcome {
        font-size: 130%;
    }
    .phone_number {
        border-radius: 5px;
        border-width: 1px;
        border-color: blue;
        margin-left: 8%;
        opacity: 0.7;
        height: 20px;
        width: 80%;
        margin-top: -5%;
    }
    .phone_number:hover {
        opacity: 1;
        border-width: 4px;
    }
    .phone_number:active {
        opacity: 1;
        border-width: 4px;
    }
    .email,.password,.pfp,.name ,.passwordconfirm{
        border-radius: 5px;
        border-width: 1px;
        border-color: blue;
        margin-left: 8%;
        opacity: 0.7;
        height: 20px;
        width: 80%;
        margin-top: 3%;
    }
    .passworddiv,.pfppreview {
        display: grid;
        width: 80%;
        grid-template-columns: 86% 1fr;
        margin-left: 8%;
        column-gap: 3px;
    }
    .show,.changepfpwithurl,.hide,.showc,.hidec {
        margin-top: 10px;
        background-color: #3b9ceb;
        color: #fff;
        border: none;
        border-radius: 5px;
    }
    .password,.pfp,.passwordconfirm {
        margin-left: 0%;
        width: 97%;
    }
    .email:hover {
        opacity: 1;
        border-width: 4px;
    }
    .password:hover,.pfp:hover {
        opacity: 1;
        border-width: 3px;
    }
    .email:active {
        opacity: 1;
        border-width: 4px;
    }
    .fillin {
        margin-top: -16%;
    }
    .password:active,.pfp:focus ,.passwordconfirm:hover,.passwordconfirm:active,.passwordconfirm:focus{
        opacity: 1;
        border-width: 3px;
    }
    .name:hover {
        opacity: 1;
        border-width: 4px;
    }
    
    .name:active {
        opacity: 1;
        border-width: 4px;
    }
    .birlab {
        margin-left: 10%;
        font-weight: bold;
    }
    .birfield {
        margin-top: 5%;
        border-radius: 20px;
    }
    .dayl {
        margin-left: 2%;
        margin-top: 5%;
    }
    .monthl {
        margin-left: 2%;
        margin-top: 5%;
    }
    .yearl {
        margin-left: 2%;
        margin-top: 5%;
    }
    .sign {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        background-color: #f80606;
        border-radius: 20px;
        
        margin-top: 8%;
        margin-left: 73%;
        box-shadow: 1px 1px 5px orangered;
        width: 25%;
        height: 35px;
        font-size: 120%;
        transition:  0.2s;
    }

    .sign:active {
        opacity: 0.6;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 0px 0px 8px greenyellow;
        transform: scale(0.9);
    }
    .iconst {
        border-radius: 15px;
        margin-left: 60%;
        margin-top: -270px;
        margin-bottom: 110px;
        width: 37%;
        height: 35%;
    }
    .commu {
        margin-left: 65%;
        margin-top: -120px;
        margin-bottom: 15%;
        width: 37%;
        height: 35%;
    }
    .app_name {
        margin-left: 150px;
        margin-top: 10px;
        padding-left: 1%;
        padding-right: 1%;
        border-radius: 50px;
        background-color: #fff;
        color: #333
    }
    .agree {
        margin-top: 20px;
    }
    .welcome {
        width: 20px;
    }
    .welcomeh {
        font-size: 140%;
    }
    .gender {
        margin-left: 30px;
        font-weight:  bold;
    }
    
    .genderfiel {
        border-radius: 20px;
        margin-top: 8%;
    }
    .male {
        margin-left: -20px;
    }
    .female {
        margin-left: 2%;
    }
    .other {
        margin-left: 2%;
    }
    .signinlab {
        margin-left: 2%;
        font-size: 50%;
    }
    .signin {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        background-color: #07f2f2;
        border-radius: 20px;
        
        margin-top: 3%;
        margin-left: 3%;
        box-shadow: 1px 1px 5px #0786ed;
        width: 25%;
        height: 35px;
        font-size: 120%;
        transition: 0.2s;
    }

    .signin:active {
        opacity: 0.6;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 0px 0px 8px greenyellow;
        transform: scale(0.9);
    }
    .or {
        margin-left: 6%;
        font-size: 120%;
        margin-top: -20%;  
    }
    .google {
        width: 22%;
        height: 92%;
        margin-left: -65%;
        margin-top: 0.5%;
    }
    .signinlab {
        margin-left: 4%;
        font-size: 120%;
        margin-bottom: 20%;
    }
    .google_sign {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        background-color: #e7b8aa;
        border-radius: 25px;
        
        margin-top: 3%;
        margin-left: 8%;
        box-shadow: 1px 1px 5px #f0ce0c;
        width: 83%;
        height: 45px;
        font-size: 120%;
        transition: 0.2s;
    }
    .google_sign:active {
        opacity: 0.7;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 0px 0px 8px rgb(14, 176, 240);
        transform: scale(0.95);
    }
    .googlelab {
        font-size: 120%;
        margin-top: -37px;
        margin-left: 25%;
    }
    .or {
        margin-left: 40%;
        font-size: 250%;
        margin-top: -55px;
        
    }
    
    .foot {
        border-radius: 20px;
        margin-top: 2%;
    }
    .copy {
        font-size: 150%;
        margin-left: 8%;
    }
}

@media (min-width:853px) and (max-width:1023px) {
    .app_name {
        font-size: 300%;
    }
    .phone_number {
        border-radius: 5px;
        border-width: 1px;
        border-color: blue;
        margin-left: 60%;
        opacity: 0.7;
        height: 40px;
        width: 38%;
        font-size: 30px;
        margin-top: -20px;
    }
    .email,.password,.pfp,.name ,.passwordconfirm {
        border-radius: 5px;
        border-width: 1px;
        border-color: blue;
        margin-left: 60%;
        opacity: 0.7;
        height: 40px;
        width: 38%;
        font-size: 30px;
        margin-top: 10px;
    }
    .passworddiv,.pfppreview {
        display: grid;
        width: 38%;
        grid-template-columns: 86% 1fr;
        margin-left: 60%;
        column-gap: 3px;
    }
    .show,.changepfpwithurl,.hide,.showc,.hidec {
        margin-top: 10px;
        background-color: #3b9ceb;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    .password,.pfp,.passwordconfirm {
        margin-left: 0%;
        width: 97%;
    }
    .phone_number:hover,.name:hover,.email:hover,.password:hover,.pfp:hover,.phone_number:focus,.name:focus,.email:focus,.password:focus,.pfp:focus,.passwordconfirm:hover,.passwordconfirm:active,.passwordconfirm:focus  {
        opacity: 1;
        border-width: 4px;
    }
    .fillin {
        margin-top: -30px;
        margin-left: 13%;
        font-size: 290%;
    }
    .birleg {
        margin-left: 5%;
        font-weight: bold;
        font-size: 200%;
    }
    .birfield {
        margin-top: -180px;
        border-radius: 20px;
        width: 55%;
    }
    .dayl {
        margin-left: 2%;
        margin-top: 15px;
        font-size: 150%;
    }
    .monthl {
        margin-left: 3%;
        margin-top: 15px;
        font-size: 100%;
    }
    .yearl {
        margin-left: 3%;
        margin-top: 15px;
        font-size: 100%;
    }
    .day {
        width: 40px;
        font-size: 80%;
        cursor: pointer;
    }
    .month {
        width: 40px;
        font-size: 80%;
        cursor: pointer;
    }
    .year {
        width: 60px;
        font-size: 80%;
    }
    .sign {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        background-color: #f80606;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 10px;
        margin-bottom: 25px;
        margin-left: 70%;
        box-shadow: 1px 1px 5px orangered;
        width: 26%;
        height: 60px;
        font-size: 200%;
        transition: 0.2s;
    }

    .sign:active {
        opacity: 0.6;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 0px 0px 8px greenyellow;
        transform: scale(0.9);
    }
    .iconst {
        border-radius: 25px;
        margin-left: 530px;
        margin-top: -320px;
        margin-bottom: 150px;
        cursor: pointer;
        width: 25%;
        height: 25%;
    }
    .commu {
        margin-left: 75%;
        margin-top: -440px;
        margin-bottom: 40px;
        cursor: pointer;
        width: 25%;
        height: 25%;
    }
    .app_name {
        margin-left: 150px;
        margin-top: 10px;
        padding-left: 1%;
        padding-right: 1%;
        border-radius: 50px;
        background-color: #fff;
        color: #333
    }
    .agree {
        margin-top: 70px;
        margin-left: 8%;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .agreelab {
        font-size: 200%;
    }
    .welcome {
        width: 480px;
    }
    .welcomeh {
        font-size: 50px;
    }
    .genderleg {
        margin-left: 5%;
        font-weight: bold;
        font-size: 200%;
    }
    .gender {
        margin-left: 60px;
        font-size: 30px;
    }
    .genderfiel {
        border-radius: 20px;
        margin-top: 20px;
        width: 55%;
    }
    .male {
        cursor: pointer;
        margin-left: -12%;
    }
    .female {
        margin-left: 5px;
        cursor: pointer;
    }
    .other {
        margin-left: 5px;
        cursor: pointer;

    }
    .signinlab {
        margin-left: 2%;
        font-size: 35px;
        margin-bottom: 50px;
    }
    .signin{
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        background-color: #07f2f2;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 10px;
        margin-left: 1%;
        box-shadow: 1px 1px 5px #0786ed;
        width: 30%;
        height: 60px;
        font-size: 40px;
        transition: 0.2s;
    }
    .signin:active {
        opacity: 0.6;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 0px 0px 8px greenyellow;
        transform: scale(0.9);
    }
    .google {
        width: 15%;
        height: 85%;
        margin-left: -70%;
        margin-top: 0.5%;
    }
    .google_sign {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        background-color: #e7b8aa;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 10px;
        margin-left: 4%;
        box-shadow: 1px 1px 5px #f0ce0c;
        width: 92%;
        height: 60px;
        font-size: 40px;
        transition: 0.2s;
    }
    .google_sign:active {
        opacity: 0.7;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 0px 0px 8px rgb(14, 176, 240);
        transform: scale(0.95);
    }
    .googlelab {
        margin-top: -55px;
        margin-left: 17%;
        font-size: 100%;
    }
    .google {
        margin-top: 5px;
    }
    .or {
        margin-left: 50%;
        font-size: 40px;
        margin-top: -55px;
    }
    .copy {
        margin-left: 20%;
        font-size: 200%;
    }
    .foot {
        margin-top: 5px;
        border-radius: 50px;
    }
}
@media (min-width:1367px) {
    .app_name {
        font-size: 300%;
        margin-left: 150px;
        margin-top: 10px;
        padding-left: 1%;
        padding-right: 1%;
        border-radius: 50px;
        background-color: #fff;
        color: #333;
    }
    .phone_number {
        border-radius: 5px;
        border-width: 1px;
        border-color: blue;
        margin-left: 60%;
        opacity: 0.7;
        height: 40px;
        width: 38%;
        font-size: 30px;
        margin-top: -20px;
    }
    .email, .password,.pfp, .name ,.passwordconfirm {
        border-radius: 5px;
        border-width: 1px;
        border-color: blue;
        margin-left: 60%;
        opacity: 0.7;
        height: 40px;
        width: 38%;
        font-size: 30px;
        margin-top: 10px;
    }
    .passworddiv,.pfppreview {
        display: grid;
        width: 38%;
        grid-template-columns: 86% 1fr;
        margin-left: 60%;
        column-gap: 3px;
    }
    .show,.changepfpwithurl,.hide,.showc,.hidec {
        margin-top: 10px;
        background-color: #3b9ceb;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    .password,.pfp,.passwordconfirm {
        margin-left: 0%;
        width: 97%;
    }
    .phone_number:hover, .name:hover, .email:hover, .password:hover,.pfp:hover,
    .phone_number:focus, .name:focus, .email:focus, .password:focus,.pfp:focus,.passwordconfirm:hover,.passwordconfirm:active,.passwordconfirm:focus {
        opacity: 1;
        border-width: 4px;
    }
    .fillin {
        margin-top: -120px;
        margin-left: 23%;
        font-size: 290%;
    }
    .birleg {
        margin-left: 5%;
        font-weight: bold;
        font-size: 200%;
    }
    .birfield {
        margin-top: -180px;
        border-radius: 20px;
        width: 55%;
    }
    .dayl, .monthl, .yearl {
        margin-left: 3%;
        margin-top: 15px;
        font-size: 100%;
    }
    .dayl {
        margin-left: 2%;
        font-size: 190%;
    }
    .day, .month, .year {
        width: 100px;
        font-size: 100%;
        cursor: pointer;
    }
    .sign {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        background-color: #f80606;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 10px;
        margin-bottom: 25px;
        margin-left: 80%;
        box-shadow: 1px 1px 5px orangered;
        width: 16%;
        height: 60px;
        font-size: 200%;
        transition: 0.2s;
    }
    .sign:hover {
        opacity: 0.6;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 1px 1px 8px orangered;
        transform: scale(1.05);
    }
    .sign:active {
        opacity: 0.6;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 0px 0px 8px greenyellow;
        transform: scale(0.9);
    }
    .iconst {
        border-radius: 32px;
        margin-left: 550px;
        margin-top: -320px;
        margin-bottom: 150px;
        cursor: pointer;
        width: 25%;
    }
    .commu {
        margin-left: -30px;
        margin-top: -440px;
        margin-bottom: 120px;
        cursor: pointer;
        width: 20%;
    }
    .agree {
        margin-top: 70px;
        margin-left: 8%;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .agreelab {
        font-size: 200%;
    }
    .welcome {
        width: 480px;
    }
    .welcomeh {
        font-size: 50px;
    }
    .genderleg {
        margin-left: 5%;
        font-weight: bold;
        font-size: 200%;
    }
    .gender {
        margin-left: 60px;
        font-size: 30px;
    }
    .genderfiel {
        border-radius: 20px;
        margin-top: 20px;
        width: 55%;
    }
    .male {
        cursor: pointer;
        margin-left: 0%;
    }
    .female, .other {
        margin-left: 30px;
        cursor: pointer;
    }
    .signinlab {
        margin-left: 5%;
        font-size: 40px;
        margin-bottom: 50px;
    }
    .signin {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        background-color: #07f2f2;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 10px;
        margin-left: 6%;
        box-shadow: 1px 1px 5px #0786ed;
        width: 30%;
        height: 60px;
        font-size: 40px;
        transition: 0.2s;
    }
    .signin:hover {
        opacity: 0.6;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 1px 1px 8px orangered;
        transform: scale(1.05);
    }
    .signin:active {
        opacity: 0.6;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 0px 0px 8px greenyellow;
        transform: scale(0.9);
    }
    .google {
        width: 16%;
        height: 85%;
        margin-left: -70%;
        margin-top: 5px;
    }
    .google_sign {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        background-color: #e7b8aa;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 10px;
        margin-left: 18%;
        box-shadow: 1px 1px 5px #f0ce0c;
        width: 68%;
        height: 60px;
        font-size: 40px;
        transition: 0.2s;
    }
    .google_sign:hover {
        opacity: 0.7;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 1px 1px 8px orangered;
        transform: scale(1.05);
    }
    .google_sign:active {
        opacity: 0.7;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 0px 0px 8px rgb(14, 176, 240);
        transform: scale(0.95);
    }
    .googlelab {
        margin-top: -55px;
        margin-left: 15%;
    }
    .or {
        margin-left: 50%;
        font-size: 40px;
        margin-top: -55px;
    }
    .copy {
        margin-left: 20%;
        font-size: 200%;
    }
    .foot {
        margin-top: 5px;
        border-radius: 50px;
    }
}
@media (max-width: 399px) {
    .app_name {
        font-size: 150%;
        margin-left: 20%;
        margin-top: 10px;
        padding: 0 1%;
        border-radius: 50px;
        background-color: #fff;
        color: #333;
    }
    .welcome {
        font-size: 100%;
        width: 20px;
    }
    .welcomeh {
        font-size: 100%;
    }

    .phone_number,
    .email,
    .password,.pfp,
    .name ,.passwordconfirm {
        border-radius: 5px;
        border-width: 1px;
        border-color: blue;
        margin-left: 8%;
        opacity: 0.7;
        height: 20px;
        width: 80%;
    }
    .passworddiv,.pfppreview {
        display: grid;
        width: 80%;
        grid-template-columns: 82% 1fr;
        margin-left: 8%;
        column-gap: 3px;
    }
    .show,.changepfpwithurl,.hide,.showc,.hidec {
        margin-top: 5px;
        background-color: #3b9ceb;
        color: #fff;
        border: none;
        border-radius: 5px;
        width: auto;
        font-size: 75%;
    }
    .password,.pfp,.passwordconfirm {
        margin-left: 0%;
        width: 97%;
    }
    .phone_number { margin-top: -5%; }
    .email, .password,.pfp, .name,.passwordconfirm { margin-top: 3%; }

    .phone_number:hover,
    .phone_number:active,
    .email:hover,
    .email:active,
    .password:hover,.pfp:hover,
    .password:active,.pfp:focus,
    .name:hover,
    .name:active {
        opacity: 1;
        border-width: 4px;
    }
    .password:active,.pfp:focus,.password:hover,.pfp:hover,.passwordconfirm:hover,.passwordconfirm:active {
        border-width: 3px;
    }
    .fillin { margin-top: -16%; }

    .birlab {
        margin-left: 10%;
        font-weight: bold;
    }

    .birfield,
    .genderfiel,
    .foot {
        border-radius: 20px;
        margin-top: 5%;
        
    }

    .dayl,
    .monthl,
    .yearl {
        margin-left: 3%;
        margin-top: 5%;
        font-size: 100%;
    }
    .month,.year,.day {
        height: 70%;
        width: 20%;
        font-size: 70%;
    }
    .sign,
    .signin,
    .google_sign {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        border-radius: 20px;
        width: 35%;
        height: 35px;
        font-size: 90%;
        transition: 0.2s;
    }

    .sign {
        background-color: #f80606;
        margin: 8% 0 0 67%;
        box-shadow: 1px 1px 5px orangered;
    }

    .sign:active,
    .signin:active {
        opacity: 0.6;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 0px 0px 8px greenyellow;
        transform: scale(0.9);
    }

    .signin {
        background-color: #07f2f2;
        width: 25%;
        margin: 3% 0 0 0%;
        font-size: 70%;
        box-shadow: 1px 1px 5px #0786ed;
    }

    .iconst {
        border-radius: 15px;
        margin: -140px 0 110px 65%;
        width: 37%;
        height: 35%;
    }

    .commu {
        margin: -120px 0 15% 65%;
        width: 37%;
        height: 35%;
    }

    .agree { margin-top: 20px; }

    .gender {
        margin-left: 30px;
        font-weight: bold;
        font-size: 70%;
        
    }

    .male { 
        margin-left: -10%;
        height: 10px;
        width: 10px;
    }
    .female, .other { 
        margin-left: 2%;
        height: 10px;
        width: 10px;
    }

    .signinlab {
        margin-left: 1%;
        font-size: 80%;
        margin-bottom: 20%;
    }

    .or {
        margin-left: 40%;
        font-size: 120%;
        margin-top: -55px;
    }

    .google {
        width: 22%;
        height: 92%;
        
        margin: -3% 0 0 -65%;
    }

    .google_sign {
        background-color: #e7b8aa;
        margin: 3% 0 0 3%;
        box-shadow: 1px 1px 5px #f0ce0c;
        width: 90%;
        height: 45px;
        border-radius: 25px;
        font-size: 75%;
    }

    .google_sign:active {
        opacity: 0.7;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 0px 0px 8px rgb(14, 176, 240);
        transform: scale(0.95);
    }

    .googlelab {
        font-size: 110%;
        margin: -27px 0 0 25%;
    }

    .copy {
        font-size: 150%;
        margin-left: 8%;
    }
}
@media (max-width:300px) {
    .show,.changepfpwithurl,.hide,.showc,.hidec {
        font-size: 55%;
    }
    .welcomeh {
        font-size: 90%;
    }
    .sign {
        font-size: 80%;
    }
    .googlelab{
        font-size: 100%;
    }
}
.hide,.hidec {
    background-color: #f32a2a;
}
.or {
    margin: 0;
    text-align: center;
}
.pfpinput {
    border-radius: 50%;
    /* background:  linear-gradient(to right, #6a11cb, #2575fc); */
    background-color: #FFD700;
    background-image: url('../Images/cam.png');
    border-radius: 80px;
    height: 160px;
    width: 160px;
    transition: 0.15s;
    margin-top: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    
}
@media (min-width:1025px) {
    .pfpinput {
        border-radius: 50%;
        border-radius: 130px;
        height: 260px;
        width: 260px;
        cursor: pointer;
        transition: 0.15s;
    }
    .pfpinput:hover {
        transform: scale(1.1);
    }
}
@media (max-width:325px) {
    .pfpinput {
        border-radius: 50%;
        border-radius: 50px;
        height: 100px;
        width: 100px;
        transition: 0.15s;
    }
}
.pfpinput:active {
    transform: scale(0.9);
}
.google_sign2{
    background-color: #333;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}