﻿
.logo-login {
    /*width: 200px;*/
    margin: 0px auto;
    display: block;
    margin-bottom: 30px;
}

.dv-login-page {
    width: 100%;
    height: 100vh;
    background-color: #f2f2f2;
    background-image: url('../images/bg5.jpg');
    /*background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;*/
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100vh;
}
    .dv-login-page::after {
        background-color: rgba(0, 0, 0, 0.50);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 999;
        content: "";
    }



#signup, #login {
    padding: 0 40px;
}

.dv-login-page .form {
    background: #fff;
    padding-bottom: 20px;
    width: 85%;
    max-width: 400px;
    margin: 0px auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

    .tab-group:after {
        content: "";
        display: table;
        clear: both;
    }

    .tab-group li a {
        display: block;
        text-decoration: none;
        padding: 12px;
        background: rgba(160, 168, 179, 0.25);
        color: #a0a3b3;
        font-size: 20px;
        float: left;
        width: 50%;
        text-align: center;
        cursor: pointer;
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }

        .tab-group li a:hover {
            background: #676767;
            color: #ffffff;
        }

    .tab-group .active a {
        background-color: #c01e2e;
        color: #ffffff;
    }

.tab-content > div:last-child {
    display: none;
}

.dv-login-page h1 {
    background-color: #ddd;
    padding: 20px;
    text-align: center;
    color: #000000;
    font-weight: 300;
    margin: 0 0 28px;
    font-size: 18px;
    font-weight: bold;
}

.dv-login-page label {
    color: rgba(95, 94, 94, 0.95);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 14px;
    text-align: right;
    display: block;
    padding-bottom: 2px;
}

    .dv-login-page label .req {
        margin: 2px;
        color: #1ab188;
    }

    .dv-login-page label.active {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        left: 2px;
        font-size: 14px;
    }

        .dv-login-page label.active .req {
            opacity: 0;
        }

    .dv-login-page label.highlight {
        color: #ffffff;
    }

.dv-login-page input, .dv-login-page textarea {
    font-size: 22px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    background: none;
    background-image: none;
    border: 1px solid #d9dbda;
    color: #000;
    border-radius: 0;
    -webkit-transition: border-color .25s ease, box-shadow .25s ease;
    transition: border-color .25s ease, box-shadow .25s ease;
    border-radius: 3px;
    text-align: right;
}

input:focus, textarea:focus {
    outline: 0;
    border-color: #1ab188;
}

.dv-login-page textarea {
    border: 2px solid #a0a3b3;
    resize: vertical;
}

.dv-login-page .field-wrap {
    position: relative;
    margin-bottom: 15px;
}

.top-row:after {
    content: "";
    display: table;
    clear: both;
}

.top-row > div {
    float: left;
    width: 48%;
    margin-right: 4%;
}

    .top-row > div:last-child {
        margin: 0;
    }

.dv-login-page .button {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 11px 0;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #c01e2e;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    margin: 10px auto;
    border-radius: 5px;
}

    .dv-login-page .button:hover, .dv-login-page .button:focus {
        background-color: #676767;
        color: #fff;
    }

.button-block {
    display: block;
    width: 100%;
}

.forgot {
    margin-top: 0px;
    text-align: right;
}

.box-intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.cn-nd-dv360 {
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    height: 100%;
}

.pg-zeus {
    display: table-cell;
    vertical-align: middle;
}

.power-lg {
    padding-top: 20px;
    line-height: 29px;
    color: #a0a3b3;
}

    .power-lg p, .power-lg a {
        color: rgb(124, 123, 123);
    }

.forgot a {
    color: #0f7172;
}

@media only screen and (max-width: 760px) {
    #signup, #login {
        padding: 0 16px;
    }
}

.dv-login-page label.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    left: 2px;
    font-size: 14px;
}

.dv-login-page label.highlight {
    color: #000000;
}

.error-message {
    float: right;
}



.power_by p {
    color: #111;
}

.power_by a {
    color: #111;
}

.pg-zeus .logo-login {
    /*width: 150px !important;*/
    /*margin-top: 20px;*/
}


input#minutes {
    border: none;
    float: left;
    width: 28px;
    font-size: 12px;
    margin: 0;
    padding: 2px;
}

input#seconds {
    border: none;
    float: left;
    width: 20px;
    font-size: 12px;
    margin: 0;
    padding: 2px;
}

.section-time {
    /*background-color: red;*/
    height: 20px;
    width: 250px;
    /*display: inline-block;
    text-align: center;*/
    margin: 0 auto;
    /*margin-left: 130px;*/
    font-size: 12px;
}

.countdown-link {
    display: none;
    text-align: center;
    cursor: pointer;
}



::placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #ccc
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 12px;
    color: #ccc;
}

.power_by {
    font-size: 11px;
    padding: 11px 0;
    color: #fff;
    direction: rtl;
    position: relative;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

#submitRegisterForm:active {
    background-color: #000;
}




.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: rgba(180,180,180,0.5);
    display: none;
}

.logo-load {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    background: url(../images/25.gif) center center no-repeat;
    /* background-color: #09ccd0; */
    background-size: 80px 80px;
    -webkit-animation: swing-neda ease-in-out 0.5s infinite alternate;
    animation: swing-neda ease-in-out 0.5s infinite alternate;
    transform-origin: center 120px;
}


div#submintCodeRegister {
    padding: 10px;
}

div#sendCodeRegister {
    padding: 10px;
    margin-top: 50px;
}

input.btn.btn-info.button-medium {
    background-color: #c01e2e;
    color: #fff;
    text-align: center;

}

.link-login {
    text-align: right;
    direction: rtl;
    font-size: 14px;
    float: right;
}

p.sign {
    float: left;
    margin-right: 8px;
    font-size: 16px;
}

.clear {
    display: block;
    clear: both;
}











/*.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.card {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}
.z-index-0 {
    z-index: 0 !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.75rem;
}
.card-header:first-child {
    border-radius: 0.75rem 0.75rem 0 0;
}
.z-index-2 {
    z-index: 2 !important;
}

.p-0 {
    padding: 0 !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.position-relative {
    position: relative !important;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}*/


.card-header:first-child {
    border-radius: 0.75rem 0.75rem 0 0;
}
.z-index-2 {
    z-index: 2 !important;
}
.p-0 {
    padding: 0 !important;
}
.mt-n4 {
    margin-top: -1.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.position-relative {
    position: relative !important;
}
.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.border-radius-lg {
    border-radius: 0.5rem;
}
.bg-gradient-primary {
    background-image: linear-gradient(195deg, #c01e2e 0%, #c01e2e 100%);
}
.shadow-primary {
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(243 109 127) !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-top: -25px;
    height: 40px;
    padding: 30px 0 !important;
    width: 95%;
    margin: 0 auto;
    margin-top: -25px;
}
.font-weight-bolder {
    font-weight: 700 !important;
}
.text-white {
    color: #fff !important;
}
.text-center {
    text-align: center !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}

.login-title {
    margin-top: -10px;
}

.login-msg {
    text-align: center;
    padding: 5px;
}