body {
    height: auto;
    background-color: white;
    font-family: 'Open Sans', sans-serif;
}

.main-background-image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background-repeat: no-repeat;
        z-index: -1;
        background-image: url('/login_static/images/ring.png');
        background-position: left;
        background-size: contain;
}
.login-container {
    left: 25%;
    top: 10%;
}

@media screen and (max-width: 1399px) {
    .main-background-image {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .main-background-image {
        display: none;
    }

    .login-container {
        position: inherit;
        margin: auto auto;
    }
}

#logo {
    width: 227px;
}

.form-signin {
    width: 252px;
    margin: 150px auto;
}

.form-signin .form-signin-heading, .form-signin {
    margin-bottom: 10px;
}

.form-signin .form-control {
    padding-left: 5px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.login-btn {
    margin-top: 60px;
    background-color: #158664;
    border-radius: 2px 3px 3px 2px;
    width: 259px;
    height: 52px;
    font-size: 18px;
    text-align: center;
    padding-top: 17px;
    color: white;
}

.forgot-password {
    text-align: right;
    margin-top: 6px;
    width: 259px;
    color: #646464;
    font-size: 12px;
}

#loginMsg {
    margin-top: 10px;
    padding: 5px;
}

.ng-hide {
    display: none;
}

input:-webkit-autofill:hover, input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    border-bottom: 1px solid rgb(210, 210, 210) !important;
}

input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    border-bottom: 1px solid #87bc24 !important;
}

input:active, input:focus {
    display: block;

    outline-color: rgb(0, 0, 0);
    outline-style: none;
    outline-width: 0px;
}

input {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgb(135, 188, 36), rgb(135, 188, 36)), linear-gradient(rgb(210, 210, 210), rgb(210, 210, 210));
    background-position: 50% 100%, 50% calc(-1px + 100%);
    background-repeat: no-repeat, no-repeat;
    background-size: 0px 2px, 100% 1.7px;
    border-bottom-color: rgb(85, 85, 85);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(85, 85, 85);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(85, 85, 85);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(85, 85, 85);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(85, 85, 85);
    cursor: auto;
    display: block;
    float: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    height: 38px;
    letter-spacing: normal;
    line-height: 20px;
    margin-bottom: 7px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 7px;
    text-align: start;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: background;
    transition-timing-function: ease-out;
    width: 252px;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: text;
}

#submit {
    background-color: #158664;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 2px;
    border-top-right-radius: 3px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 52px;
    line-height: 25.7143px;
    margin-top: 60px;
    padding-top: 17px;
    text-align: center;
    width: 259px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
