  .download-action-link .redirect-login-link {
        display: inline-block;
        /*max-width: 180px;*/
        background: #020202;
        padding: 15px 17px;
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        border-radius: 6px;
        margin: 20px;
    }

    .download-action-link .redirect-login-link:hover {
        background: #f48256;
        color: #fff;
    }

    .modal-popup.cd-popup-require-login-model .modal-inner-wrap {
        margin: 11rem auto;
        background-color: #ceef83 !important;
    }
     .modal-popup.cd-popup-require-login-model .modal-header .action-close {
        width: 30px;
        height: 30px;
        padding: 0;
    }

    .modal-popup.cd-popup-require-login-model .modal-header .action-close::before {
        font-size: 22px;
        line-height: 25px;
    }

    /*.cd-popup-require-login-model .modal-content .login-redirect {
        line-height: 0.75;
        color: #717270;
       text-align: center;
    }*/

    .sign-in-popup {
        color: #f2703e;
        cursor: pointer;
    }

     h2.login-redirect-text {
          margin-top: 0px;
         font-weight: bold;
         font-size: 110px;
         font-family: 'Open Sans';
         line-height: 0.75;
         color: #717270;
         text-align: center;
    }
    .login-second.text {
        line-height: 0.75;
        color: #717270;
        font-weight: bold;
        text-align: center;
        font-size: 35px;
    }
     img.logo-image {
        margin-left: 20%;
        width: 60%;
    }
     @media only screen and (min-width: 768px) {
        .modal-popup.cd-popup-require-login-model .modal-inner-wrap {
            max-width: 35%;
            margin: 2rem auto;
        }
         .modal-popup.cd-popup-require-login-model .modal-content {
            overflow: hidden !important;
            padding: 4px 32px 75px;
        }
    }