﻿.logo-login {
    /*width: 200px;*/
    margin: 0px auto 20px auto;
    display: block;
}

.dv-login-page {
    width: 100%;
    height: 100vh;
    background-color: #f2f2f2;
}

#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: #555;
            color: #ffffff;
        }

    .tab-group .active a {
        background-color: #004c4c;
        color: #fff;
    }

.tab-content > div:last-child {
    display: none;
}

.dv-login-page h1 {
    text-align: center;
    color: #575656;
    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: #004c4c;
    color: #fff;
    -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: #555;
        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: 100;
}

.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;
}