@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);

body{
	font-family: 'PT Sans', sans-serif !important;
    width: 100%;
    height: 100vh;
    overflow: hidden !important;
}


body{
    background-color: rgb(125,125,125);
    background-image: -moz-linear-gradient(#0594BE, #023149 900px) ;
    background-repeat: repeat-x;
    background-size: 100% 900px;
}

form fieldset legend {
    font-size: 18px;
}

form label span {
    font-size: 13px;
    font-weight: bold;
}
form label input {
    font-size: 13px;
    font-weight: bold;
    opacity: 0.9;
    filter:alpha(opacity=90);
}


#login-sub-header {
	border-radius: 5px 5px 0 0;
	height: 115px;
	text-align: center;
}

#content_outside_login {
	margin: 0 auto;
	position: relative;
	padding: 5px;
}

#content_inside_login {
    margin: 0 auto;
}

#content_msgbox_login {
}

#login-form {
	color: white;
	font-size: 12px;
}

#login-form form input{
    margin-top: 10px;
}

.input-req-login {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-left: 4px;
    width: 100%;
}

.input-field-login.icon {
    background-color: #FFFFFF;
    background-position: 6px 6px;
    background-repeat: no-repeat;
    border: 2px solid #024257;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 10px 10px #C1E5EF inset;
    height: 32px;
}

#verticalBar {
    width: 390px;
    height: 190px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.39);
    bottom: 220px;
    border-radius: 0 20px 20px 0;
}

#content_msgbox_login{
    display: table;
    position: absolute;
    bottom: 15px;
    left: 10px;
}

#content_login{
    position: absolute;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.39);
    border-radius: 0 20px 20px 0;
    padding: 12px 18px 12px 40px;
}

#content_logo{
	height: 310px;
	overflow: hidden;
	margin-left: 100px;
	float: right;
}

#content_logo img{
	margin-top: 113px;
}

#divisor{
	border: 0;
	border-top: 1px solid #2C6709;
	width: 50%;
	display: table;
	margin: 10px auto;
}

input{
    color : black;
    text-align : left;
    outline : none;
    width: 210px !important;
    cursor : text;
    background : #FFFFFF;
    padding: 6px 38px 6px 12px !important;
    text-indent : 10px;
    float: right;
}

#pwd{
    height : 40px !important;
    background : url("/bdoserver2.7/images/icon-password.png") no-repeat scroll right 8px #FFFFFF;
}

#usr{
    height : 40px !important;
    background : url("/bdoserver2.7/images/icon-username.png") no-repeat scroll right 8px #FFFFFF;
}

form *{
	transition: all 0.4s linear !important;
    -webkit-transition: all 0.4s linear !important;
    -o-transition: all 0.4s linear !important;
    -moz-transition: all 0.4s linear !important;
    -ms-transition: all 0.4s linear !important;
}

#pwd:focus, #usr:focus{
	width: 230px !important;
}

#pwd:focus+label, #usr:focus+label{
	width: 90px;
}

form label {
	display: table;
	padding: 4px 0 4px 10px;
	float: left;
	width: 110px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 10px 0 0 10px;
	margin-top: 16px;
	font-size: 14px;
}

input[type='submit']{
	width: 80px !important;
    border-radius: 10px;
    float: right;
    border: 0;
    text-align: center;
    padding: 7px 4px !important;
    text-indent: 0;
    font-size: 14px;
    background-color: #211D1C;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 0 9px 1px #E4E4E4;
    letter-spacing: 1px;
    float: right;
}

input[type='submit']:hover{
    background-color: #4E4E4E;
    box-shadow: 0 0 15px 3px #E4E4E4;
}

.form-group {
    margin-bottom: 0;
    display: table;
    width: 100%;
}

.odw_msgbox {
    border: 1px solid #c93;
    background: #ffd;
    padding: 3px;
    border-radius: 5px;
}

.odw_msgboxok {
    border: 1px solid #7DCC7D;
    background: rgba(201, 255, 202, 0.75);
    padding: 5px;
    font-weight: bold;
    color: #008000;
    border-radius: 5px;
    width: 210px;
    text-align: center;
    box-shadow: 0 0 5px 1px #99F97E;
    margin-top: -32px;
}
.odw_msgboxerror {
    border: 1px solid #FFA5A5;
    background: rgba(255, 211, 210, 0.75);
    padding: 5px;
    font-weight: bold;
    color: #CC0000;
    border-radius: 5px;
    width: 210px;
    text-align: center;
    box-shadow: 0 0 5px 1px #E0A3A3;
    margin-top: -32px;
}

#msgbox span{
    color: #000;
    font-size: 16px;
    margin-top: 11px;
    margin-left: 5px;
    animation-name: spin;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes spin {
    0%   {-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    100% {-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

@-webkit-keyframes spin {
    0%   {-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    100% {-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

.bubble{
    background-color: #B5DB50;
    border-radius: 100%;
    z-index: 0;
    position: absolute;
}

.bubble-deep1{
    box-shadow: 0 0 20px 8px #B5DB50;
}

.bubble-deep2{
    box-shadow: 0 0 15px 6px #B5DB50;
}

.bubble-deep3{
    box-shadow: 0 0 10px 4px #B5DB50;
}

.bubble-deep4{
    box-shadow: 0 0 5px 2px #B5DB50;
}

.bubble-deep5{
    box-shadow: 0 0 0 0 #B5DB50;
}

#backResposta{
    transition: all 0.4s linear;
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    width: 100%;
    height: 100vh;
    background-color: transparent;
}

header{
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 3;
}

header .left{
    float: left;
    display: table;
    margin-left: 65px;
}

header .right{
    float: right;
    display: table;
    margin-right: 75px;
}

header .left img{
    width: 250px;
}

#msgs{
    display: block;
    position: absolute;
    font-size: 18px;
    width: 400px;
    z-index: 3;
    text-align: center;
    color: #fff;
    text-rendering: initial;
    font-style: oblique;
    text-shadow: 0 0 5px #000;
    bottom: 60px;
    right: 100px;
}

@media all and (max-width: 1100px) {
    #msgs{
        opacity: 0;
    }
}

@media all and (max-width: 400px) {
    form label {
        width: 60px;
    }

    #pwd:focus+label, #usr:focus+label {
        width: 60px;
    }

    #pwd:focus, #usr:focus, #pwd, #usr {
        width: 170px !important;
    }

    #verticalBar {
        width: 280px;
    }
}


@media all and (max-width: 370px) {
    input{
        color : black;
        text-align : left;
        outline : none;
        width: 150px !important;
        cursor : text;
        background : #FFFFFF;
        padding: 6px 38px 6px 12px !important;
        text-indent : 10px;
        float: right;
    }

    #pwd:focus, #usr:focus{
        width: 170px !important;
    }

    .odw_msgboxerror, .odw_msgboxok{
        width: 150px;
    }
}


@media all and (max-height: 500px) {
    header{
        display: none;
    }
}


@media all and (max-height: 2000px) {
    #content_login {
        bottom: 270px;
    }
}


@media all and (max-height: 660px) {
    #content_login {
        bottom: 170px;
    }
}


@media all and (max-height: 580px) {
    #verticalBar {
        bottom: 50px;
    }

    #content_login {
        bottom: 70px;
    }
}


footer{
    position: fixed;
    bottom: 10px;
    left: 0;
    display: table;
    width: 100%;
    text-align: center;
    z-index: 5;
}

footer img{
    width: 75px; 
}

footer .center a{
	color: #fff !important;
}

footer span{
	color: #fff;
}
