body {
    background: #F2F2F2;
}

body>.container {
    background: #fff;
    padding: 20px;
}

h3.title {
    font-size: 19px;
    color: #606060;
    margin-bottom: 10px;
}

.bg-login {
    background: #f5f5f5;
    padding: 5px 12px;
    font-size: 20px;
}

.form-control {
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    background: #1893e5;
    text-transform: capitalize;
}

.notice {
    /*font-size: 9px;*/
    font-size:62.5%;
    margin: 20px 0;
}

.grey {
    color: #606060;
}

.container.footer {
    background: #606060;
    /*font-size: 12px;*/
    font-size: 75%;
    color: #fff;
    padding-bottom: 30px;
}

.footer .links {
    text-align: right;
}

.footer ul{
    padding:0;
}

.footer ul>li {
    display: inline-block;
    margin-left: 10px;
}

@media (max-width:768px){
   .footer, 
   .footer .links {
        text-align: center;
    } 
}

/*new styles*/
body .container {
    background: #fff;
    padding: 20px;
}
.container.footer a {
    color: #fff;
}
#skip-link {
    visibility: hidden;
    height: 0px;
}
.loginheader #portalName {
    display: none;
}
.langselectionarea {float:right;}

/** **/
.title {
    background: none;
    padding: 3px 0;
    float: left;
    width: 65%;
}
/** **/
