body {
    margin: 0 !important;
}
.iowagov-box {
  display: flex;
  background-color: rgb(0, 0, 0);
  font-size: .9em;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.iowagov-box > * {
  padding-left: 20px;
  padding-right: 20px;
}

.push {
  margin-left: auto;
}

div.iowagov-box > * > a > img {
    vertical-align: middle;
}

div.iowagov-box > * > a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.content {
    font-family: sans-serif;
    padding: 1.5% 1.5% 7% 1.5%;
    background-color: #fff;
    color: #000;
}
.title-container {
    margin: 15px;
    font-family: sans-serif;
}

h1.title-header {
    color: #d46200;
    font-size: 1.25rem;
}
.title-description {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
}

.dot-header {
  padding: 24px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.428572;
  font-family: sans-serif;
  background-color: rgb(25, 64, 91);
}

.dot-header a {
  vertical-align: middle;
}

#iowa-logo {
  width: 283px;
  height: 25px;
  display: inline-block;
}

#login {
    width: 300px;
    height: 56px;
    display: inline-block;
    overflow: hidden;
}
.loginImg {
    display: block;
    transition: object-position 0s ease-in-out;
}

#login:hover .loginImg {
    object-position: 0 -57px;
}

#create {
    width: 300px;
    height: 56px;
    display: inline-block;
    overflow: hidden;
}
.createImg {
    display: block;
    transition: object-position 0s ease-in-out;
}
#create:hover .createImg {
    object-position: 0 -57px;
}
.account-container {
    height: 200px;
    width: 100%;
    margin-bottom: 2px;
    background-color: #333333;
}
.dot-login-container {
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.topLockImg {
    margin-top: -100px;
    position: absolute;
    object-position: 0px 0px;
}
.bottomLockImg {
    position: absolute;
    object-position: 0px -1px;
}
.mobLockImg {
    display: none;
}
#login-body {
    font-family: sans-serif;
    font-size: 14px;
    background-color: #394962;
    color: white;
    line-height: 1.4;
}
.login_heading {
    color: #FC0;
    text-transform: uppercase;
}
.login_content {
    margin-left: 16%;
    padding: 3% 2% 3% 0;
}
.collabImg {
    float: right;
}
#footer {
    background-color: rgb(0,0,0);
    min-height: 57px;
}
#footer a {
    color: white;
    font-family: sans-serif;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}
#footer .footer-link {
    padding: 1.5% 0% 1.5% 16%;
}
@media all and (max-width: 989px) {
    .dot-login-container {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    .topLockImg {
        display:none;
    }
    .bottomLockImg {
        display: none;
    }
    .mobLockImg {
        position: absolute;
        display: flex;
    }
    #login-body {
        background-image: none;
    }
}
@media all and (max-width: 420px) {
    .dot-login-container {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
}
