﻿* {
    margin: 0;
    padding: 0;
}

.col-container {
    display: table;
    width: 100%;
    height: calc(100vh + 50px);
    min-height: calc(100vh + 50px);
}

.nov-hgts {
    display: table-cell;
}

.login-imgw {
    position: relative;
}

.bgs1 {
    position: absolute;
    bottom: 70px;
    width: 100%;
    padding: 80px 50px;
}

.nov-lgn-txt {
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 15px #00000085;
    line-height: 40px;
}

.nov-mnd {
    text-shadow: 0 0 15px #00000085;
    font-size: 45px;
}

.nov-lgn-txt1 {
    font-size: 22px;
    color: #fff;
    font-family: 'Source-Sans-3-light';
}

.color-white {
    color: #fff;
    font-size: 32px;
}

.nov-sbtxt-wh {
    color: #fff;
    font-size: 42px;
}

@media (max-width: 990px) {
    .login-imgw {
        display: none;
    }

    .nov-login-sec {
        padding: 50px 20px;
    }
}

.nov-nwtxt-ghp {
    text-transform: uppercase;
    color: #ffcb05;
    letter-spacing: 1px;
    text-shadow: 0 0 15px #252525;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px !important;
}
.nov-nwtxt-ghp2 {
    /*text-transform: uppercase;*/
    color: #ffcb05;
    letter-spacing: 1px;
    text-shadow: 0 0 15px #252525;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px !important;
}

.nov-menu-login {
    position: absolute;
    width: 100%;
    padding: 50px 60px;
}

    .nov-menu-login button {
        font-size: 18px;
        font-weight: bold;
        background-color: #ffffff20;
        border: 1px solid #fff;
        padding: 10px 30px;
        border-radius: 5px;
        color: #fff;
        margin-right: 20px;
    }
