@media only screen and (min-device-width: 1024px){
    body{
        box-sizing: border-box;
        margin: 0px;
        padding: 0px;
        height: auto;
        min-height: 400px;
        position: relative;
        background-color: linear-gradient(45deg, rgb(95, 128, 59), lightblue);
    }.bodycontainer{
        box-sizing: border-box;
        width: 60%;
        margin-right: 20%;
        margin-left: 20%;
        position: relative;
        height: auto;
        min-height: 100px;
        background-color: linear-gradient(45deg, rgb(95, 128, 59), lightblue);
    }.bodycontainer{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }.loginform{
        width: 100%;
        height: auto;
        border: 1px solid black;
        margin-top: 10px;
    }.namefield{
        width: 100%;
        margin-top: 10px;
        display: flex;
        height: 30px;
        justify-content: left;
        align-items: center;
        background-color: transparent;
        margin-bottom: 5px;
    }.namefield label{
        box-sizing: border-box;
        height: 100%;
        width: auto;
        display: flex;
        align-items: center;
        width: 100px;
        padding-left: 5px;
    }.namefield input{
        width: auto;
        height: 100%;
        min-width: 300px;
    }.passwordfiedl{
        width: 100%;
        height: 30px;
        display: flex;
    }.passwordfiedl label{
        box-sizing: border-box;
        padding-left: 5px;
        width: 100px;
        height: 100%;
        width: auto;
        display: flex;
        align-items: center;
    }.passwordfiedl input{
        width: auto;
        min-width: 300px;
    }.passwordfiedl label{
        width: 100px;
    }.submitfield{
        box-sizing: border-box;
        width: 100%;
        height: 30px;
        display: flex;
        flex-wrap: wrap;
        background-color: transparent;
        margin-top: 10px;
        margin-bottom: 20px;
    }.submitform {
        height: 30px;
        width: auto;
        min-width: 150px;
        margin-left: 100px;
        border: 0px solid #8A9A5B;
        background-color: #478778;
        border-radius: 4px;
        margin-bottom: 30px;
    }.formlabel{
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #d5d8dc;
    }.forgetpasswordlink{
        box-sizing: border-box;
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: left;
        padding-left: 10px;
        border: 1px solid transparent;
    }#successfullcalback{
        width: 100%;
        height: auto;
        display: none;
        justify-content: center;
        text-align: center;
    }#registername{
        background-color: transparent;
        width: 100%;
        height: auto;
        min-height: 100px;
        display: flex;
        flex-wrap: wrap;
    }.namelabel{
        width: auto;
        height: 30px;
        align-items: center;
        background-color: transparent;
        justify-content: center;
        display: flex;
        font-size: 20px;
        margin-left: 5px;
    }.inputcontainerdiv{
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
        height: 30px;
        display: flex;
        justify-content: center;
    }#nameinputaosdufoaisdf{
        width: 250px;
    }.registrationpagetitle{
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: center;
        font-weight: bold;
        padding-top: 5px;
    }.submitcontainter{
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: center;
        margin-top: 5px;
    }.submitcontainter button{
        width: 100px;
    }.devicdermobile{
        width: 1px;
        height: 100%;
        margin-left: 30px;
        margin-right: 30px;
        background-color: #808080;
        margin-bottom: 30px;
    }.registrationbutton{
        width: auto;
        min-width: 150px;
        height: 30px;
        background-color: orange;
        border: 0px solid transparent;
        border-radius: 4px;
    }
}