    html body {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: antiquewhite;
        text-align: left;
        /* background-color: #00aff0; */
        background: linear-gradient(to right, #00aff0, #0018f0);
        height: 100% !important;
    }
    
    .navbar {
        margin-left: 40px !important;
    }
    
    .mnuCss {
        margin-left: 300px !important;
    }
    
    .error {
        color: red;
    }
    
    input[type="email"],
    input[type="date"],
    input[type="text"],
    input[type="password"] {
        font-size: 14px !important;
        width: 140px !important;
        color: black !important;
    }
    
    a:link {
        color: antiquewhite;
    }
    
    a:visited {
        color: rgb(187, 185, 155);
    }
    
    a:hover {
        color: rgb(121, 237, 241);
    }
    
    .uk-modal {
        padding-left: 40px !important;
        padding-right: 40px !important;
        padding-top: 150px !important;
    }
    
    .mymodal-example {
        padding-bottom: 10px !important;
        width: 1100px !important;
    }
    
    .uk-modal-dialog {
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
        width: 700px;
        max-width: calc(100% - .01px) !important;
        color: antiquewhite !important;
        background: linear-gradient(to right, #00aff0, #0018f0) !important;
        opacity: 0;
        transform: translateY(-100px);
        transition: .3s linear;
        transition-property: all;
        transition-property: opacity, transform;
    }
    
    .ttcol {
        width: 1200px !important;
        margin-left: 59px !important;
        display: flex !important;
    }
    
    .logBd {
        background: rgba(252, 252, 252, 0.336);
        width: 50% !important;
        border-radius: 55px;
        margin: auto;
        margin-top: 50px;
        padding-top: 20px !important;
        padding-right: 0 !important;
        padding-left: 20px !important;
    }
    
    .hgt-100 {
        height: 100% !important;
    }
    
    .mheader {
        display: flex;
        border-radius: 55px !important;
        margin-left: 150px;
        padding-top: 30px;
        width: 70%;
    }
    
    .logph {
        width: 100% !important;
        margin-left: -40px !important;
        display: flex;
    }
    
    .logFrm {
        border-radius: 55px !important;
        padding: 10px !important;
        margin-left: 140px !important;
        padding-bottom: 0 !important;
        margin-bottom: -40px !important;
    }
    
    .button {
        cursor: pointer;
        display: block;
        width: 80px;
        height: 30px;
        border: 1px solid black;
        font-size: 12px;
        text-align: center;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 5px;
        padding-left: 5px;
        color: white;
        background-color: #171471;
        text-decoration: none;
    }
    
    .mnu {
        width: 200px !important;
        height: 50px !important;
    }
    
    .header,
    footer {
        background: linear-gradient(to right, #bed2e6, #242d36);
    }
    
    .hello {
        font-size: 14px !important;
        color: #fff;
        height: 100% !important;
    }
    
    .hello a {
        color: #3d94eb;
    }
    
    .up {
        padding: 50px !important;
    }
    
    .down {
        height: 70px !important;
        padding: 10px !important;
        width: 1500px !important;
    }
    /* FOOTER */
    
    footer {
        width: 1200px !important;
        height: 50px !important;
        padding: auto !important;
    }
    
    footer .mcopy {
        margin-left: -100px !important;
    }
    
    #footersocial {}
    
    .footerlogo {
        margin-top: 28px;
        text-align: center;
    }
    
    .footerlogo img {
        height: 45px;
    }
    
    .socialfooter {
        margin-top: 0px;
        text-align: center
    }
    
    .socialfooter img {
        height: 21px;
        width: auto;
        margin-right: 26px;
        margin-left: 26px;
    }
    
    .footerhr hr {
        border-top: 1px solid #979797;
    }
    
    .footerhr.hr1 hr {
        margin-top: 41px;
        margin-bottom: 23px;
    }
    
    .footerhr.hr2 hr {
        margin-top: 23px;
    }
    
    #footerlinks {}
    
    #footerlinks h4 {
        margin-top: 29px;
        margin-bottom: 3px;
    }
    
    #footerlinks h4,
    #footerlinks h4 a {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: -0.49px;
        line-height: 21px;
    }
    
    #footerlinks ul {
        padding-left: 0px;
        margin-top: 5px;
        margin-bottom: 10px;
        list-style: none;
    }
    
    #footerlinks ul li,
    #footerlinks ul li a {
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 28px;
    }
    
    #footerlinks ul li a:hover {
        color: #d7d7d7;
        text-decoration: none;
    }
    
    #footercredits {
        color: #fff;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 22px;
    }
    
    #footercredits .row {
        padding-top: 8px;
        padding-bottom: 8px
    }
    
    #footercredits .col-sm-12 {
        padding-top: 8px;
    }
    
    #footercredits a {
        color: #fff;
    }
    
    #footercredits a:hover {
        text-decoration: underline;
    }
    
    #buttonTop {
        display: inline-block;
        background-color: #00aeff;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 4px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
    }
    
    #buttonTop::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }
    
    #buttonTop:hover {
        cursor: pointer;
        background-color: #333;
    }
    
    #buttonTop:active {
        background-color: #555;
    }
    
    #buttonTop.show {
        opacity: 1;
        visibility: visible;
    }
    
    @media (min-width: 500px) {
        #button {
            margin: 30px;
        }
    }
    
    .headerhome {
        width: 50% !important;
        margin: auto !important;
    }
    
    .headerLf {
        height: 100% !important;
    }
    
    .headerRt {
        height: 100% !important;
        float: right !important;
        margin-right: 50px !important;
    }
    
    .hdcolmprm {
        background: rgba(252, 252, 252, 0.336);
        width: 100% !important;
        border-radius: 55px;
        padding: 10px !important;
        margin-left: -50px !important;
    }
    
    .colmprm {
        border-radius: 55px !important;
        padding: 7px !important;
        margin-left: 10px !important;
    }
    
    .sntkscol {
        width: 430px !important;
        margin-left: 400px !important;
        display: flex !important;
        padding: 10px !important;
    }
    
    .hdcolsinkon {
        background: rgba(252, 252, 252, 0.336);
        width: 100% !important;
        border-radius: 55px;
        margin-left: -50px !important;
        padding: 20px !important;
        padding-left: 40px !important;
    }
    
    .hdcolforgot {
        background: rgba(252, 252, 252, 0.336);
        width: 100% !important;
        border-radius: 55px;
        margin-left: -50px !important;
        padding: 10px !important;
    }
    
    .hdcolforgoterror {
        background: rgba(252, 252, 252, 0.336);
        width: 303px !important;
        border-radius: 55px;
        margin-left: -3px !important;
        padding: 10px !important;
    }
    
    .forgotform {
        margin: 40px !important;
    }