﻿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/ide-login-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*added by Jamie to create effect on image*/
.overlay {
    background: url('../Content/Images/overlays/06.png');
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.formLayout-container
{
    background-color: transparent;
    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;*/
}

.formLayout-groupBox
{
    margin: 0;
    padding: 0 !important;
}

.formLayout-generalErrorText
{
    color: white;
    padding-top: 1em;
}

.formlayout-header {
    color: #fff;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5em;
    text-align:center;
}

.eye-button
{
    background: none;
}

.eye-button > div
{
    background: url('Images/eye-button.svg') no-repeat center;
    width: 24px;
    height: 30px;
    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;
}

.dxflRequired_Office365
{
    color:white !important;
}

table.dxeTextBoxSys, table.dxeButtonEditSys {
    border-radius: 8px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.dxbButton_Office365 {
    border-radius: 10px !important;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.Test{
    width:100% !important;
}