﻿body
{
    background-color: #ebebeb;
    height: 100%;
}

.form 
{
    padding-bottom: 0;
}

.content-wrapper 
{
    padding-bottom: 0;
}

.content 
{
    display: table;
    height: calc(100vh ); 
}

.formLayout-verticalAlign
{
    display: table-cell;
    vertical-align: middle;
}

.formLayout-container {
    background-color: #F4F5F9;
    margin-left: auto;
    margin-right: 15%;
    max-width: 600px;
    height: 100%;
}

.formLayout-container-signin {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px !important;
    box-shadow: 0px 1px 40px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px;
    z-index: 1;
}

    .formLayout-groupBox {
        margin: 0;
        padding: 0 !important;
    }

.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: relative;
    display: table-row;
    left:0px;
}

.rowh100 {
    min-height: 0vh !important;
}

.backSignin {
    height: 100%;
    margin-left: 0px;
    width:100%;
    vertical-align: middle;
}

.logoAdnetis {
    position: inherit;
    top: auto;
    padding-top: 10px;
    left: 0px;
}

.checkBox td {
    vertical-align: top;
}

@media (min-width: 576px) {
    .rowh100 {
        min-height: 0vh !important;
    }

    .logoAdnetis {
        position: inherit;
        top: auto;
        padding-top: 10px;
        left: 0px;
    }

    .backSignin {
        height: 100%;
        width: 100%;
        margin-left: 0px;
        padding: 0px 20px;
        vertical-align: middle;
    }
}

@media (min-width: 768px) {
    .rowh100 {
        min-height: 100vh !important;
    }

    .logoAdnetis {
        position: relative;
        left: 10%;
        padding-bottom: 10%;
    }

    .backSignin {
        background-color: #F4F5F9;
        height: 100%;
        width: 100%;
        margin-left: 0px;
        padding: 0px 20px;
        vertical-align: middle;
    }
    .footer-wrapper {
        position: absolute;
        display: table-row;
        left: 0px;
    }
}

@media (min-width: 992px) {

    .backSignin {
        height: 100%;
        width: calc(500px + 10%);
        padding: 0px 20px;
        vertical-align: middle;
    }
}

@media (min-width: 1200px) {
    .backSignin {
        height: 100%;
        width: calc(500px + 10%);
        max-width: 600px;
        padding: 0px 20px;
        vertical-align: middle;
    }
}

.signinregistertitle {
    padding: 30px 10px 8px 10px;
    font-family: OpenSans, 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif !important;
    color: #424244;
    font-size: 25px;
    font-weight: bold;
    line-height: 29px;
}

.signinregisterelement {
    padding: 13px 10px 8px 10px;
}

.signinregisterline {
    padding: 0px 10px 0px 10px;
}

.signinregisterelementvalidation {
    padding: 0px 10px 5px 10px;
}

.signinregisterbutton {
    padding: 0px 10px 13px 10px;
}

.vcode-input {
    width: 45px;
    height: 75px;
    text-align: center;
    font-size: 40px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    margin-right: 10px;
}

.vcode-container {
    padding: 25px 10px 0px 10px;
    margin: 0 auto;
    background: #FFF;
}

/*Pour les alt dans le tabcontrol*/
#SignInRegisterTabControl_TC {
    overflow: visible;
}

ul#SignInRegisterTabControl_TC li {
    overflow: visible;
}

.dxeButtonEditButton_Office365{
    padding: 0px 10px 0px 0px;
}

#resetlink:hover{
    color: #424244;
}

.dxbf {
    border: 1px dotted transparent !important; /*Pour le bouton qui jump*/
}

#loginlink:hover {
    color: #424244 !important;
}

#EmailRegister_EC td {
    vertical-align: top;
}