* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.body {
    background-image: url(./img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;

    display: flex;
    
}
.logoDiv {
    width: 40%;
    height: 0;
    padding-top: 8%;
    position: relative;

    left: 30%;
    top: 20px;
}

.scaleImg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cardMasterDiv{
    width: 10%;
    height: 0;
    padding-top: 10%;
    position: absolute;

    left: 45%;
    top:40%
}

.cardMasterDiv:active{
    transform: scale(0.97);
}

.emailTxt{
    color: rgb(181, 226, 217);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    
    bottom: 20px;
}

