@font-face {
    font-family: "Vaadin-Icons";
    src: url(../../../valo/fonts/vaadin-icons/Vaadin-Icons.eot);
    src: url(../../../valo/fonts/vaadin-icons/Vaadin-Icons.eot?#iefix) format("embedded-opentype"), url(../../../valo/fonts/vaadin-icons/Vaadin-Icons.woff) format("woff"), url(../../../valo/fonts/vaadin-icons/Vaadin-Icons.ttf) format("truetype"), url(../../../valo/fonts/vaadin-icons/Vaadin-Icons.svg#icomoon) format("svg");
}

.Vaadin-Icons {
    font-family: "Vaadin-Icons";
}

@font-face {
    font-family: ThemeIcons;
    font-weight: normal;
    font-style: normal;
    src: url(../../../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.eot);
    src: url(../../../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.eot?#iefix) format("embedded-opentype"), url(../../../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.woff) format("woff"), url(../../../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.ttf) format("truetype"), url(../../../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.svg#ThemeIcons) format("svg");
}

.ThemeIcons {
    font-family: ThemeIcons;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-align: center;
}

@font-face {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    src: url(../../../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.eot);
    src: url(../../../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../../../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.woff) format("woff"), url(../../../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.ttf) format("truetype"), url(../../../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.svg#FontAwesome) format("svg");
}

.FontAwesome {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-align: center;
}

@font-face {
    font-family: "Open Sans";
    src: url(../../../valo/fonts/open-sans/OpenSans-Light-webfont.eot);
    src: url(../../../valo/fonts/open-sans/OpenSans-Light-webfont.eot?#iefix) format("embedded-opentype"), url(../../../valo/fonts/open-sans/OpenSans-Light-webfont.woff) format("woff"), url(../../../valo/fonts/open-sans/OpenSans-Light-webfont.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url(../../../valo/fonts/open-sans/OpenSans-Regular-webfont.eot);
    src: url(../../../valo/fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix) format("embedded-opentype"), url(../../../valo/fonts/open-sans/OpenSans-Regular-webfont.woff) format("woff"), url(../../../valo/fonts/open-sans/OpenSans-Regular-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url(../../../valo/fonts/open-sans/OpenSans-Semibold-webfont.eot);
    src: url(../../../valo/fonts/open-sans/OpenSans-Semibold-webfont.eot?#iefix) format("embedded-opentype"), url(../../../valo/fonts/open-sans/OpenSans-Semibold-webfont.woff) format("woff"), url(../../../valo/fonts/open-sans/OpenSans-Semibold-webfont.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}

/* Layout */
*, *:before, *:after {
    box-sizing: border-box;
}

html, body {
    font: 300 14px/1.55 "Open Sans", sans-serif;
    height: 100%;
    margin: 0;
}

#form {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #FAFAFA;
}

/* Elements / components theme */
h1 {
    font-size: 36px;
    font-weight: 100;
}

h2 {
    font-size: 28px;
    font-weight: 100;
    margin-bottom: 14px;
}

a {
    color: #0066CC;
    font-weight: 400;
    text-decoration: none;
}

.main-content {
    display: flex;
    margin: auto;
    width: 50%;
    height: 55%;
    justify-content: center;
}

.main-content.with-announcements {
    height: 30%;
}

.authentication-container {
    align-self: center;
    width: 45%;
}

.authentication-container form {
    width: 100%;
}

.authentication-container form table {
    margin: auto;
}

.authentication-container form table.with-announcements {
    margin-right: 15px;
    margin-left: auto;
}

.announcements {
    margin-top: 15px;
    margin-right: auto;
    margin-left: 15px;
    width: 55%;
    padding: 0 15px 15px 15px;
    background-color: #f5f5f5;
    overflow-y: scroll;
}

.announcements .title-container {
    display: flex;
}

.announcements .date-time {
    font-size: 12px;
}

.announcements i[type="icon"] {
    font-size: 20px;
    padding-right: 10px;
    align-self: center;
}

.announcements .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
}

.password-help-main-content-container {
    display: block;
    margin: auto;
    text-align: center;
}

.password-help-title-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 65px;
}

.password-help-icon {
    margin-right: 15px;
}

.password-help-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #333333;
    margin-left: 15px;
}

label.password-help-label {
    color: black;
    font-weight: 400;
    margin-bottom: 15px;
}

.password-help-main-content-container input[type='text'], input[type='email'] {
    width: 50%;
    font: 14px Open, sans-serif;
    height: 37px;
    padding: 4px 9px;
    border: 1px solid rgba(0, 0, 0, .3);
    margin: 10px 0 10px 0;
}

.password-help-main-content-container button {
    margin-top: 15px;
}

label {
    padding: 16px 0 5px 0;
    display: inline-block;
}

input[type='text'],
input[type='password'] {
    width: 100%;

    -webkit-appearance: none;
    -moz-appearance: none;

    font: 14px Open, sans-serif;

    height: 37px;
    border-radius: 0;
    padding: 4px 9px;
    border: 1px solid rgba(0, 0, 0, .3);
}

i[type='icon'] {
    font-size: 36px;
    color: #999999;
}

button {
    background-color: #7DBF2E;
    width: 125px;
    height: 37px;
    border: none;
    cursor: pointer;
    color: #fff;
    font: 16px "Open Sans", sans-serif;
    font-weight: 700;
}

#button-submit:focus {
    outline: none;
}

footer {
    display: flex;
    width: 100%;
    height: 26%;
    background: url(../../../tetris-valo/common/images/iframe.png) no-repeat;
    background-size: cover;
    background-position-x: right;
}

footer span {
    color: white;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    align-self: flex-end;
}

#logo {
    object-fit: contain;
    width: 75%;
    height: auto;
    min-width: 600px;
    margin: 0 auto;
    position: relative;
    padding-top: 1%;
}

#loginError {
    padding: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FF0000;
}

#errorMsg {
    padding: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FF0000;
}

#successMsg {
    padding: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: black;
}

.main-content .password-reset-container {
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}

.password-reset-container .password-policies {
    width: 75%;
    margin: auto;
    font-weight: 500;
}

.password-reset-container .password-form {
    width: 40%;
    margin: auto;
}

.password-reset-container .password-change-button-container {
    text-align: center;
}