#logoName{
    position: absolute;
    color: #263c8d;
    margin-top: -12%;
    margin-left: 24%;
    font-size: 22px;
    font-family: 'Gravitas One', cursive;
}
#logoSlogan{
    position: absolute;
    margin-top: -4%;
    font-family: 'Kelly Slab', cursive;
    font-size: 9px;
    margin-left: 24%;
    color: crimson;
}
/* Responsive Code For login page   */
@media only screen and (min-width: 320px) {
    #loginCard{
        height: 47vh;
        width: 90vw;
        border-radius: 10px;
        box-shadow: 0 0 10px white;
    
    }
    #logo2{
        width: 17vw;
        margin-left: -70%;
    }
    #loginButton{
        width: 40vw;
        border-radius: 25px;
        box-shadow: 0 0 10px #5ee1e6;
    }
    #logoSlogan{
        position: absolute;
        margin-top: -4%;
        font-family: 'Kelly Slab', cursive;
        font-size: 8px;
        margin-left: 24%;
        color: crimson;
    }
    #logoName{
        position: absolute;
        color: #263c8d;
        margin-top: -12%;
        margin-left: 24%;
        font-size: 20px;
        font-family: 'Gravitas One', cursive;
    }
}

@media only screen and (min-width: 360px) {
    #loginCard{
        height: 40vh;
        width: 89vw;
        border-radius: 10px;
        box-shadow: 0 0 10px white;
    
    }
    #logo2{
        width: 17vw;
        margin-left: -70%;
    }
    #loginButton{
        width: 40vw;
        border-radius: 25px;
        box-shadow: 0 0 10px #5ee1e6;
    }
}
@media only screen and (min-width: 375px) {
    #loginCard{
        height: 40vh;
        width: 89vw;
        border-radius: 10px;
        box-shadow: 0 0 10px white;
    
    }
    #logo2{
        width: 17vw;
        margin-left: -70%;
    }
    #logoName{
        position: absolute;
        color: #263c8d;
        margin-top: -12%;
        margin-left: 23%;
        font-size: 23px;
        font-family: 'Gravitas One', cursive;
    }
    #logoSlogan{
        position: absolute;
        margin-top: -4%;
        font-family: 'Kelly Slab', cursive;
        font-size: 9px;
        margin-left: 24%;
        color: crimson;
    }
    #loginButton{
        width: 40vw;
        border-radius: 25px;
        box-shadow: 0 0 10px #5ee1e6;
    }
}
@media only screen and (min-width: 411px) {
    #loginCard{
        height: 36vh;
        width: 89vw;
        border-radius: 10px;
        box-shadow: 0 0 10px white;
    
    }
    #logo2{
        width: 17vw;
        margin-left: -70%;
    }
    #logoName{
        position: absolute;
        color: #263c8d;
        margin-top: -12%;
        margin-left: 23%;
        font-size: 25px;
        font-family: 'Gravitas One', cursive;
    }
    #logoSlogan{
        position: absolute;
        margin-top: -4%;
        font-family: 'Kelly Slab', cursive;
        font-size: 10px;
        margin-left: 24%;
        color: crimson;
    }
    #loginButton{
        width: 40vw;
        border-radius: 25px;
        box-shadow: 0 0 10px #5ee1e6;
    }
}
@media only screen and (min-width: 414px) {
    #loginCard{
        height: 36vh;
        width: 89vw;
        border-radius: 10px;
        box-shadow: 0 0 10px white;
    
    }
    #logo2{
        width: 17vw;
        margin-left: -70%;
    }
    #loginButton{
        width: 40vw;
        border-radius: 25px;
        box-shadow: 0 0 10px #5ee1e6;
    }
    #logoName{
        position: absolute;
        color: #263c8d;
        margin-top: -12%;
        margin-left: 23%;
        font-size: 25px;
        font-family: 'Gravitas One', cursive;
    }
    #logoSlogan{
        position: absolute;
        margin-top: -4%;
        font-family: 'Kelly Slab', cursive;
        font-size: 10px;
        margin-left: 24%;
        color: crimson;
    }
}
@media only screen and (min-width: 768px) {
    #loginCard{
        height: 36vh;
        width: 70vw;
        border-radius: 10px;
        box-shadow: 0 0 10px white;
    
    }
    #logo2{
        width: 16vw;
        margin-left: -70%;
    }
    #loginButton{
        margin-top: 5%;
        width: 25vw;
        font-size: 25px;
        border-radius: 25px;
        box-shadow: 0 0 10px #5ee1e6;
    }
    #logoName{
        position: absolute;
        color: #263c8d;
        margin-top: -14%;
        margin-left: 25%;
        font-size: 36px;
        font-family: 'Gravitas One', cursive;
    }
    #logoSlogan{
        position: absolute;
        margin-top: -5%;
        font-family: 'Kelly Slab', cursive;
        font-size: 14.5px;
        margin-left: 25%;
        color: crimson;
    }
}
@media only screen and (min-width: 1024px) {
    #loginCard{
        height: 30vh;
        width: 60vw;
        border-radius: 10px;
        box-shadow: 0 0 10px white;
    
    }
    #logo2{
        width: 16vw;
        margin-left: -70%;
    }
    #loginButton{
        margin-top: 5%;
        width: 25vw;
        font-size: 25px;
        border-radius: 25px;
        box-shadow: 0 0 10px #5ee1e6;
    }
    #logoName{
        position: absolute;
        color: #263c8d;
        margin-top: -14%;
        margin-left: 27%;
        font-size: 42px;
        font-family: 'Gravitas One', cursive;
        }
    #logoSlogan{
        position: absolute;
        margin-top: -5%;
        font-family: 'Kelly Slab', cursive;
        font-size: 17px;
        margin-left: 28%;
        color: crimson;
    }
}
@media only screen and (min-width: 1200px) {
    #loginCard{
        height: 47vh;
        width: 30vw;
        border-radius: 10px;
        box-shadow: 0 0 10px white;
    
    }
    #logo2{
        width: 7vw;
        margin-left: -70%;
    }
    #loginButton{
        margin-top: 5%;
        width: 15vw;
        font-size: 15px;
        border-radius: 25px;
        box-shadow: 0 0 10px #5ee1e6;
    }
    #logoName{
        position: absolute;
        color: #263c8d;
        margin-top: -14%;
        margin-left: 25%;
        font-size: 23px;
        font-family: 'Gravitas One', cursive;
    }
    #logoSlogan{
        position: absolute;
        margin-top: -5%;
        font-family: 'Kelly Slab', cursive;
        font-size: 9.5px;
        margin-left: 25%;
        color: crimson;
    }
}
@media only screen and (min-width: 1300px) {
    #loginCard{
        height: 50vh;
        width: 30vw;
        border-radius: 10px;
        box-shadow: 0 0 10px white;
    }
    #logo2{
        width: 8vw;
        margin-left: -70%;
    }
    #loginButton{
        margin-top: 5%;
        width: 12vw;
        font-size: 15px;
        border-radius: 25px;
        box-shadow: 0 0 10px #5ee1e6;
    }
    #logoName{
        position: absolute;
        color: #263c8d;
        margin-top: -14%;
        margin-left: 27%;
        font-size: 25px;
        font-family: 'Gravitas One', cursive;
        }
    #logoSlogan{
        position: absolute;
        margin-top: -5%;
        font-family: 'Kelly Slab', cursive;
        font-size: 10px;
        margin-left: 28%;
        color: crimson;
    }
}