﻿body {
    margin:0px;
}
.n_backimage {
    position: fixed;
}

    .n_backimage img {
        width: 100%;
        height: 100%;
        position: fixed;
    }
.wrapper_login {
    background: #ffffff;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 400px;
    bottom: 0px;
    top: 50px;
    height: 390px;
}
.dashbttn {
    background: transparent;
    border: 1px solid;
    color: #0060c7 !important;
    padding: 0px;
}

    .dashbttn a {
        padding: 10px;
        display: block;
        text-decoration:none;
    }
.right-logo img {
    width: 60px;
    position: absolute;
    right: 20px;
    z-index: 2;
    top: 13px;
}

h1 {
    font-size: 20px !important;
    text-align: center;
    font-weight: 600 !important;
    background: #deab12;
    margin-bottom: 10px !important;
    margin: 0px !important;
    padding: 20px;
    color: #fff;
}

.login_reset {
    width: 100%;
}

button {
    background: #0060c7;
    border: 1px solid #0060c7;
    padding: 10px;
    width: 100%;
    font-size: 16px !important;
    color: #fff !important;
}
.forget_trigger{
    margin-top: 14px;
    cursor: pointer;
}
.header-logo h1 {
    font-size: 3rem !important;
    text-shadow: 3px 4px 4px #000000;
}

    .header-logo h1 img {
        width: 36px;
        position: absolute;
        left: 20px;
        top: 15px;
    }

    @media(max-width:480px){
        .right-logo img {
            width: 40px;
            top: 20px;
        }
        .header-logo h1 {
            font-size: 2rem !important;
            text-shadow: 3px 4px 4px #000000;
            height: 92px;
            position: relative;
        }

        .header-logo {
            width: 100%;
        }
        .wrapper_login {
            width: 95%;
            top: 90px;
        }
    }

#btn_submit {
    background: #0060c7;
    border: 0px;
    padding: 10px;
    width: 200px;
    font-size: 16px !important;
    color: #fff !important;
}
.paddingl5{
    padding-left: 5px;
}
.paddingr5 {
    padding-right: 5px;
}
.loginbar {
    margin-bottom: 10px !important;
    background: #1a2a40;
    text-align: left;
    padding: 20px 20px 15px 20px;
}

    .loginbar a {
        float: right;
        border: 1px solid;
        color: #fff;
        padding: 2px 5px;
        font-size: 15px;
        border-radius: 4px;
        font-weight: 500;
        position: relative;
        top: -5px;
    }

        .loginbar a i {
            margin-right: 5px;
            margin-left: 2px;
        }