@charset "UTF-8";


body{
    font-family:Arial;
}
.login .bdr-radius {
    background-color: #FFCC00;
    border-radius: 0px !important;
    border: solid white 2px;
}


footer {
    width: 100%;
    background-color: #333333;
    color: #FFFFFF;
    padding: 50px 10px 20px 10px;
    
}



.footer_logo {
    margin-right: 16px;
    width: 44px;
    height: 44px;
}

footer .copyright {
    color: #ffffff;   
}


footer a {  
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    text-decoration: none;
}

    footer a:hover {
        color: #FFFFFF;
        background-color: rgba(255, 255, 255, 0.1);
    }
