body {
    background: url(/images/login_background.png);
    font-family: Montserrat;
    color: white;
}
a:link {
    color: #e64900;
}
a:visited {
    color: #e64900;
}
.input_container {
    background: url(/images/login_field.png);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: white;
    width: 310px;
    height: 50px;
    padding: 10px 7px 7px 7px;
    border: 0px;
    box-sizing: border-box;
    outline: none;
}
input[type=text] {
    background-color: #c84600;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: white;
    width: 280px;
    height: 32px;
    box-sizing: border-box;
}
input[type=password] {
    background-color: #c84600;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: white;
    width: 280px;
    height: 32px;
    box-sizing: border-box;
}
h1 {
    font-family: Montserrat;
    font-size: 32px;
    color: white;
}
#header {
    font-family: Montserrat;
    color: white;
    margin-top: 210px;
    position: relative;
}
.login_field {
    margin: 0 0 16px 0;
}
.login_field label {
    font-family: Montserrat;
    font-size: 16px;
    margin: 0 0 16px 0;
    color: white;
    display: block;
}
