.formm{
    border: none;
    padding: 30px 30px;
    width: 250px;
    text-align: center;
    box-shadow: 0px 0px 35px 4px rgba(0,0,0,0.5);
    background-color: rgba(255, 255, 255, 0.11);
    border-radius: 3px;
    margin-top: 20%;
    margin-bottom: auto;
    margin-right: auto;    
    margin-left: auto;
    font-weight: bold;
    
    }

    .logimg {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        width: 45%;
    }
    
    body{
    background-image: url("../Materials/Loginimg2.png");
    background-size: cover;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    }
    
    .textbox{ 
    font-weight: bold;
    border-radius: 5px;
    border: solid rgba(0,0,0, 0.0) 1.3px;
    padding: 5px;
    background-color: rgba(255,255,255,0.17);
    margin-bottom: 15px;
    
    
    }
    .loginbox{ 
    border-color: #333;
    border: none;
    outline: none;
    padding: 10px 80px;
    background: #333;
    color: #fff;
    font-size: 20x;
    border-radius: 10px;
    

    }
    
    .loginbox:hover{
    background-color: 	#808080;}
    
    ::placeholder{
            color: rgba(255,255,255,1.00)
        }
        
    .sizer{
            width: 60px;
            height: 80px;
            margin: auto;
            color: white;
        }

.IDK {

text-align: center;
color: white;
font-family: cursive;
font-weight: bold;
font-size: 32px;
}

.head2 {
    text-align: center;
    color: white;
    font-family: serif;
    font-weight: bold;
    font-size: 25px; 
}

@media only screen and (max-width: 700px) {

.formm {
    margin: auto !important;
    margin-top: 15% !important;
}
body{ 
background-image: url("../Materials/Loginimg2.png") !important;
background-size: cover;

}
.logimg {
    width: 100%;
}

}
    

