﻿body
{
    background-color: #ebebeb;
    padding:0;
    margin:0;
    height: 100%;
    /*background: url('../../Content/Images/Poster.jpg');
    background-size: cover;*/ 
}

.form 
{
    padding-bottom: 0;
    padding-right: 600px;
    width: 1300px;
}

.content-wrapper 
{
    padding-bottom: 0;
}

.content 
{
    display: table;
    height: calc(100vh - 22px); /* 3.13rem is the Header size, 22px is the MD Notice height */
}

.div-title {
    text-align: center;
    border-bottom: groove;
    margin: 0 5%;
    padding-top: 15px;
}

.lbl-title {
    font-size: 22px;
    font-weight: bold;
}

.formLayout-verticalAlign
{
    display: table-cell;
    vertical-align: middle;
}

.formLayout-container
{
    background-color: white;
    margin: 40px 200px 40px 550px;
    max-width: 1000px;
    min-width: 230px;
    width: 90%;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 2px;
    opacity:0.9;
}

@media (max-width:1900px){
    .formLayout-container{
        width:80%;
    }
}

@media (max-width:1760px){
    .formLayout-container{
        width:80%;
    }
}

@media (max-width:1690px){
    .formLayout-container{
        width:70%;
        margin: 0 400px;
    }
}

@media (max-width:1440px){
    .formLayout-container{
        width:60%;
    }
}

@media (max-width:1200px){
    .formLayout-container{
        margin: 0 auto;
        width:80%;
    }
}

.formLayout-groupBox
{
    margin: 0;
    padding: 0 !important;
}

.layout-grp {
    width: 90% !important;
    margin: 10px auto !important;
}

.sub-title-head {
    left: 9px;
    font-size: 16px;
}

.formLayout-generalErrorText
{
    color: red;
    padding-top: 1em;
}

.eye-button
{
    background: none;
}

.eye-button > div
{
    background: url('../Content/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('../Content/Images/eye-button-hide.svg') no-repeat center;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}

.item-left {
    width: 95%;
}

.item-right {
    width: 100%;
}

.item-txt-code {
    width: 100%;
    max-width: 150px;
}

.item-txt-person {
    width: 100%;
}

@media (max-width: 794px) {
    .item-left {
        width: 100%;
    } 
}

@media (max-width: 1200px){
    /*body{
        background:url('../../Content/Images/Poster.jpg') no-repeat center;
    }*/
    .form{
        width: 70%;
        padding: 0;
        margin: auto;     
    }
}

@media (max-width: 600px) {
    .form {
        width: 90%;
    }
}

.footer-wrapper
{
    position: static;
    display: table-row;
}