@import url('https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700&display=swap');

ul {
    list-style: none;
}

/* .container {
     position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
} */

/* #loginForm, #loginFormPw {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-size: 16px;
} */

#username, #userform {
    border: none;
    /* border-bottom: 1.5px solid #4E6876; */
    /* box-shadow: 0 0 6px 0 #346299; */
    outline: none;
    font-size: 16px;
    border-bottom: 1.5px solid #346299;
    color: #346299;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
}

#password, #pwform {
    border: none;
    /* border-bottom: 1.5px solid #4E6876; */
    /* box-shadow: 0 0 6px 0 #346299; */
    outline: none;
    font-size: 16px;
    border-bottom: 1.5px solid #346299;
}

.loginfield::placeholder {
    color: #9b9b9b
}

.loginfield::placeholder {
    color: #9b9b9b
}

.loginfield::-moz-placeholder {
    color: #9b9b9b
}

.loginfield::-ms-input-placeholder {
    color: #9b9b9b
}

.loginfield::-ms-input-placeholder {
    color: #9b9b9b
}

.loginfield::-webkit-input-placeholder {
    color: #9b9b9b
}

/* style placeholder text for various browsers*/
.form-text::placeholder {
    color: #9b9b9b;
    font-family: 'Rajdhani', sans-serif;
}

.form-text::placeholder {
    color: #9b9b9b;
    font-family: 'Rajdhani', sans-serif;
}

.form-text::-moz-placeholder {
    color: #9b9b9b;
    font-family: 'Rajdhani', sans-serif;
}

.form-text:-moz-placeholder {
    color: #9b9b9b;
    font-family: 'Rajdhani', sans-serif;
}

.form-text::-ms-input-placeholder {
    color: #9b9b9b;
    font-family: 'Rajdhani', sans-serif;
}

.form-text::-ms-input-placeholder {
    color: #9b9b9b;
    font-family: 'Rajdhani', sans-serif;
}


.hidden {
    display: none !important;
}

.button-blue {
    height: 48px;
    width: 153px;
    border-radius: 8px;
    border: 1px solid #1A1288;
    background-color: #1A1288;
    box-shadow: 3px 2px 5px 0 rgba(65, 65, 65, 0.33);
    color: white;
    font-size: 18px;
}

button.button-blue:focus {
    outline: 1px solid white;
    outline-offset: -4px;
}

button.info-button, button.infox-button {
    margin-bottom: 8px;
}

button.info-button:focus img, 
button.infox-button:focus img {
    outline: 1px solid #1A1288;
}

#loggingIn, #centeritems {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    color: #4A4A4A;
}

#loginFail1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.centered-text-area {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.verification-error {
    color: #D00E0E;
    /* font-family: "DINOT"; */
    font-size: 16px;
}

.kc-header-wrapper {
    padding-top: 20px;
    bottom: 15px;

}

.login-pf-page .login-pf-page-header {
    margin-bottom: 0px;
}

.login-pf-page .login-pf-header {
    margin-bottom: 0px;
}

/* new styles */

html {
    background: linear-gradient(36deg, rgba(26,18,136,1) 53%, rgba(111,37,124,1) 100%);
    background-size: cover;
    min-height: 100vh;
    min-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    -ms-justify-content: center;
    justify-content: center;
}


.modal-login {
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.34);
    padding: 0 16px;
    margin: 0 16px;
}

@media screen and (min-width: 768px) {
    .modal-login {
        padding: 0 50px;
    }
}

.header {
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 32px 16px 16px 0;
}

.header .logo {
    margin: 0 auto;
    max-height: 120px;
}

.header ul {
    padding: 0;
}

.header ul li {
    display: inline-block;
    padding: 0 5px;
}

.header:after {
    background: linear-gradient(90deg, rgba(45, 20, 140, 1) 0%, rgba(26, 18, 134, 1) 100%, rgba(38, 29, 100, 1) 100%);
    height: 2px;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    bottom: 0;
}

.form-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 10px 0;
}

.form-item input {
    box-sizing: border-box;
    width: 100%;
    border: none;
    border-bottom: 1px solid #1A1288;
    font-family: 'Rajdhani', sans-serif;
    padding: 10px 0;
    outline: none;
    font-size: 16px;
}

.form-item label {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: left;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    color: #4A4A4A;
}

.form-item div.form-button-row {
    width: 100%;
    margin: 16px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.form-item button {
    height: 48px;
    width: 150px;
    border-radius: 8px;
    background-color: #1A1288;
    border: 1px solid #1A1288;
    color: white;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin: 8px 5px 8px 0;
}

::placeholder {
    color: #4A4A4A;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.alert, #loggingIn, #loginFail1 {
    padding: 20px;
    color: white;
}

.init, .confirm{
    color: black;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px 0;
}
