* {
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#scoreboardLinkHolder a{
    text-decoration: none;
    color: black;
}

#scoreboardLinkHolder a:hover{
    text-decoration: none;
    background-color: transparent !important;
    color: blue
}

#newsLinkHolder a{
    text-decoration: none;
    color: black;
}

#newsLinkHolder a:hover{
    text-decoration: none;
    background-color: transparent !important;
    color: blue
}

#slider{
    transition: opacity 1s ease-in-out;
}

@media (max-width: 1024px){
    html,
    body {
        min-height: 100% !important;
        min-width: 100% !important;
        position: absolute !important;
        margin: 0;
        padding: 0;
        font-family: 'Barlow', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        z-index: -3;
        overflow: hidden;
    }
    
    .nav{
        position: absolute;
        top: 5%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 4;
    }
    #commentHolder{
        display: none;
        
    }
    .adinLogoHolder{
        width: 30%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0px;
        right: 5%;
        z-index: 3;
        background: transparent;
    }
    .adinLogoHolder img{
        width:100px;
        z-index:3;
    }
    .whiteCircleHolder{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0em;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }
    .whiteCircle {
        width: 100%;
        height: 100vh;
        background-color: rgba(255,255,255,0.5);
        z-index: 2;
    }
    #load{
        animation: slide 2s;
    }
    #slider{
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh;
        z-index: 0;
    }

    #copyrights{
        position: absolute;
        bottom: 20px;
        left: 5%;
        width: 50%;
        height: 50px;
        display: flex;
        justify-content: start;
        align-items: end;
        z-index: 3;
        font-size: 0.7em;
        font-weight: bold;
        color: black;
    }

    #dsmaLink{
        width: 100%;
        color: white;
    }
    
    #cmsLink{
        width: 100%;
        color: black;
        padding: 1.7em 1.4em !important;
    }
    #dsmaLink:hover{
        background-color: #e50019;
        color: white;
    }
    
    .activeDSMA{
        background-color: #e50019;
        color: white;
    }

    #cmsLink:hover{
        background-color: #90ee90;
        color: black;
    }
    .activeCMS{
        background-color: #90ee90;
        color: black;
    }
    #helpLink{
        width: 100%;
        color: black;
        text-transform: uppercase;
    }
    #helpLink:hover{
        color: black;
        background-color: #9decff;
    }
    .logoHolder{
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: start;
        position: absolute;
        top: -15%;
        z-index: 3;
    }
    
    .dsma-login-main {
        display: flex;
        width: 100%;
        min-height: 100%;
        align-items: center;
        justify-content: center;
        z-index: 3;
        top: 0;
        left: 0;
        font-size: 1em;
        font-family: 'Barlow', sans-serif;
    }
    .login-box-container {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
      }
      .login-box-container-pwd-reset {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 6em;
        z-index: 3;
        margin-left: 40%;
    }
    #login-page .dsma-login-main {
        background-repeat: no-repeat;
        background-position: left;
    }
    
    #pwdreset-page .dsma-login-main {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    
    
    #leftSide{
        width: 100%;
        height: 100%;
        background-color: transparent;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
    }
    .greenCircle{
        max-width: 350px;
        min-width: 340px;
        background-color: #90ee90;
        border-radius: 50%;
        z-index: 2;
    }
    .greenCircle::after{
        content: "";
        display: block;
        padding-bottom:100%;
    }
    .redCircleHolder, .greenCircleHolder, .blueCircleHolder{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 4.5em;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }
    .redCircle{
        max-width: 350px;
        min-width: 340px;
        background-color: #e50019;
        border-radius: 50%;
        z-index:2;
    }
    .redCircle::after{
        content: "";
        display: block;
        padding-bottom:100%;
    }

    .blueCircle{
        max-width: 350px;
        min-width: 340px;
        background-color: #00c5ff;
        border-radius: 50%;
        z-index:2;
    }
    .blueCircle::after{
        content: "";
        display: block;
        padding-bottom:100%;
    }

    button{
        margin-top: 0.5em;
    }
    .login-form-header{
        max-width: 100%;
        display: flex;
        justify-content: center;
        height: 100px;
        z-index: 3;
    }
    .dsma .dsma-login-main,
    .pwdreset .dsma-login-main {
        /* background-image: url(../images/login_background_red.svg); */
    }
    
    .cms .dsma-login-main {
        /* background-image: url(../images/login_background_green.svg); */
    }
    
    .adyads .dsma-login-main,
    .adyinn .dsma-login-main {
        /* background-image: url(../images/login_background_blue.svg); */
        /* background-repeat: no-repeat; */
    }
    
    .payterminal .dsma-login-main {
        /* background-image: url(../images/login_background_yellow.svg); */
    }
    
    #login-page .dsma-login-grid {
        max-width: 100%;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    #pwdreset-page .dsma-login-grid {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    #login-page .login-form-header {
        display: flex;
        justify-content: space-between;
    }
    
    #pwdreset-page .login-form-header {
        display: flex;
        padding-bottom: 2em;
    }
    
    #login-page .login-logo-holder img {
        width: 120px;
        height: auto;
    }
    
    #pwdreset-page .login-logo-holder img {
        width: 120px;
        height: auto;
    }
    
    #login-page .login-apptitle-holder {
        font-size: 2em;
        line-height: 1em;
        font-weight: bold;
    }
    
    #pwdreset-page .login-apptitle-holder {
        font-size: 2em;
        line-height: 1em;
        font-weight: bold;
    }
    
    #login-page .login-form-body {
        width: 100%;
        padding: 3em;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    
    #pwdreset-page .login-form-body {
        width: 100%;
        padding: 8em 7em 8em 7em;
        display:flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    #login-page .login-form-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 80px;
    }
    
    #pwdreset-page .login-form-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 1em;
    }
    
    #pwdreset-page .login-form-header .footer-link-holder {
        display:flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        border: none;
    }
    
    #login-page .login-form-header .footer-link-holder a {
        padding: 1.7em 1.1em;
        font-weight: bold;
        text-decoration: none;
        font-size: 1.25em;
        border-radius: 50%;
        margin: 10px;
    }
  

    #pwdreset-page .login-form-header .footer-link-holder a {
        padding: 0.75em 1.75em;
        border-radius: 500px;
        font-weight: bold;
        text-decoration: none;
        font-size: 1.25em;
    }
    
    #login-page .login-form-body .login-box {
        max-width: 90%;
        min-width: 80%;
        text-align: center;
        padding-top: 10em;
    }
    
    #pwdreset-page .login-form-body .login-box {
        width: 100%;
    }
    
    #login-page .login-form-body .login-box h3 {
        padding-bottom: 1.5em;
        width: 70%;
        margin: 0 auto;
        text-align: center;
        font-family: 'Barlow', sans-serif;
    }
    
    #pwdreset-page .login-form-body .login-box h3 {
        margin: 0 0 2.5em;
        padding: 0;
        text-align: center;
    }
    
    .dsma .login-form-body .login-box h3,
    .pwdreset .login-form-body .login-box h3 {
        color: rgba(255, 255, 255, 1);
    }
    
    .cms .login-form-body .login-box h3,
    .adyads .login-form-body .login-box h3,
    .adyinn .login-form-body .login-box h3,
    .payterminal .login-form-body .login-box h3 {
        color: rgba(0, 0, 0, 1);
    }
    
    #login-page .login-form-body .login-box .user-box,
    #pwdreset-page .login-form-body .login-box .user-box {
        position: relative;
    }
    
    #login-page .login-form-body .login-box .user-box input,
    #login-page .login-form-body .login-box .user-box input:-webkit-autofill,
    #login-page .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    #login-page .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    #login-page .login-form-body .login-box .user-box input:-webkit-autofill:active {
        width: 100%;
        padding: 0.5em 0;
        font-size: 1.1em;
        font-weight: bold;
        margin-bottom: 1em;
        border: none;
        outline: none;
        text-align: center;
    }
    
    #pwdreset-page .login-form-body .login-box .user-box input,
    #pwdreset-page .login-form-body .login-box .user-box input:-webkit-autofill,
    #pwdreset-page .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    #pwdreset-page .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    #pwdreset-page .login-form-body .login-box .user-box input:-webkit-autofill:active {
        width: 100%;
        padding: 0.5em 0;
        font-size: 1.1em;
        font-weight: bold;
        margin-bottom: 1em;
        border: none;
        outline: none;
    }
    
    .dsma .login-form-body .login-box .user-box input,
    .dsma .login-form-body .login-box .user-box input:-webkit-autofill,
    .dsma .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    .dsma .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    .dsma .login-form-body .login-box .user-box input:-webkit-autofill:active {
        color: rgba(255, 255, 255, 1) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0 0px 1000px #e50019 inset;
        -webkit-box-shadow: 0 0 0px 1000px #e50019 inset;
        -webkit-text-fill-color: rgba(255, 255, 255, 1) !important;
    }
    
    .pwdreset .login-form-body .login-box .user-box input,
    .pwdreset .login-form-body .login-box .user-box input:-webkit-autofill,
    .pwdreset .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    .pwdreset .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    .pwdreset .login-form-body .login-box .user-box input:-webkit-autofill:active {
        color: rgba(255, 255, 255, 1) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0 0px 1000px rgba(237, 28, 36, 1) inset;
        -webkit-box-shadow: 0 0 0px 1000px rgba(237, 28, 36, 1) inset;
        -webkit-text-fill-color: rgba(255, 255, 255, 1) !important;
    }
    
    .cms .login-form-body .login-box .user-box input,
    .cms .login-form-body .login-box .user-box input:-webkit-autofill,
    .cms .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    .cms .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    .cms .login-form-body .login-box .user-box input:-webkit-autofill:active {
        color: rgba(0, 0, 0, 1) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0 0px 1000px rgba(144, 238, 144, 1) inset;
        -webkit-box-shadow: 0 0 0px 1000px rgba(144, 238, 144, 1) inset;
        -webkit-text-fill-color: rgba(0, 0, 0, 1) !important;
    }
    
    .adyads .login-form-body .login-box .user-box input,
    .adyads .login-form-body .login-box .user-box input:-webkit-autofill,
    .adyads .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    .adyads .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    .adyads .login-form-body .login-box .user-box input:-webkit-autofill:active {
        color: rgba(0, 0, 0, 1) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0 0px 1000px rgba(0, 197, 255, 1) inset;
        -webkit-box-shadow: 0 0 0px 1000px rgba(0, 197, 255, 1) inset;
        -webkit-text-fill-color: rgba(0, 0, 0, 1) !important;
    }
    
    .adyinn .login-form-body .login-box .user-box input,
    .adyinn .login-form-body .login-box .user-box input:-webkit-autofill,
    .adyinn .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    .adyinn .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    .adyinn .login-form-body .login-box .user-box input:-webkit-autofill:active {
        color: rgba(0, 0, 0, 1) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0 0px 1000px rgba(0, 197, 255, 1) inset;
        -webkit-box-shadow: 0 0 0px 1000px rgba(0, 197, 255, 1) inset;
        -webkit-text-fill-color: rgba(0, 0, 0, 1) !important;
    }
    
    .payterminal .login-form-body .login-box .user-box input,
    .payterminal .login-form-body .login-box .user-box input:-webkit-autofill,
    .payterminal .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    .payterminal .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    .payterminal .login-form-body .login-box .user-box input:-webkit-autofill:active {
        color: rgba(0, 0, 0, 1) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0 0px 1000px rgba(255, 225, 0, 1) inset;
        -webkit-box-shadow: 0 0 0px 1000px rgba(255, 225, 0, 1) inset;
        -webkit-text-fill-color: rgba(0, 0, 0, 1) !important;
    }
    
    .login-box .user-box input[type='password'] {
        font-family: 'Barlow', sans-serif;
        letter-spacing: 0.125em;
    }
    
    .login-box .user-box label {
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px 0;
        font-size: 1em;
        pointer-events: none;
        transition: 0.1s;
    }
    
    .dsma .login-box .user-box label,
    .pwdreset .login-box .user-box label {
        color: rgba(255, 255, 255, 1);
    }
    
    .cms .login-box .user-box label,
    .adyads .login-box .user-box label,
    .adyinn .login-box .user-box label,
    .payterminal .login-box .user-box label {
        color: rgba(0, 0, 0, 1);
    }
    
    .login-box .user-box input:focus~label,
    .login-box .user-box input:valid~label {
        top: -1.75em;
        left: 0;
        font-size: 1em;
    }
    
    .dsma .login-box .user-box input:focus~label,
    .dsma .login-box .user-box input:valid~label {
        color: rgba(255, 255, 255, 1);
    }
    
    .pwdreset .login-box .user-box input:focus~label,
    .pwdreset .login-box .user-box input:valid~label {
        color: rgba(255, 255, 255, 1);
    }
    
    .cms .login-box .user-box input:focus~label,
    .cms .login-box .user-box input:valid~label {
        color: rgba(0, 0, 0, 1);
    }
    
    .adyads .login-box .user-box input:focus~label,
    .adyads .login-box .user-box input:valid~label {
        color: rgba(0, 0, 0, 1);
    }
    
    .adyinn .login-box .user-box input:focus~label,
    .adyinn .login-box .user-box input:valid~label {
        color: rgba(0, 0, 0, 1);
    }
    
    .payterminal .login-box .user-box input:focus~label,
    .payterminal .login-box .user-box input:valid~label {
        color: rgba(0, 0, 0, 1);
    }
    
    .login-box .forgot-password-box {
        position: relative;
        padding-top: 0.7em;
    }
    
    .login-box .forgot-password-box a {
        text-decoration: none;
        font-size: 0.8em;
        margin-top: 0.7em;
    }
    
    .dsma .login-box .forgot-password-box a {
        color:rgba(255, 255, 255, 1);
    }
    
    .cms .login-box .forgot-password-box a,
    .adyads .login-box .forgot-password-box a,
    .adyinn .login-box .forgot-password-box a,
    .payterminal .login-box .forgot-password-box a {
        color:rgba(0, 0, 0, 1);
    }
    
    .login-box .user-box button[type='submit'] {
        width: 80%;
        padding: 0.5em;
        margin-top: 0.4em;
        background-color: rgba(255, 255, 255, 1);
        color: rgba(0, 0, 0, 1);
        border: 0px;
        border-radius: 500px;
        font-weight: bold;
        font-size: 1.25em;
        cursor: pointer;
    }
    .login-box .user-notices {
        position: relative;
        font-weight: bold;
    }
    
    .dsma .login-box .user-notices,
    .pwdreset .login-box .user-notices {
        color: rgba(255, 255, 255, 1);
    }
    
    .cms .login-box .user-notices,
    .adyads .login-box .user-notices,
    .adyinn .login-box .user-notices,
    .payterminal .login-box .user-notices {
        color: rgba(0, 0, 0, 1);
    }
    
    .color-red {
        color: rgba(255, 255, 255, 1);
        background-color: rgba(237, 28, 36, 1);
    }
    
    .color-green {
        color: rgba(0, 0, 0, 1);
        background-color: rgba(144, 238, 144, 1);
    }
    
    .color-yellow {
        color: rgba(0, 0, 0, 1);
        background-color: rgba(255, 225, 0, 1);
    }
    
    .color-lightblue {
        color: rgba(0, 0, 0, 1);
        background-color: #9decff;
    }
    
    .color-darkblue {
        color: rgba(0, 0, 0, 1);
        background-color: rgba(0, 197, 255, 1);
    }
    
    .color-grey {
        color: rgba(0, 0, 0, 1);
        background-color: rgba(220, 220, 220, 1);
    }
    
} 

