﻿@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-Regular.ttf');
}

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed';
    font-size: 1rem;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1rem;
}

input {
    font-size: 1rem;
}

select {
    font-size: 1rem;
}

button {
    font-size: 1rem;
}

.wrap {
    width: 100%;
    min-width: 710px;
    height: 100%;
    min-height: 710px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #0b416e 0%, #032C4E 78%);
}

.login-header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.login-form {
    width: 536px;
    margin: 0 auto;
    padding: 2rem;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(216, 216, 216, 0.2);
    border-radius: 12px;
}

.login-footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    opacity: 0.5;
    padding: 20px 0 0 0;
    font-weight: 400;
    font-size: 0.85rem;
}

.form-input {
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 8px;
    padding: 12px 20px;
}

.form-group {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}

.form-select {
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    padding: 15px;
}

.form-loginbutton {
    width: 100%;
    background: #5da0ca;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    color: #ffffff;
    padding: 15px;
    text-align: center;
}

.form-loginbutton:hover {
    background: #69c8e7;
}

.form-winloginbutton {
    width: 100%;
    background: #0b416e;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    text-decoration: none;
}

.form-winloginbutton:hover {
    background: #69c8e7;
}

.form-owinloginbutton {
    width: 100%;
    background: #666666;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    text-decoration: none;
}

.form-owinloginbutton:hover {
    background: #69c8e7;
}

.form-header {
    margin-bottom: 2rem;
}

.form-footer {
    text-align: center;
}

.rememberme {
    cursor: pointer;
    color: #222222;
    opacity: 0.5;
    font-weight: 400;
    font-size: 0.85rem;
}

.resetpassword {
    color: #0b416e;
    opacity: 0.8;
    font-weight: 400;
    font-size: 0.85rem;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

#header {
    color: #FFFFFF;
    background-color: #333333;
}

.ui-widget {
    font-family: 'Roboto Condensed' !important /*{ffDefault}*/;
    font-size: 1rem !important /*{fsDefault}*/;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Roboto Condensed' !important /*{ffDefault}*/;
    font-size: 1rem !important;
}
.ui-corner-all {
    -moz-border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    border-radius: 12px !important;
}
.ui-widget-header {
    border: none !important;
    background: none !important;
}
.ui-dialog .ui-dialog-content {
    padding: 2rem !important;
}