body {
    background-color: #333;
    color: rgb(255, 244, 230);
}
@media (min-width:1025px) {
    .rl {
        cursor: pointer;
    }
}
@media (max-width:1366px) and (min-width:1024px) {
    .app_name {
        font-size: 300%;
        padding-left: 1%;
        padding-right: 1%;
        border-radius: 50px;
        background-color: #fff;
        color: #333;
    }
    .email,.password {
        border-radius: 5px;
        border-width: 1px;
        border-color: blue;
        margin-left: 26%;
        opacity: 0.7;
        height: 40px;
        width: 38%;
        font-size: 30px;
        margin-top: 20px;
    }
    .email:hover,.password:hover,.email:focus,.password:focus  {
        opacity: 1;
        border-width: 4px;
    }
    .passworddiv {
        display: grid;
        width: 38%;
        grid-template-columns: 86% 1fr;
        margin-left: 26%;
        column-gap: 3px;
    }
    .show,.hide,.showc,.hidec {
        margin-top: 20px;
        background-color: #3b9ceb;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    .password {
        margin-left: 0%;
        width: 97%;
    }
    .fillin {
        margin-top: -120px;
        margin-left: 23%;
        font-size: 290%;
    }

    .sign {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        background-color: #07f2f2;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 40px;
        margin-left: 70%;
        box-shadow: 1px 1px 5px #0786ed;
        width: 16%;
        height: 60px;
        font-size: 40px;
        user-select: none;
        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;
    }
    .welcome {
        width: 480px;
        font-size: 170%;
    }
    .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: #f80606;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 10px;
        margin-bottom: 25px;
        margin-left: 5%;
        box-shadow: 1px 1px 5px orangered;
        width: 30%;
        height: 60px;
        font-size: 200%;
        
        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;
        transform: scale(1.05);
        box-shadow: 1px 1px 8px orangered;
    }
    .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%;
        padding-left: 1%;
        padding-right: 1%;
        border-radius: 50px;
        background-color: #fff;
        color: #333;
    }
    .email,.password {
        border-radius: 5px;
        border-width: 1px;
        border-color: blue;
        margin-left: 8%;
        opacity: 0.7;
        height: 20px;
        width: 80%;
        margin-top: 3%;
    }
    .email:hover {
        opacity: 1;
        border-width: 4px;
    }
    .email:active {
        opacity: 1;
        border-width: 4px;
    }
    .passworddiv {
        display: grid;
        width: 80%;
        grid-template-columns: 86% 1fr;
        margin-left: 8%;
        column-gap: 3px;
    }
    .show,.hide,.showc,.hidec {
        margin-top: 10px;
        background-color: #3b9ceb;
        color: #fff;
        border: none;
        border-radius: 5px;
    }
    .password {
        margin-left: 0%;
        width: 97%;
    }
    .fillin {
        margin-top: -16%;
    }
    .password:hover {
        opacity: 1;
        border-width: 3px;
    }
    .password:active {
        opacity: 1;
        border-width: 3px;
    }

    .sign {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        background-color: #07f2f2;
        border-radius: 20px;
        
        margin-top: 8%;
        margin-left: 73%;
        box-shadow: 1px 1px 5px #0786ed;
        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;
    }
    .welcome {
        width: 80px;
    }
    .welcomeh {
        font-size: 185%
    }
    .signinlab {
        margin-left: 2%;
        font-size: 50%;
    }
    .signin {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        background-color: #f80606;
        border-radius: 20px;
        
        margin-top: 3%;
        margin-left: 1%;
        box-shadow: 1px 1px 5px orangered;
        width: 22%;
        height: 35px;
        font-size: 110%;
        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: -70%;
        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: 5%;
        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%;
        padding-left: 1%;
        padding-right: 1%;
        border-radius: 50px;
        background-color: #fff;
        color: #333
    }
    .email,.password{
        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;
    }
    .email:hover,.password:hover,.email:focus,.password:focus  {
        opacity: 1;
        border-width: 4px;
    }
    .passworddiv {
        display: grid;
        width: 38%;
        grid-template-columns: 86% 1fr;
        margin-left: 60%;
        column-gap: 3px;
    }
    .show,.hide,.showc,.hidec {
        margin-top: 10px;
        background-color: #3b9ceb;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    .password {
        margin-left: 0%;
        width: 97%;
    }
    .fillin {
        margin-top: -30px;
        margin-left: 13%;
        font-size: 290%;
    }
    .sign {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        background-color: #07f2f2;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 10px;
        margin-bottom: 25px;
        margin-left: 70%;
        box-shadow: 1px 1px 5px #0786ed;
        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;
    }
    .welcome {
        width: 480px;
    }
    .welcomeh {
        font-size: 50px;
    }
    .signinlab {
        
        font-size: 35px;
        margin-bottom: 50px;
    }
    .signin{
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        background-color: #f80606;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 10px;
        margin-left: 1%;
        box-shadow: 1px 1px 5px orangered;
        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%;
        padding: 0 1%;
        border-radius: 50px;
        background-color: #fff;
        color: #333;
        margin-left: 150px;
        margin-top: 10px;
    }

    .email,
    .password {
        border-radius: 5px;
        border-width: 1px;
        border-color: blue;
        margin-left: 26%;
        opacity: 0.7;
        height: 40px;
        width: 38%;
        font-size: 30px;
        margin-top: 20px;
    }

    .email:hover,
    .password:hover,
    .email:focus,
    .password:focus {
        opacity: 1;
        border-width: 4px;
    }
    .passworddiv {
        display: grid;
        width: 38%;
        grid-template-columns: 86% 1fr;
        margin-left: 26%;
        column-gap: 3px;
    }
    .show,.hide,.showc,.hidec {
        margin-top: 20px;
        background-color: #3b9ceb;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    .password {
        margin-left: 0%;
        width: 97%;
    }
    .fillin {
        margin-top: -120px;
        margin-left: 23%;
        font-size: 290%;
    }

    .sign,
    .signin,
    .google_sign {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        border-radius: 30px;
        cursor: pointer;
        transition: 0.2s;
        height: 60px;
        font-size: 40px;
    }

    .sign {
        background-color: #07f2f2;
        margin: 40px 0 0 70%;
        box-shadow: 1px 1px 5px #0786ed;
        width: 16%;
    }

    .sign:hover,
    .signin:hover,
    .google_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,
    .signin:active {
        opacity: 0.6;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 0 0 8px greenyellow;
        transform: scale(0.9);
    }

    .iconst {
        border-radius: 32px;
        margin: -320px 0 150px 550px;
        cursor: pointer;
        width: 25%;
    }

    .commu {
        margin: -440px 0 120px -30px;
        cursor: pointer;
        width: 20%;
    }

    .welcome {
        width: 480px;
        font-size: 170%;
    }

    .signinlab {
        margin: 0 0 50px 5%;
        font-size: 40px;
    }

    .signin {
        background-color: #f80606;
        margin: 10px 0 25px 5%;
        box-shadow: 1px 1px 5px orangered;
        width: 30%;
    }

    .google {
        width: 16%;
        height: 85%;
        margin: 5px 0 0 -70%;
    }

    .google_sign {
        background-color: #e7b8aa;
        margin: 10px 0 0 18%;
        box-shadow: 1px 1px 5px #f0ce0c;
        width: 68%;
    }

    .google_sign:active {
        opacity: 0.7;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 0 0 8px rgb(14, 176, 240);
        transform: scale(0.95);
    }

    .googlelab {
        margin: -55px 0 0 15%;
    }

    .or {
        margin: -55px 0 0 50%;
        font-size: 40px;
    }

    .copy {
        margin-left: 20%;
        font-size: 200%;
    }

    .foot {
        margin: 5px 0 0 auto;
        border-radius: 50px;
    }
}
@media (max-width: 399px) {
    .app_name {
        font-size: 150%;
        padding-left: 2%;
        padding-right: 2%;
        border-radius: 30px;
        background-color: #fff;
        color: #333;
        margin-left: 10%;
        margin-top: 5px;
    }
    .email, .password {
        border-radius: 5px;
        border-width: 1px;
        border-color: blue;
        margin-left: 5%;
        opacity: 0.7;
        height: 20px;
        width: 90%;
        margin-top: 3%;
        font-size: 16px;
    }
    .email:hover, .password:hover, .email:active, .password:active {
        opacity: 1;
        border-width: 3px;
    }
    .passworddiv {
        display: grid;
        width: 90%;
        grid-template-columns: 84% 1fr;
        margin-left: 5%;
        column-gap: 3px;
    }
    .show,.hide,.showc,.hidec {
        margin-top: 5px;
        background-color: #3b9ceb;
        color: #fff;
        border: none;
        border-radius: 5px;
        width: auto;
        font-size: 75%;
    }
    .password {
        margin-left: 0%;
        width: 97%;
    }
    .fillin {
        margin-top: -10%;
        font-size: 150%;
    }
    .sign {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        background-color: #07f2f2;
        border-radius: 15px;
        
        margin-top: 8%;
        margin-left: 60%;
        box-shadow: 1px 1px 5px #0786ed;
        width: 30%;
        height: 30px;
        font-size: 90%;
        transition: 0.2s;
    }
    .sign:active {
        opacity: 0.6;
        background-color: #fff;
        border-width: 2px;
        border-color: lightskyblue;
        box-shadow: 0px 0px 8px greenyellow;
        transform: scale(0.9);
    }
    .iconst {
        border-radius: 15px;
        margin-left: 64%;
        margin-top: -200px;
        margin-bottom: 80px;
        width: 30%;
        height: 30%;
    }
    .commu {
        margin-left: 60%;
        margin-top: -100px;
        margin-bottom: 10%;
        width: 30%;
        height: 30%;
    }
    .welcome {
        width: 70px;
        font-size: 100%;
    }
    .welcomeh {
        font-size: 100%;
    }
    .signinlab {
        margin-left: 1%;
        font-size: 70%;
        margin-bottom: 15%;
    }
    .signin {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        background-color: #f80606;
        border-radius: 15px;
        
        margin-top: 3%;
        margin-left: 1%;
        box-shadow: 1px 1px 5px orangered;
        width: 26%;
        height: 30px;
        font-size: 55%;
        transition: 0.2s;
    }
    .signin:active {
        opacity: 0.6;
        background-color: #fff;
        border-width: 2px;
        border-color: lightskyblue;
        box-shadow: 0px 0px 8px greenyellow;
        transform: scale(0.9);
    }
    .or {
        margin-left: 35%;
        font-size: 100%;
        margin-top: -40px;
    }
    .google {
        width: 20%;
        height: 85%;
        margin-left: -70%;
        margin-top: 1%;
    }
    .google_sign {
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        background-color: #e7b8aa;
        border-radius: 20px;
        
        margin-top: 3%;
        margin-left: 5%;
        box-shadow: 1px 1px 5px #f0ce0c;
        width: 90%;
        height: 40px;
        font-size: 85%;
        transition: 0.2s;
    }
    .google_sign:active {
        opacity: 0.7;
        background-color: #fff;
        border-width: 2px;
        border-color: lightskyblue;
        box-shadow: 0px 0px 8px rgb(14, 176, 240);
        transform: scale(0.95);
    }
    .googlelab {
        font-size: 90%;
        margin-top: -25px;
        margin-left: 25%;
    }
    .foot {
        border-radius: 20px;
        margin-top: 2%;
    }
    .copy {
        font-size: 120%;
        margin-left: 5%;
    }
}
@media (max-width:300px) {
    .show,.hide,.showc,.hidec {
        font-size: 70%;
        padding: 0;
    }
    .welcomeh {
        font-size: 80%;
    }
    .sign {
        font-size: 70%;
    }
    .googlelab{
        font-size: 90%;
        margin-top: -30px;
    }
}
.hide,.hidec {
    background-color: #f32a2a;
}
.or {
    margin: 0;
    text-align: center;
}
.google_sign2{
    background-color: #333;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;

}