@media (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    html,
    body {
        min-height: 100% !important;
        min-width: 100% !important;
        position: absolute !important;
        margin: 0;
        padding: 0;
        font-family: 'Barlow', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        z-index: -3;
        overflow: hidden;
    }
    
    .nav{
        position: absolute;
        top: 5%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 4;
    }
    #commentHolder{
        display: none;
        
    }
    .adinLogoHolder{
        width: 30%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0px;
        right: 5%;
        z-index: 3;
        background: transparent;
    }
    .adinLogoHolder img{
        width:100px;
        z-index:3;
    }
    .whiteCircleHolder{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0em;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }
    .whiteCircle {
        width: 100%;
        height: 100vh;
        background-color: rgba(255,255,255,0.5);
        z-index: 2;
    }
    #load{
        animation: slide 2s;
    }
    #slider{
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh;
        z-index: 0;
    }

    #copyrights{
        position: absolute;
        bottom: 20px;
        left: 5%;
        width: 50%;
        height: 50px;
        display: flex;
        justify-content: start;
        align-items: end;
        z-index: 3;
        font-size: 0.7em;
        font-weight: bold;
        color: black;
    }

    #dsmaLink{
        width: 100%;
        color: white;
    }
    
    #cmsLink{
        width: 100%;
        color: black;
        padding: 1.7em 1.4em !important;
    }
    #dsmaLink:hover{
        background-color: #e50019;
        color: white;
    }
    
    .activeDSMA{
        background-color: #e50019;
        color: white;
    }

    #cmsLink:hover{
        background-color: #90ee90;
        color: black;
    }
    .activeCMS{
        background-color: #90ee90;
        color: black;
    }
    #helpLink{
        width: 100%;
        color: black;
        text-transform: uppercase;
    }
    #helpLink:hover{
        color: black;
        background-color: #9decff;
    }
    .logoHolder{
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: start;
        position: absolute;
        top: -15%;
        z-index: 3;
    }
    
    .dsma-login-main {
        display: flex;
        width: 100%;
        min-height: 100%;
        align-items: center;
        justify-content: center;
        z-index: 3;
        top: 0;
        left: 0;
        font-size: 1em;
        font-family: 'Barlow', sans-serif;
    }
    .login-box-container {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
      }
      .login-box-container-pwd-reset {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 6em;
        z-index: 3;
    }
    #login-page .dsma-login-main {
        background-repeat: no-repeat;
        background-position: left;
    }
    
    #pwdreset-page .dsma-login-main {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    
    
    #leftSide{
        width: 100%;
        height: 100%;
        background-color: transparent;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
    }
    .greenCircle{
        max-width: 350px;
        min-width: 340px;
        background-color: #90ee90;
        border-radius: 50%;
        z-index: 2;
    }
    .greenCircle::after{
        content: "";
        display: block;
        padding-bottom:100%;
    }
    .redCircleHolder, .greenCircleHolder, .blueCircleHolder{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 4.5em;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }
    .redCircle{
        max-width: 350px;
        min-width: 340px;
        background-color: #e50019;
        border-radius: 50%;
        z-index:2;
    }
    .redCircle::after{
        content: "";
        display: block;
        padding-bottom:100%;
    }

    .blueCircle{
        max-width: 350px;
        min-width: 340px;
        background-color: #00c5ff;
        border-radius: 50%;
        z-index:2;
    }
    .blueCircle::after{
        content: "";
        display: block;
        padding-bottom:100%;
    }

    button{
        margin-top: 0.5em;
    }
    .login-form-header{
        max-width: 100%;
        display: flex;
        justify-content: center;
        height: 100px;
        z-index: 3;
    }
    .dsma .dsma-login-main,
    .pwdreset .dsma-login-main {
        /* background-image: url(../images/login_background_red.svg); */
    }
    
    .cms .dsma-login-main {
        /* background-image: url(../images/login_background_green.svg); */
    }
    
    .adyads .dsma-login-main,
    .adyinn .dsma-login-main {
        /* background-image: url(../images/login_background_blue.svg); */
        /* background-repeat: no-repeat; */
    }
    
    .payterminal .dsma-login-main {
        /* background-image: url(../images/login_background_yellow.svg); */
    }
    
    #login-page .dsma-login-grid {
        max-width: 100%;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    #pwdreset-page .dsma-login-grid {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    #login-page .login-form-header {
        display: flex;
        justify-content: space-between;
    }
    
    #pwdreset-page .login-form-header {
        display: flex;
        padding-bottom: 2em;
    }
    
    #login-page .login-logo-holder img {
        width: 120px;
        height: auto;
    }
    
    #pwdreset-page .login-logo-holder img {
        width: 120px;
        height: auto;
    }
    
    #login-page .login-apptitle-holder {
        font-size: 2em;
        line-height: 1em;
        font-weight: bold;
    }
    
    #pwdreset-page .login-apptitle-holder {
        font-size: 2em;
        line-height: 1em;
        font-weight: bold;
    }
    
    #login-page .login-form-body {
        width: 100%;
        padding: 3em;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    
    #pwdreset-page .login-form-body {
        width: 100%;
        padding: 8em 7em 8em 7em;
        display:flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    #login-page .login-form-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 80px;
    }
    
    #pwdreset-page .login-form-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 1em;
    }
    
    #pwdreset-page .login-form-header .footer-link-holder {
        display:flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        border: none;
    }
    
    #login-page .login-form-header .footer-link-holder a {
        padding: 1.7em 1.1em;
        font-weight: bold;
        text-decoration: none;
        font-size: 1.25em;
        border-radius: 50%;
        margin: 10px;
    }
  

    #pwdreset-page .login-form-header .footer-link-holder a {
        padding: 0.75em 1.75em;
        border-radius: 500px;
        font-weight: bold;
        text-decoration: none;
        font-size: 1.25em;
    }
    
    #login-page .login-form-body .login-box {
        max-width: 90%;
        min-width: 80%;
        text-align: center;
        padding-top: 10em;
    }
    
    #pwdreset-page .login-form-body .login-box {
        width: 100%;
    }
    
    #login-page .login-form-body .login-box h3 {
        padding-bottom: 1.5em;
        width: 70%;
        margin: 0 auto;
        text-align: center;
        font-family: 'Barlow', sans-serif;
    }
    
    #pwdreset-page .login-form-body .login-box h3 {
        margin: 0 0 2.5em;
        padding: 0;
        text-align: center;
    }
    
    .dsma .login-form-body .login-box h3,
    .pwdreset .login-form-body .login-box h3 {
        color: rgba(255, 255, 255, 1);
    }
    
    .cms .login-form-body .login-box h3,
    .adyads .login-form-body .login-box h3,
    .adyinn .login-form-body .login-box h3,
    .payterminal .login-form-body .login-box h3 {
        color: rgba(0, 0, 0, 1);
    }
    
    #login-page .login-form-body .login-box .user-box,
    #pwdreset-page .login-form-body .login-box .user-box {
        position: relative;
    }
    
    #login-page .login-form-body .login-box .user-box input,
    #login-page .login-form-body .login-box .user-box input:-webkit-autofill,
    #login-page .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    #login-page .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    #login-page .login-form-body .login-box .user-box input:-webkit-autofill:active {
        width: 100%;
        padding: 0.5em 0;
        font-size: 1.1em;
        font-weight: bold;
        margin-bottom: 1em;
        border: none;
        outline: none;
        text-align: center;
    }
    
    #pwdreset-page .login-form-body .login-box .user-box input,
    #pwdreset-page .login-form-body .login-box .user-box input:-webkit-autofill,
    #pwdreset-page .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    #pwdreset-page .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    #pwdreset-page .login-form-body .login-box .user-box input:-webkit-autofill:active {
        width: 100%;
        padding: 0.5em 0;
        font-size: 1.1em;
        font-weight: bold;
        margin-bottom: 1em;
        border: none;
        outline: none;
    }
    
    .dsma .login-form-body .login-box .user-box input,
    .dsma .login-form-body .login-box .user-box input:-webkit-autofill,
    .dsma .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    .dsma .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    .dsma .login-form-body .login-box .user-box input:-webkit-autofill:active {
        color: rgba(255, 255, 255, 1) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0 0px 1000px #e50019 inset;
        -webkit-box-shadow: 0 0 0px 1000px #e50019 inset;
        -webkit-text-fill-color: rgba(255, 255, 255, 1) !important;
    }
    
    .pwdreset .login-form-body .login-box .user-box input,
    .pwdreset .login-form-body .login-box .user-box input:-webkit-autofill,
    .pwdreset .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    .pwdreset .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    .pwdreset .login-form-body .login-box .user-box input:-webkit-autofill:active {
        color: rgba(255, 255, 255, 1) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0 0px 1000px rgba(237, 28, 36, 1) inset;
        -webkit-box-shadow: 0 0 0px 1000px rgba(237, 28, 36, 1) inset;
        -webkit-text-fill-color: rgba(255, 255, 255, 1) !important;
    }
    
    .cms .login-form-body .login-box .user-box input,
    .cms .login-form-body .login-box .user-box input:-webkit-autofill,
    .cms .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    .cms .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    .cms .login-form-body .login-box .user-box input:-webkit-autofill:active {
        color: rgba(0, 0, 0, 1) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0 0px 1000px rgba(144, 238, 144, 1) inset;
        -webkit-box-shadow: 0 0 0px 1000px rgba(144, 238, 144, 1) inset;
        -webkit-text-fill-color: rgba(0, 0, 0, 1) !important;
    }
    
    .adyads .login-form-body .login-box .user-box input,
    .adyads .login-form-body .login-box .user-box input:-webkit-autofill,
    .adyads .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    .adyads .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    .adyads .login-form-body .login-box .user-box input:-webkit-autofill:active {
        color: rgba(0, 0, 0, 1) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0 0px 1000px rgba(0, 197, 255, 1) inset;
        -webkit-box-shadow: 0 0 0px 1000px rgba(0, 197, 255, 1) inset;
        -webkit-text-fill-color: rgba(0, 0, 0, 1) !important;
    }
    
    .adyinn .login-form-body .login-box .user-box input,
    .adyinn .login-form-body .login-box .user-box input:-webkit-autofill,
    .adyinn .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    .adyinn .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    .adyinn .login-form-body .login-box .user-box input:-webkit-autofill:active {
        color: rgba(0, 0, 0, 1) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0 0px 1000px rgba(0, 197, 255, 1) inset;
        -webkit-box-shadow: 0 0 0px 1000px rgba(0, 197, 255, 1) inset;
        -webkit-text-fill-color: rgba(0, 0, 0, 1) !important;
    }
    
    .payterminal .login-form-body .login-box .user-box input,
    .payterminal .login-form-body .login-box .user-box input:-webkit-autofill,
    .payterminal .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    .payterminal .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    .payterminal .login-form-body .login-box .user-box input:-webkit-autofill:active {
        color: rgba(0, 0, 0, 1) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0 0px 1000px rgba(255, 225, 0, 1) inset;
        -webkit-box-shadow: 0 0 0px 1000px rgba(255, 225, 0, 1) inset;
        -webkit-text-fill-color: rgba(0, 0, 0, 1) !important;
    }
    
    .login-box .user-box input[type='password'] {
        font-family: 'Barlow', sans-serif;
        letter-spacing: 0.125em;
    }
    
    .login-box .user-box label {
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px 0;
        font-size: 1em;
        pointer-events: none;
        transition: 0.1s;
    }
    
    .dsma .login-box .user-box label,
    .pwdreset .login-box .user-box label {
        color: rgba(255, 255, 255, 1);
    }
    
    .cms .login-box .user-box label,
    .adyads .login-box .user-box label,
    .adyinn .login-box .user-box label,
    .payterminal .login-box .user-box label {
        color: rgba(0, 0, 0, 1);
    }
    
    .login-box .user-box input:focus~label,
    .login-box .user-box input:valid~label {
        top: -1.75em;
        left: 0;
        font-size: 1em;
    }
    
    .dsma .login-box .user-box input:focus~label,
    .dsma .login-box .user-box input:valid~label {
        color: rgba(255, 255, 255, 1);
    }
    
    .pwdreset .login-box .user-box input:focus~label,
    .pwdreset .login-box .user-box input:valid~label {
        color: rgba(255, 255, 255, 1);
    }
    
    .cms .login-box .user-box input:focus~label,
    .cms .login-box .user-box input:valid~label {
        color: rgba(0, 0, 0, 1);
    }
    
    .adyads .login-box .user-box input:focus~label,
    .adyads .login-box .user-box input:valid~label {
        color: rgba(0, 0, 0, 1);
    }
    
    .adyinn .login-box .user-box input:focus~label,
    .adyinn .login-box .user-box input:valid~label {
        color: rgba(0, 0, 0, 1);
    }
    
    .payterminal .login-box .user-box input:focus~label,
    .payterminal .login-box .user-box input:valid~label {
        color: rgba(0, 0, 0, 1);
    }
    
    .login-box .forgot-password-box {
        position: relative;
        padding-top: 0.7em;
    }
    
    .login-box .forgot-password-box a {
        text-decoration: none;
        font-size: 0.8em;
        margin-top: 0.7em;
    }
    
    .dsma .login-box .forgot-password-box a {
        color:rgba(255, 255, 255, 1);
    }
    
    .cms .login-box .forgot-password-box a,
    .adyads .login-box .forgot-password-box a,
    .adyinn .login-box .forgot-password-box a,
    .payterminal .login-box .forgot-password-box a {
        color:rgba(0, 0, 0, 1);
    }
    
    .login-box .user-box button[type='submit'] {
        width: 80%;
        padding: 0.5em;
        margin-top: 0.4em;
        background-color: rgba(255, 255, 255, 1);
        color: rgba(0, 0, 0, 1);
        border: 0px;
        border-radius: 500px;
        font-weight: bold;
        font-size: 1.25em;
        cursor: pointer;
    }
    .login-box .user-notices {
        position: relative;
        font-weight: bold;
    }
    
    .dsma .login-box .user-notices,
    .pwdreset .login-box .user-notices {
        color: rgba(255, 255, 255, 1);
    }
    
    .cms .login-box .user-notices,
    .adyads .login-box .user-notices,
    .adyinn .login-box .user-notices,
    .payterminal .login-box .user-notices {
        color: rgba(0, 0, 0, 1);
    }
    
    .color-red {
        color: rgba(255, 255, 255, 1);
        background-color: rgba(237, 28, 36, 1);
    }
    
    .color-green {
        color: rgba(0, 0, 0, 1);
        background-color: rgba(144, 238, 144, 1);
    }
    
    .color-yellow {
        color: rgba(0, 0, 0, 1);
        background-color: rgba(255, 225, 0, 1);
    }
    
    .color-lightblue {
        color: rgba(0, 0, 0, 1);
        background-color: #9decff;
    }
    
    .color-darkblue {
        color: rgba(0, 0, 0, 1);
        background-color: rgba(0, 197, 255, 1);
    }
    
    .color-grey {
        color: rgba(0, 0, 0, 1);
        background-color: rgba(220, 220, 220, 1);
    }
    
    
    
} 

