* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300;
}
body {
    color: white;
    font-weight: 300;
}
body ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000d40;
    font-weight: 300;
    text-align: center;
}
body :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000d40;
    opacity: 1;
    font-weight: 300;
    text-align: center;
}
body ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000d40;
    opacity: 1;
    font-weight: 300;
    text-align: center;
}
body :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000d40;
    font-weight: 300;
    text-align: center;
}

.ui-widget{  
    font-size: 14px !important;  
} 

.wrapper {
    background-color: rgb(207, 207, 208);
    background: radial-gradient(0% 100%, ellipse cover, #397198 10%, #568a9e 40%);
    background: -o-radial-gradient(0% 100%, ellipse cover, #397198 10%, #568a9e 40%);
    background: -ms-radial-gradient(0% 100%, ellipse cover, #397198 10%, #568a9e 40%);
    background: -webkit-radial-gradient(0% 100%, ellipse cover, #397198 10%, #568a9e 40%);
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.container {
    position:absolute;
    top:50%;
    left:50%;
    width: 320px;
    max-width: 320px;
    height: 290px;
    margin-left:-160px;/* half width*/
    margin-top: -145px;/* half height*/
    text-align: center;
    padding: 15px 30px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 1px 1px 6px 6px;
    border-top: 6px solid #397198;
    box-shadow: 1px 0 20px 10px rgba(10,10,10,0.2);
    -webkit-box-shadow: 1px 0 20px 10px rgba(10,10,10,0.2);
    -moz-box-shadow: 1px 0 20px 10px rgba(10,10,10,0.2);
}

.logo-login{
    width: 80%;
}

.container h1 {
    color: #397198;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
    font-family: 'Abel', sans-serif;
}

.container h1 .sistema{
    font-size: 1.5em;
    letter-spacing: 3px;
    font-weight: 500;
}

.container h1 .cicted{
    font-size: 2em;
    letter-spacing: 2px;
    font-weight: 800;
}

.container h1 .solicitacoes{
    font-size: 0.9em;
    letter-spacing: 3px;
    font-weight: 400;
    line-height: 30px;  
}

.container input, .container button, .container a{
    width: 100%;
    height: 40px;
}

.linkLogin {
    margin-top: 10px;
    font-size: 15px;
    text-decoration: none;
    color: #397198;
    font-weight: 500;
    border-bottom: 1px dashed #397198;
}

@media only screen and (max-width: 600px) {
    .container {
        width: auto;
        height: auto;
        text-align: center;
    }
    .link-unitau{
        position: relative;
        margin: auto;
        text-align: center;
        width: 100%;
    }
}
.link-unitau{
    position: absolute;
    top: 1%;
    right: 1%;
}

.link-unitau img{
    height: 60px;
}
.link-unitau img:nth-child(2){
    margin-bottom: 7px;
    height: 45px;
}

.ui-outputpanel-loading{
    background: url(../images/loader.gif) !important;
    background-position: center!important;
    background-size: 60px 50px!important;
    background-repeat: no-repeat!important;
    width: 100%!important;
}

.ui-state-highlight{
    background-image: none!important;
    background-color: #397198;
    text-shadow: none!important;
    box-shadow: none!important;
    border-color: #397198!important;
}