﻿body {
    background-color: #005395;
    /* orig 244b86 */
    /* blue 005395 */
    /* green c1d72e */
    /* yellow deb406 */
    /* lilac b3a2ce */
    /* orange f15c22 */
}

.login-wrap {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 74%), url(../images/login-bg.png);
    background-position: 50% 50%, 0% 50%;
    background-repeat: repeat, repeat;
    background-size: cover, 300px 300px;
    width: 100%;
    height: 100vh;
}

.login-box {
    border: 1px solid rgb(36, 75, 134);
    position: relative;
    box-shadow: 0px 0px 115px 0px rgba(0, 0, 0, 0.7);
    background-color: rgb(231, 241, 255);
    width: 100%;
    max-width: 480px;
    height: auto;
}

.login-error {
    padding: 10px;
    margin-bottom: 17px;
    text-align: center;
    background-color: #ff4b4b;
    color: #fff;
    font: 400 15px/18.46px "Source Sans Pro", sans-serif;
}

.login-logo-wrap {
    position: relative;
    padding: 28px 80px;
    width: auto;
    height: auto;
}

.login-logo {
    position: relative;
    width: 100%;
    height: auto;
}

.login-form-textboxitem {
    display: flex;
    position: relative;
    align-items: center;
    padding-top: 11px;
    padding-right: 34px;
    padding-left: 34px;
    width: 100%;
    height: auto;
}

.login-form-textboxitem-label {
    font: 400 17px/23.46px "Source Sans Pro", sans-serif;
    position: relative;
    width: 99px;
    height: auto;
    text-align: left;
    flex-shrink: 0;
}

.login-form-textboxitem-input {
    font: 400 17px/23.46px "Source Sans Pro", sans-serif;
    position: relative;
    flex-grow: 1;
    border-radius: 25px;
    background-color: rgb(196, 212, 236);
    padding: 9px 19px;
    width: 100%;
    height: auto;
    text-align: left;
}

    .login-form-textboxitem-input:focus {
        background-color: rgb(112, 138, 177);
        color: rgb(255, 255, 255);
    }

.login-form-button-wrap {
    display: flex;
    position: relative;
    top: 0px;
    left: 0px;
    align-items: center;
    padding-top: 28px;
    padding-right: 34px;
    padding-left: 34px;
    width: auto;
    height: auto;
}

.login-form-button {
    font: 400 17px/23.46px "Source Sans Pro", sans-serif;
    position: relative;
    flex-grow: 1;
    cursor: pointer;
    border-radius: 25px;
    background-color: rgb(36, 75, 134);
    padding: 9px 19px;
    width: auto;
    height: auto;
    color: rgb(255, 255, 255);
    text-align: center;
}

    .login-form-button:hover {
        background-color: rgb(19, 44, 82);
    }

.login-copyright {
    font: 300 11px/15.18px "Source Sans Pro", sans-serif;
    display: flex;
    position: relative;
    top: 0px;
    left: 0px;
    align-items: center;
    padding: 25px 34px 20px;
    width: auto;
    height: auto;
    text-align: center;
}

@media (max-width:370px) {
    .login-form-textboxitem,
    .login-form-button-wrap {
        padding-left: 17px;
        padding-right: 17px;
    }

    .login-copyright {
        padding: 31px 17px 20px;
    }

    .login-logo-wrap {
        padding: 28px 60px;
    }
}

.login-resetpassword {
    font: 500 15px/15.18px "Source Sans Pro", sans-serif;
    top: 0px;
    left: 0px;
    align-items: center;
    padding-top: 25px;
    width: auto;
    height: auto;
    text-align: center;
    text-decoration: underline;
    margin: auto;
}

.login-resetpasswordtext {
    font: 550 16px/15.18px "Source Sans Pro", sans-serif;
    display: flex;
    position: relative;
    top: 0px;
    left: 0px;
    align-items: center;
    padding: 25px 34px 20px;
    width: auto;
    height: auto;
    text-align: center;
}