@media (max-height:667  ) and (max-width: 1024) {

    .adinLogoHolder{
        width: 30%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0px;
        right: 5%;
        z-index: 3;
        background: transparent;
    }
    .adinLogoHolder img{
        width:100px;
        z-index:3;
    }
    .greenCircle{
        max-width: 450px;
        min-width: 380px;
        background-color: #90ee90;
        border-radius: 50%;
        z-index: 0;
    }
    .greenCircle::after{
        content: "";
        display: block;
        padding-bottom:100%;
    }
    .redCircleHolder, .greenCircleHolder{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 5em;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 0;
    }
    .redCircle{
        max-width: 450px;
        min-width: 380px;
        background-color: #e50019;
        border-radius: 50%;
        z-index: 0;
    }
    .redCircle::after{
        content: "";
        display: block;
        padding-bottom:100%;
    }

    #login-page .login-form-body .login-box {
        max-width: 90%;
        min-width: 80%;
        text-align: center;
        padding-top: 9em;
    }

    #copyrights{
        position: absolute;
        bottom: 20px;
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: end;
        z-index: 1;
        font-size: 1.3em;
        font-weight: bold;
        color: black;
    }
    .logoHolder{
        width: 100vw;
    }
    .logoHolder img{
        width: 150px;
        z-index:1;
    }
}


