﻿.logo {
    width: 160px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.new-login {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*background-image: url("../images/Lucara-bg.png");*/
    background-color: #202936;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}



.newcard {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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: 1.25rem;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    background-color: #0C1821;
}

.rcorners1 {
    border-radius: 25px;
}

.new-btn-primary {
    color: #fff;
    background-color: #00c4e8;
    border-color: #00c4e8;
    box-shadow: none;
}

    .new-btn-primary:hover {
        color: #fff;
        background-color: #0daace;
        border-color: #0daace;
    }

    .new-btn-primary:focus, .new-btn-primary.focus {
        color: #fff;
        background-color: #00c4e8;
        border-color: #00c4e8;
        box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
    }

    .new-btn-primary.disabled, .new-btn-primary:disabled {
        color: #fff;
        background-color: #00c4e8;
        border-color: #00c4e8;
    }

    .new-btn-primary:not(:disabled):not(.disabled):active, .new-btn-primary:not(:disabled):not(.disabled).active,
    .show > .new-btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #00c4e8;
        border-color: #00c4e8;
    }

        .new-btn-primary:not(:disabled):not(.disabled):active:focus, .new-btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .new-btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
        }

.link {
    color: #00c4e8 !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

    .link:hover {
        color: #0294b5 !important;
    }

.new-border {
    border-bottom: 0px solid rgba(0,0,0,.125) !important;
}

.new-text {
    color: #7c7c7c !important;
    /*text-align: left !important;*/
}

.new-remember {
    color: #757575 !important;
    /*font-weight: 400 !important;*/
    /*text-align: left !important;*/
}

.new-btn-outline-primary {
    color: #0294b5;
    border-color: #0294b5;
}

    .new-btn-outline-primary:hover {
        color: #fff;
        background-color: #00c4e8;
        border-color: #00c4e8;
    }

    .new-btn-outline-primary:focus {
        color: #fff;
        background-color: #00c4e8;
        border-color: #00c4e8;
    }

    .new-btn-outline-primary:disabled {
        color: #fff;
        background-color: #00c4e8;
        border-color: #00c4e8;
    }

    .new-btn-outline-primary:active {
        color: #fff;
        background-color: #00c4e8;
        border-color: #00c4e8;
    }

    .new-btn-outline-primary:focus, .new-btn-outline-primary.focus {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
    }

    .new-btn-outline-primary.disabled, .new-btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .new-btn-outline-primary:not(:disabled):not(.disabled):active, .new-btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .new-btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .new-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .new-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .new-btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
        }

.new-login {
    text-align: left;
    background-image: url(../images/ShAir-login0bg.png);
    width: 100%;
    height: 800px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.new-border img{
    width: 120px;
    padding-right: 12px;
    padding-bottom: 10px;
}

.login-box-msg {
    color: #fff;
}

.icheck-primary label {
    color: #D4D4D4 !important;
}

.new-border p {
        padding-top: 2px;
        line-height: 18px;
        margin-bottom: 0px !important;
        color: #D7A126;
        font-weight: 100;
        padding-left: 10px;
        font-size: 32px;
}

.new-border span {
    font-weight: 700;
}

.btn-gold-log {
    background-color: #a58432;
    border-color: #a58432;
    color: #fff;
}

    .btn-gold-log:hover {
        background-color: #8b6c1f;
        border-color: #8b6c1f;
        color: #fff;
    }

.new-login a {
    color: #b09e73;
}