@media only screen and (max-device-width: 768px){
    .loginform{
        width: 100%;
        height: auto;
        border: 1px solid black;
        display: flex;
        flex-wrap: wrap;
    }.loginform form{
        width: 100%;
        height: 100%;
        background-color: transparent;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .formlabel{
        box-sizing: border-box;
        width: 100%;
        height: 30px;
        background-color: #d5d8dc;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        margin-bottom: 10px;
    }.namefield{
        width: 100%;
        display: flex;
        margin-bottom: 10px;
    }.namefield label{
        width: 70px;
        height: 30px;
        background-color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
        margin-left: 5px;
    }.namefield input{
        box-sizing: border-box;
        width: 200px;
        font-size: 16px;
        display: flex;
        flex: 1;
        margin-right: 10px;
    }.passwordfiedl{        
        width: 100%;
        display: flex;
        margin-bottom: 10px;
    }.passwordfiedl label{        
        width: 70px;
        height: 30px;
        background-color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
        margin-left: 5px;
    }.passwordfiedl input{
        box-sizing: border-box;
        width: auto;
        display: flex;
        flex: 1;
        margin-right: 10px;
        font-size: 16px;
    }.submitfield{
        width: 100%;
        height: auto;
        min-height: 70px;
        display: flex;
        flex-wrap: wrap;
        border: 1px solid transparent;
    }.submitfield input{
        width: 200px;
        height: 30px;
        background-color: rgb(133, 214, 133);
        color: black;
        border: 0px solid transparent;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
        margin-left: 110px;
        
    }#registerbutton0apsdifppasdoifpaoisdpfoiaspdfiapsdofasd{
        width: 100%;
        height:25px;
        margin-top: 10px;
    }.devicdermobile{
        width: 100%;
        height: 1px;
        background-color: black;
        margin-top: 10px;
    }
    .forgetpasswordlink{
        width: 100%;
        height: 30px;
        margin-top: 10px;
        background-color: lightblue;
        border: 1px solid transparent;
        display: flex;
        justify-content: center;
        align-items: center;
    }#fetchstatus{
        width: 100%;
        background-color: transparent;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
}