html, body, .form {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: white;
}

body {
    min-height: 100%;
    background: url('Images/centralis-background.png') no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

html, .form {
    height: 100%;
}

.loginBox {
    width: 600px;
    position: fixed;
    bottom:20px;
}

.loginTable {
    width: 600px;
}
.content {
    padding-top: 40px;
}
.form-layout {
    text-align: right;
}


.form-validation {
    text-align: left;
    color: red;
}

.field-validation-error {
    font-size: 12px;
    color: Red;
}

.unauthorizedBox {
    width: 800px;
    position: fixed;
    bottom: 150px;
}

.unauthorizedTable {
    width: 800px;
}

@media ( max-width: 1366px) {
    .loginBox {
        bottom: 5px;
    }

    .dxflGroup_Synapse {
        padding-bottom: 0;
    }
}

.login-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.m-200{
    margin-top: 200px;
}

.h-1000{
    height: 1000px;
}

.sign-in {
    background: linear-gradient(279deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
    padding: 32px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.sign-in > div > table > tbody > tr > td > div{
    margin-top: 0px !important;
}

.microsoft-btn {
    background: #0074E5 !important;
    border: none !important;
}

.credentials-btn{
    border: none;
}

.credentials-btn > tbody > tr:first-child > td{
    border-radius: 4px !important;
}

.credentials-btn > tbody > tr > td {
    background: #D1E8FF !important;
    font-size: 16px !important;
    font-weight: 600;
    color: #0065C8 !important;
}

.credentials-btn > tbody > tr:first-child > td > div:first-child{
    background: none !important;
}

.credentials-btn > tbody > tr:first-child > td > div:nth-child(2) > span {
    padding: 0px;
    margin-left: 30px;
}

.credentials-btn.fix-margins > tbody > tr:first-child > td > div:nth-child(1) > img {
    margin-top: 2px;
}


.credentials-btn > tbody > tr:first-child > td {
    padding: 10.5px !important;
}

.credentials-btn > tbody > tr:nth-child(2) > td{
    background: none !important;
    border: none !important;
}

#rpLogin_CRC {
    padding: 0px;
}

.label-login{
    padding-bottom:2px;
}

.label-login > label{
    font-size: 16px;
    color: #9BB1CA;
}

.reset-p{
    margin-block: auto;
}

.reset-p > a {
    color: #66B4FF;
    font-weight: 500;
}

.editor {
    background: #031D39BF;
    border: none;
}

.editor > tbody > tr > td > input {
    background: none !important;
    color: white;
    font-weight: 600 !important;
}

.fifty {
    width: 20% !important;
}

.logo{
    transition: all 0.5s;
    width: 60%;
    margin-bottom:40px;
}

.dxrpAW{
    max-height: 400px !important;
}

.sign-in-confirm-btn {
    background: #0074E5 !important;
    border: none !important;
    width: 100% !important;
    padding: 7px;
}

.dxWeb_edtCheckBoxUnchecked_Synapse::after {
    display: none;
}

.dxWeb_edtCheckBoxChecked_Synapse::after {
    display: none;
}

.dxWeb_edtCheckBoxUnchecked_Synapse {
    background: url('Images/Icons/login-checkbox-unchecked.svg');
    width: 24px;
    height: 24px;
}

.dxWeb_edtCheckBoxChecked_Synapse {
    background: url('Images/Icons/login-checkbox.svg');
    width: 24px;
    height: 24px;
}

.dxWeb_edtCheckBoxUnchecked_Synapse > input, .dxWeb_edtCheckBoxChecked_Synapse > input {
    visibility: hidden;
}

.remember-label > span{
    padding: 0px !important;
}

.remember-me-container {
    margin-top: 16px;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.forget-password-logo {
    width: 357px;
    height: 178px;
    margin-bottom: 40px;
}

.forget-password-main > table > tbody > tr > td > div {
    width: 525px;
    margin-inline: auto;
    padding: 32px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(279deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
    box-shadow: 0px 6px 12px 0px rgba(20, 37, 67, 0.50);
    backdrop-filter: blur(6px);
}

.forget-password-main > table > tbody > tr > td > div > span{
    color: #fff !important;
    font-weight: 600 !important;
    padding: 0 !important;
    font: 22px 'Nunito', 'Roboto', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif !important;
    height: auto !important;
}

.forget-password-main > table > tbody > tr > td > div > table > tbody > tr > td > table > tbody > tr > td > em{
    display: none;
}

.forget-password-main > table > tbody > tr > td > div > table > tbody > tr > td > table > tbody > tr > td > label{
    color: #9BB1CA !important;
    font: 16px 'Nunito', 'Roboto', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif !important;
}

.reset-password-btn {
    border-radius: 4px;
    background: #0074E5;
    padding: 11.75px 24px;
    border: none;
    font: 16px 'Nunito', 'Roboto', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif !important;
}

.reset-password-btn:hover{
    border: none;
}

.reset-password-btn > div{
    padding: 0 !important;
    border: none !important;
}

.reset-password-btn > div > span{
    padding: 0 !important;
} 

.dxeErrorCell_Synapse {
    color: #FF8484 !important;
}

.editor.dxeInvalid_Synapse {
    border-radius: 4px;
    border: 1px solid #FF8484;
}

.editor.dxeFocused_Synapse {
    border: 1px solid #0074E5;
}

.back-to-login-screen-btn {
    border-radius: 4px;
    background: #D1E8FF;
    color: #0065C8;
    border: none;
    font-family: 'Nunito', 'Roboto', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 11.75px 24px;
}

.back-to-login-screen-btn:hover{
    border:none;
}

.back-to-login-screen-btn > div {
    padding: 0 !important;
    border: none !important;
}

.back-to-login-screen-btn > div > span {
    padding: 0 !important;
} 