@media (min-height: 668px) and (max-width: 1024px) {


    .adinLogoHolder{
        width: 20%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0px;
        right: 5%;
        z-index: 3;
        background: transparent;
    }
    .adinLogoHolder img{
        width:100px;
        z-index:3;
    }
    .greenCircle{
        max-width: 400px;
        min-width: 350px;
        background-color: #90ee90;
        border-radius: 50%;
        z-index: 0;
    }
    .greenCircle::after{
        content: "";
        display: block;
        padding-bottom:100%;
    }

    .redCircleHolder, .greenCircleHolder, .blueCircleHolder{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 5em;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }
    .redCircle{
        max-width: 400px;
        min-width: 350px;
        background-color: #e50019;
        border-radius: 50%;
        z-index: 2;
    }
    .redCircle::after{
        content: "";
        display: block;
        padding-bottom:100%;
    }

    .blueCircle{
        max-width: 400px;
        min-width: 350px;
        background-color: #00c5ff;
        border-radius: 50%;
        z-index: 2;
    }

    #login-page .login-form-body .login-box {
        max-width: 90%;
        min-width: 80%;
        text-align: center;
        padding-top: 9em;
    }

    #copyrights{
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: end;
        z-index: 4;  
        position: absolute;  
        bottom: 20px;
        color: black;
        font-weight: bold;
    }

}


