﻿
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
    font-size: 21px;
    line-height: inherit;
    color: #fff;
    border: 0;
    border-bottom: 0px solid #e5e5e5 !important;
    text-align:center;
}

body {
    background: #f7f7f7 !important;
}


.logo {
    width: 100%;
    float: left;
    background: #ffffff;
}

.logo .left-logo img{
    width: 19%;
}

.logo .right-logo img {
    width: 63%;
}

.login-container {
    padding: 45px 34px;
    background: #ffffff;
    border-radius: 13px;
    /*#852b34*/
    box-shadow: 0px 0px 6px 1px #00000021;
}

.top-message {
    padding: 7px 10px;
    background: #852b34;
    border-radius: 55px;
    margin: 1em 0em;
}

.top-message h6 {    
    color: #FFF;
    font-size: 17px;
    text-align: center;
}

.spacer {
    width: 100%;
    float: left;
    margin: 1em 0em;
}

.instruction {
    color: #000000 !important;
    font-family: ui-serif !important;    
    /*padding: 10px 8px 5px;*/
    background-color: #ffffff !important;    
}

.instruction h3{
    color: #000000 !important;
    font-size: 16px !important;
    /*padding: 10px 8px 5px;*/
    background-color: #ffffff !important;
    border-bottom: 1px dotted #000 !important;
    font-weight: 600 !important;
}

.lg-left ul li {
    color: rgb(0 0 82) !important;
    font-family: sans-serif !important;
    font-size: 13px !important;
    margin-bottom: 10px;
    position: relative;
    line-height: 2;
    padding-left: 15px !important;
}

.lg-left ul {
    list-style: none;
    margin: 0px;
    padding: 15px !important;
}

.nano-content {
    height: auto;
}

.note p {
    font-size: 13px !important;
    font-family: sans-serif !important;
}

.note {
    padding: 10px !important;
    border: 1px solid #852b34 !important;
    border-radius: 15px !important;
}

.note h3 {
    padding: 2px 3px 10px 1px !important;
}

.lg-right {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 0px;
    min-height: auto;
}

.login-content {
    margin: 0px auto;
    padding: 15px 8%;
    border: 1px dotted #000000;
    border-radius: 12px;
}

.login-heading {
    position: absolute;
    top: -3px;
    left: 24px;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 600;
}

.footer-login {
    padding: 27px 10px;
    background: #ffffff;
    background: linear-gradient(45deg, transparent, #ffffff, transparent);
    text-align: center;
    margin: 35px 0px;
}

.btn-warning {
    background-color: #296636;
    border: 1px solid #286536;
    border-radius: 55px;
}

.btn-default {
    border-radius: 55px;
}
