body {
    background: url(Images/background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    padding-left:100px;
    width:contain;
}

.form {
    padding-bottom: 0;

}

.content-wrapper {
    padding-bottom: 0;
 
}
.bordergroup {
    border-radius: 20px;
}

.bordergroup1 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.bordergroup2 {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.formLayout-verticalAlign {
    display: table-cell;
    vertical-align: middle;
}
.formLayout-verticalAligner {

    padding-left: 20px;
}
.formLayout-verticalRegisterAligner {
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}
.formLayout-container {
    background-color: white;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
    max-width: 482px;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 20px;
}
.formLayout-containerRegister {
    background-color: white;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
    max-width: 700px;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 20px;
}
.dxflGroupBox_Office365 {
    border-radius: 20px;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
}
.formLayout-register-container {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 1000px;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 20px;
}

.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;
        opacity: 100%;
    }
    .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;

}