﻿body {
    background-color: #ebebeb;
    height: 100%;
}

.form {
    padding-bottom: 0;
}

.my-style {
    font-style: italic;
    color: red;
}

.content-wrapper {
    padding-bottom: 0;
}

.content {
    display: table;
    height: calc(100vh - 3.13rem); /* 3.13rem is the Header size */
}

.selected {
    padding: 1px 3px 2px 3px;
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

.formLayout-verticalAlign {
    display: table-cell;
    vertical-align: middle;
}

.head-img {
    display: block;
    margin: auto;
    width: 80%;
    height: 70%;
}

.login-img {
    background-color: red;
    padding-top: 2px;
    /*    display: flex;
    align-items: center;
    justify-content: center;*/
    /*width:98%;*/
    height: 100%;
}

.formLayout-center {
    margin: auto;
    width: 50%;
    height: 50%;
    border: 3px solid green;
    padding: 10px;
}

.logo-container {
    background-color: transparent;
    /*    padding-top:5%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;*/
}

.formLayout-container-logo {
    background-color: transparent;
    padding-top: 1%;
    width: 50%;
    height: 50%;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 3px;
}

.formLayout-container {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 2px;
}

.formLayout-container-reg {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    /*max-width: 1050px;*/
    max-width: 1050px;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 2px;
}

.formLayout-groupBox {
    margin: 0;
    /*padding: 0 !important;*/
    /*background-color:red;*/
}

.formLayout-generalErrorText {
    color: red;
    padding-top: 1em;
}

.eye-button {
    background: none;
}

    .eye-button > div {
        background: url('Images/eye-button.svg') no-repeat center;
        width: 18px;
        height: 12px;
        vertical-align: baseline;
        pointer-events: none;
        user-select: none;
    }

    .eye-button.show-password > div {
        background: url('Images/eye-button-hide.svg') no-repeat center;
    }

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

.footer-wrapper {
    position: static;
    display: table-row;
}