@media (min-width: 1025px){
    html,
    body {
        min-height: 100% !important;
        min-width: 100% !important;
        position: absolute !important;
        margin: 0;
        padding: 0;
        font-family: 'Barlow', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        /* background-image: url('../../adincgp/images/login_background_2.jpg');
        background-size: cover;
        background-repeat: no-repeat; */
        z-index: -3;
        overflow: hidden !important;
    }

    .nav{
        position: absolute;
        top: 5%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 4;
    }
    #slider{
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh;
    }

    .logo{
        width: 100%;
    }

    #copyrights{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: end;
        z-index: 4;  
        position: absolute;  
        bottom: 20px;
        color: rgba(0, 0, 0, 0.658);
        font-weight: normal;
    }

    #copyrightsPwd{
        position: absolute;
        top:95%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: end;
        z-index: 4;
        color: rgba(0, 0, 0, 0.658);
        font-weight: bold;
    }
    #dsmaLink{
        width: 100%;
        color: white;
    }
    #cmsLink{
        width: 100%;
        color: black;
        padding: 1.7em 1.4em !important;
    }
    #dsmaLink:hover{
        background-color: #e50019;
        color: white;
        border-radius: 50%;
    }

    .activeDSMA{
        background-color: #e50019;
        color: white;
        border-radius: 50%;
    }

    #cmsLink:hover{
        background-color: #90ee90;
        color: black;
        border-radius: 50%;
    }
    #adyAds{
        width: 100%;
        color: black;
        padding: 1.7em 0.5em !important;
    }
    #adyAds:hover{
        background-color: #00c5ff;
        color: white;
        border-radius: 50%;
    }
    #adyInn{
        width: 100%;
        color: black;
        padding: 1.7em 0.7em !important;
    }
    #adyInn:hover{
        background-color: #00c5ff;
        color: white;
        border-radius: 50%;
    }
    .activeCMS{
        background-color: #90ee90;
        color: black;
        border-radius: 50%;
    }
    .activeAdyAds{
        background-color: #00c5ff;
        color: white;
        border-radius: 50%;
    }
    .activeAdyInn{
        background-color: #00c5ff;
        color: white;
        border-radius: 50%;
    }
    #helpLink{
        color: black;
        text-transform: uppercase;
    }
    #helpLink:hover{
        color: black;
        background-color: #9decff;
        border-radius: 50%;
    }
    .logoHolder{
        width: 30%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
    }
    .logoHolder img{
        width: 100px;
        height: 100px;
        z-index:3;
    }

    .dsma-login-main {
        position: absolute;
        display: flex;
        width: 100%;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 2;
        top: 0;
        left: 0;
        font-size: 1.2em;
        font-family: 'Barlow', sans-serif;
    }
    .login-box-container {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }
    .login-box-container-pwd-reset {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 6em;
        z-index: 2;
    }
    #login-page .dsma-login-main {
        background-repeat: no-repeat;
        background-position: left;
    }

    #pwdreset-page .dsma-login-main {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1400px auto;
    }


    #leftSide{
        width: 50%;
        height: 100%;
        background-color: transparent;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
    }
    .greenCircle{
        max-width: 550px;
        min-width: 500px;
        background-color: #90ee90;
        border-radius: 50%;
        z-index: 1;
    }
    .greenCircle::after{
        content: "";
        display: block;
        padding-bottom:100%;
    }
    .redCircleHolder,.greenCircleHolder, .blueCircleHolder{
        width: 50%;
        height: 100%;
        position: absolute;
        top: 6em;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    .redCircle{
        max-width: 550px;
        min-width: 500px;
        background-color: #e50019;
        border-radius: 50%;
        z-index: 1;
    }
    .redCircle::after{
        content: "";
        display: block;
        padding-bottom:100%;
    }

    .blueCircle{
        max-width: 550px;
        min-width: 500px;
        background-color: #00c5ff;
        border-radius: 50%;
        z-index: 1;
    }

    .blueCircle::after{
        content: "";
        display: block;
        padding-bottom:100%;
    }
    .stripesCircleHolder{
        width: 50%;
        height: 100%;
        position: absolute;
        top: 6em;
        left: -300px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 0;
    }
    .stripesCircle{
        max-width: 550px;
        min-width: 500px;
        background: repeating-linear-gradient(
            -45deg,
            #e50019 8px,
            #e50019 2px,
            transparent 10px,
            transparent 30px
            
        ); 
        border-radius: 50%;
        z-index: 0;
    }
    .stripesCircle::after{
        content: "";
        display: block;
        padding-bottom:100%;
    }

    .unactiveDSMA{
        color: black;
    }

    .whiteCircleHolder{
        width: 10%;
        height: 100%;
        position: absolute;
        top: 8%;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 0;
    }
    .whiteCircle{
        max-width: 1750px;
        min-width: 1740px;
        background-color: rgba(255,255,255,0.75);
        border-radius: 50%;
        z-index: 0;
    }
    .whiteCircle::after{
        content: "";
        display: block;
        padding-bottom:100%;
    }


    .login-form-header{
        max-width: 100%;
        display: flex;
        justify-content: center;
        height: 150px;
        z-index: 1;
    }
    .dsma .dsma-login-main,
    .pwdreset .dsma-login-main {
        /* background-image: url(../images/login_background_red.svg); */
    }

    .cms .dsma-login-main {
        /* background-image: url(../images/login_background_green.svg); */
    }

    .adyads .dsma-login-main,
    .adyinn .dsma-login-main {
        /* background-image: url(../images/login_background_blue.svg); */
        /* background-repeat: no-repeat; */
    }

    .payterminal .dsma-login-main {
        /* background-image: url(../images/login_background_yellow.svg); */
    }

    #login-page .dsma-login-grid {
        max-width: 90%;
        max-height: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #pwdreset-page .dsma-login-grid {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #login-page .login-form-header {
        display: flex;
        justify-content: space-between;
    }

    #pwdreset-page .login-form-header {
        display: flex;
        width: 100%;
        height 100%;
    }

    #login-page .login-logo-holder img {
        width: 120px;
        height: auto;
        z-index: 1;
    }

    #pwdreset-page .login-logo-holder img {
        width: 120px;
        height: auto;
    }

    #login-page .login-apptitle-holder {
        font-size: 2em;
        line-height: 1em;
        font-weight: bold;
    }

    #pwdreset-page .login-apptitle-holder {
        font-size: 2em;
        line-height: 1em;
        font-weight: bold;
    }

    #login-page .login-form-body {
        width: 87%;
        display:flex;
        align-items: center;
        justify-content: center;
        margin-top: 45%;
    }

    #pwdreset-page .login-form-body {
        width: 100%;
        padding: 8em 7em 8em 7em;
        display:flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #login-page .login-form-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
        padding-top: 6em;
        padding-left: 3em;
    }

    #pwdreset-page .login-form-header {
        display: flex;
        flex-direction: column;
        padding-top: 1em;
    }

    #pwdreset-page .login-form-header .footer-link-holder {
        display:flex;
        align-items: center;
        justify-content: center;
    }

    #login-page .login-form-header .footer-link-holder a {
        padding: 2.2em 1.75em;
        margin: 0 0.5em;
        font-weight: bold;
        text-decoration: none;
        font-size: 1.25em;
    }

    #pwdreset-page .login-form-header .footer-link-holder a {
        padding: 0.75em 1.75em;
        border-radius: 500px;
        font-weight: bold;
        text-decoration: none;
        font-size: 1.25em;
    }

    #login-page .login-form-body .login-box {
        width: 400px;
        text-align: center;
    }

    #pwdreset-page .login-form-body .login-box {
        width: 100%;
    }

    #login-page .login-form-body .login-box h3 {
        padding-bottom: 1.75em;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        font-family: 'Barlow', sans-serif;
    }

    #pwdreset-page .login-form-body .login-box h3 {
        margin: 0 0 3.5em;
        padding: 0;
        text-align: center;
    }

    .dsma .login-form-body .login-box h3,
    .pwdreset .login-form-body .login-box h3 {
        color: rgba(255, 255, 255, 1);
    }

    .cms .login-form-body .login-box h3,
    .adyads .login-form-body .login-box h3,
    .adyinn .login-form-body .login-box h3,
    .payterminal .login-form-body .login-box h3 {
        color: rgba(0, 0, 0, 1);
    }

    #login-page .login-form-body .login-box .user-box,
    #pwdreset-page .login-form-body .login-box .user-box {
        position: relative;
    }

    #login-page .login-form-body .login-box .user-box input,
    #login-page .login-form-body .login-box .user-box input:-webkit-autofill,
    #login-page .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    #login-page .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    #login-page .login-form-body .login-box .user-box input:-webkit-autofill:active {
        width: 100%;
        padding: 0.5em 0;
        font-size: 1.25em;
        font-weight: bold;
        margin-bottom: 1.5em;
        border: none;
        outline: none;
    }

    #pwdreset-page .login-form-body .login-box .user-box input,
    #pwdreset-page .login-form-body .login-box .user-box input:-webkit-autofill,
    #pwdreset-page .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    #pwdreset-page .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    #pwdreset-page .login-form-body .login-box .user-box input:-webkit-autofill:active {
        width: 100%;
        padding: 0.5em 0;
        font-size: 1.25em;
        font-weight: bold;
        margin-bottom: 1.5em;
        border: none;
        outline: none;
    }

    .dsma .login-form-body .login-box .user-box input,
    .dsma .login-form-body .login-box .user-box input:-webkit-autofill,
    .dsma .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    .dsma .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    .dsma .login-form-body .login-box .user-box input:-webkit-autofill:active {
        color: rgba(255, 255, 255, 1) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0 0px 1000px #e50019 inset;
        -webkit-box-shadow: 0 0 0px 1000px #e50019 inset;
        -webkit-text-fill-color: rgba(255, 255, 255, 1) !important;
    }

    .pwdreset .login-form-body .login-box .user-box input,
    .pwdreset .login-form-body .login-box .user-box input:-webkit-autofill,
    .pwdreset .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    .pwdreset .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    .pwdreset .login-form-body .login-box .user-box input:-webkit-autofill:active {
        color: rgba(255, 255, 255, 1) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0 0px 1000px rgba(237, 28, 36, 1) inset;
        -webkit-box-shadow: 0 0 0px 1000px rgba(237, 28, 36, 1) inset;
        -webkit-text-fill-color: rgba(255, 255, 255, 1) !important;
    }

    .cms .login-form-body .login-box .user-box input,
    .cms .login-form-body .login-box .user-box input:-webkit-autofill,
    .cms .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    .cms .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    .cms .login-form-body .login-box .user-box input:-webkit-autofill:active {
        color: rgba(0, 0, 0, 1) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0 0px 1000px rgba(144, 238, 144, 1) inset;
        -webkit-box-shadow: 0 0 0px 1000px rgba(144, 238, 144, 1) inset;
        -webkit-text-fill-color: rgba(0, 0, 0, 1) !important;
    }

    .adyads .login-form-body .login-box .user-box input,
    .adyads .login-form-body .login-box .user-box input:-webkit-autofill,
    .adyads .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    .adyads .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    .adyads .login-form-body .login-box .user-box input:-webkit-autofill:active {
        color: rgba(0, 0, 0, 1) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0 0px 1000px rgba(0, 197, 255, 1) inset;
        -webkit-box-shadow: 0 0 0px 1000px rgba(0, 197, 255, 1) inset;
        -webkit-text-fill-color: rgba(0, 0, 0, 1) !important;
    }

    .adyinn .login-form-body .login-box .user-box input,
    .adyinn .login-form-body .login-box .user-box input:-webkit-autofill,
    .adyinn .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    .adyinn .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    .adyinn .login-form-body .login-box .user-box input:-webkit-autofill:active {
        color: rgba(0, 0, 0, 1) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0 0px 1000px rgba(0, 197, 255, 1) inset;
        -webkit-box-shadow: 0 0 0px 1000px rgba(0, 197, 255, 1) inset;
        -webkit-text-fill-color: rgba(0, 0, 0, 1) !important;
    }

    .payterminal .login-form-body .login-box .user-box input,
    .payterminal .login-form-body .login-box .user-box input:-webkit-autofill,
    .payterminal .login-form-body .login-box .user-box input:-webkit-autofill:hover,
    .payterminal .login-form-body .login-box .user-box input:-webkit-autofill:focus,
    .payterminal .login-form-body .login-box .user-box input:-webkit-autofill:active {
        color: rgba(0, 0, 0, 1) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: 0 0 0px 1000px rgba(255, 225, 0, 1) inset;
        -webkit-box-shadow: 0 0 0px 1000px rgba(255, 225, 0, 1) inset;
        -webkit-text-fill-color: rgba(0, 0, 0, 1) !important;
    }

    .login-box .user-box input[type='password'] {
        font-family: 'Barlow', sans-serif;
        letter-spacing: 0.125em;
    }

    .login-box .user-box label {
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px 0;
        font-size: 1em;
        pointer-events: none;
        transition: 0.1s;
    }

    .dsma .login-box .user-box label,
    .pwdreset .login-box .user-box label {
        color: rgba(255, 255, 255, 1);
    }

    .cms .login-box .user-box label,
    .adyads .login-box .user-box label,
    .adyinn .login-box .user-box label,
    .payterminal .login-box .user-box label {
        color: rgba(0, 0, 0, 1);
    }

    .login-box .user-box input:focus~label,
    .login-box .user-box input:valid~label {
        top: -1.75em;
        left: 0;
        font-size: 1em;
    }

    .dsma .login-box .user-box input:focus~label,
    .dsma .login-box .user-box input:valid~label {
        color: rgba(255, 255, 255, 1);
    }

    .pwdreset .login-box .user-box input:focus~label,
    .pwdreset .login-box .user-box input:valid~label {
        color: rgba(255, 255, 255, 1);
    }

    .cms .login-box .user-box input:focus~label,
    .cms .login-box .user-box input:valid~label {
        color: rgba(0, 0, 0, 1);
    }

    .adyads .login-box .user-box input:focus~label,
    .adyads .login-box .user-box input:valid~label {
        color: rgba(0, 0, 0, 1);
    }

    .adyinn .login-box .user-box input:focus~label,
    .adyinn .login-box .user-box input:valid~label {
        color: rgba(0, 0, 0, 1);
    }

    .payterminal .login-box .user-box input:focus~label,
    .payterminal .login-box .user-box input:valid~label {
        color: rgba(0, 0, 0, 1);
    }

    .login-box .forgot-password-box {
        position: relative;
        padding-top: 0.5em;
    }

    .login-box .forgot-password-box a {
        text-decoration: none;
        font-size: 0.8em;
        margin-top: 0.4em;
    }

    .dsma .login-box .forgot-password-box a {
        color:rgba(255, 255, 255, 1);
    }

    .cms .login-box .forgot-password-box a,
    .adyads .login-box .forgot-password-box a,
    .adyinn .login-box .forgot-password-box a,
    .payterminal .login-box .forgot-password-box a {
        color:rgba(0, 0, 0, 1);
    }

    .login-box .user-box button[type='submit'] {
        width: 90%;
        padding: 0.35em;
        margin-top: 1em;
        background-color: rgba(255, 255, 255, 1);
        color: rgba(0, 0, 0, 1);
        border: 0px;
        border-radius: 500px;
        font-weight: bold;
        font-size: 1.25em;
        cursor: pointer;
    }

    .login-box .user-notices {
        position: relative;
        font-weight: bold;
    }

    .dsma .login-box .user-notices,
    .pwdreset .login-box .user-notices {
        color: rgba(255, 255, 255, 1);
    }

    .cms .login-box .user-notices,
    .adyads .login-box .user-notices,
    .adyinn .login-box .user-notices,
    .payterminal .login-box .user-notices {
        color: rgba(0, 0, 0, 1);
    }

    .color-red {
        color: rgba(255, 255, 255, 1);
        background-color: rgba(237, 28, 36, 1);
    }

    .color-green {
        color: rgba(0, 0, 0, 1);
        background-color: rgba(144, 238, 144, 1);
    }

    .color-yellow {
        color: rgba(0, 0, 0, 1);
        background-color: rgba(255, 225, 0, 1);
    }

    .color-lightblue {
        color: rgba(0, 0, 0, 1);
        background-color: #9decff;
    }

    .color-darkblue {
        color: rgba(0, 0, 0, 1);
        background-color: rgba(0, 197, 255, 1);
    }

    .color-grey {
        color: rgba(0, 0, 0, 1);
        background-color: rgba(220, 220, 220, 1);
    }
    #commentHolder{
        position: absolute;
        bottom: 20px;
        right: 10%;
        width: 20%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        font-size: 1em;
        font-weight: normal;
        color: black;
        background-color: rgba(255,255,255);
        border-radius: 10px;
    }
    .adinLogoHolder{
        position: absolute;
        bottom: 10px;
        right: 80%;
        width: 15%;
        height: 50px;
        padding-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 4;
        text-align: center;
        background: transparent;
    }
    .adinLogoHolder img{
        width: 80%;
        height: auto;
    }
    .logoHolder{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo{
        width: auto;
        height: auto;
    }
    .logo img{
        width: 150px;
        height: auto;
    }
    #cmsLink{
        padding: 1.7em 1.4em !important;
    }
    #dsmaLink{
        padding: 1.7em 1.1em !important;
    }
    #helpLink{
        padding: 1.7em 1.1em !important;

    }
}

