﻿body
{
    background-color: #ebebeb;
    height: 100%;
}

.form 
{
    padding-bottom: 0;
}

.content-wrapper 
{
    padding-bottom: 0;
}

.content 
{
    display: table;
    height: calc(100vh - 3.13rem); /* 3.13rem is the Header size */
}

.formLayout-verticalAlign {
    display: table-cell;
    vertical-align: middle;
    /* background-image: url('Images/bg.jpeg');*/
    /* background-size: cover;*/
    background-color: #4BB5AF;
}

.formLayout-container
{
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 362px;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 2px;
}

.img-logo {
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('Images/Logo-all.png');
    max-width: 100%;
    margin: 0 auto; 
    object-position: top center; 
    border-bottom: 1px solid #C7C7C7;
    line-height: 2em;
}

.formLayout-container-register {
    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;
    
    margin: 0 auto; 
    padding: 20px; 
}

.formLayout-groupBox {
    margin: 0;
    padding: 0 !important;
}

.formLayout-generalErrorText {
    color: red;
    padding-top: 1em;
    font-weight: bold;
}

.formLayout-generalInfoText {
    color: green;
    padding-top: 1em;
    font-weight: bold;
}

.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;
}



