body {
    background-color: #133A57;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#navbar {
    position: relative;
}

#login {
    height: 100%;
    width: 35%;
    margin-left: 63%;
    background-color: white;
    padding: 1% 1%;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
}

body {
    background-color: #133A57;
    height: 100%;
    widows: 100%;
    overflow: hidden;
}

input{
    display: block;
    margin: auto;
    align-content: center;
    margin-top: 35px;
    height: 60px;
    width: 370px;
    padding: 2%;
    border-radius: 4px;
    border: 2px solid #c1c1c1;
    font-size: 9pt;
}


input[type=submit] {
    color: white;
    display: block;
    margin: auto;
    margin-top: 50px;
    height: 60px;
    width: 370px;
    font-size: 14pt;
    background-color: #133A57;
    border-radius: 5px;
    border: none;
}

#logo {
    display: block;
    margin: auto;
    margin-bottom: 10%;
    height: 68px;
    width: 46px;
    padding-top: 31%;
}

#job-asset {
    float: left;
    margin-top: 250px;
    margin-left: 10%;
    width: 40%;
    height: 45%;
}

#signup {
    text-align: center;
    margin-top: 25px;
}

#link {
    text-decoration: none;
    color: orange;
}

@media screen and (max-width:800px) {
    body {
        width: 100%;
    }

    #navbar {
        display: block;
    }

    #login {
        width: 100%;
        margin-left: 0%;
        margin-top: 15%;
    }

    #job-asset {
        width: 0%;
        margin-left: 0%;
        margin-top: 20%;
    }


}