@media (min-width: 1025px) and (max-height: 768px) {

    #login-page .login-form-header{
        padding-top: 0;
    }

    .redCircleHolder, .greenCircleHolder{
        top:5em;
    }
    #login-page .login-form-body{
        margin-top: 40%;
    }

    #copyrights{
        position: absolute;
        bottom: 20px;
        width: 100%;
        text-align: center;
        color: rgba(0, 0, 0, 0.658);
        font-weight: normal;
        font-size: 0.8em;
    }
    .logoHolder{
        width: 150px;
    }
    .logoHolder img{
        width: 150px;
        z-index:1;
    }
    #commentHolder{
        position: absolute;
        bottom: 10px;
        right:20px;
        width: 30%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        font-size: 1em;
        font-weight: normal;
        color: black;
        background-color: rgba(255,255,255,0.8);
        border-radius: 10px;
        padding: 5px 10px;
    }
}


@media (min-width: 3840px) {
    .logoHolder{
        width: 100vw;
    }
    .logoHolder img{
        max-width: 100%;
        min-width: 5%;
        z-index:1;
    }
    .whiteCircleHolder{
        width: 15%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 0;
    }
    .whiteCircle{
        max-width: 3000px;
        min-width: 3000px;
        background-color: rgba(255,255,255,0.85);
        border-radius: 50%;
        z-index: 0;
    }
    .whiteCircle::after{
        content: "";
        display: block;
        padding-bottom:100%;
    }

    #login-page .login-form-header{
        height: 300px;
    }

    .logoHolder img{
        width: 500px;
        z-index:1;
    }
    #login-page .login-form-header {
        position: absolute;
        top: 80px;
    }
    #login-page .login-form-header .footer-link-holder{
        width: 300px;
    }
    #login-page .login-form-header .footer-link-holder a{
        font-size: 3em;
        width: max-content;
        padding: 20% 15%;
    }
    .redCircleHolder,.greenCircleHolder{
        width: 50%;
        height: 100%;
        position: absolute;
        top: 10%;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 0;
    }
    .redCircle{
        max-width: 1300px;
        min-width: 1200px;
        background-color: #e50019;
        border-radius: 50%;
        z-index: 2;
    }
    .greenCircle{
        max-width: 1300px;
        min-width: 1200px;
        background-color: #90ee90;
        border-radius: 50%;
        z-index: 2;
    }
    .redCircle::after{
        content: "";
        display: block;
        padding-bottom:100%;
    }

    #login-page .login-form-body {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50%;
        font-size: 2.5em;
    }
    .login-box-container {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
    }
    .login-box-container-pwd-reset {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 6em;
        z-index: 5;
    }
    #login-page .dsma-login-grid {
        width: 800px;
        height: 2000px;
        max-width: 90%;
        max-height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #login-page .login-form-body .login-box h3 {
        padding-bottom: 3em;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        font-family: 'Barlow', sans-serif;
    }
    #login-page .login-form-body .login-box {
        width: 800px;
        text-align: center;
    }

    .logoHolder {
        width: 30%;
        height: 400px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        z-index: 3;
    }
    .logoHolder img {
        max-width: 130%;
        min-width: 70%;
        z-index: 3;
    }
    #copyrights{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: end;
        z-index: 4;  
        position: absolute;  
        bottom: 40px;
        color: rgba(0, 0, 0, 0.658);
        font-weight: normal;
        font-size: 1.5em;
    }
    #commentHolder{
        position: absolute;
        bottom: 40px;
        right: 5%;
        width: 20%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        font-size: 2.5em;
        font-weight: normal;
        color: black;
        background-color: rgba(255,255,255,0.5);
        border-radius: 10px;
    }
    .adinLogoHolder{
        position: absolute;
        bottom: 20px;
        left: 100px;
        width: 15%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 4;
        text-align: center;
        background: transparent;
    }
    .adinLogoHolder img{
        width: 450px;
        height: 280px;
    }
    .logo{
        width: 600px;
        height: auto;
    }
    .stripesCircleHolder{
        width: 50%;
        height: 100%;
        position: absolute;
        top: 10%;
        left: -600px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    .stripesCircle{
        max-width: 1300px;
        min-width: 1200px;
        background: repeating-linear-gradient(
            -45deg,
            #e50019 8px,
            #e50019 2px,
            transparent 10px,
            transparent 30px
            
        ); 
        border-radius: 50%;
        z-index: -1;
    }
    .stripesCircle::after{
        content: "";
        display: block;
        padding-bottom:100%;
    }
}