/* Fonts Imported from Google */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,400);
/*   Core: General style
----------------------------*/
body {
	font-family: 'Open Sans' !important;
	background: linear-gradient( rgba(0, 100, 255, 0.45),
                                     rgba(0, 100, 255, 0.75)),
                                     url(../../images/login-bg.png); 
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
	height:100%;
	padding-top:12%;
	
}

.box {
    border-radius: 3px;
    background-color: #fff;
    padding:15px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.botao-login, .primary, .tags a.primary {
    border-radius: 5px;

}
.botao-login:hover{
}

.social a ,.social a:hover{
	color: white; 
	opacity:0.9;
}

.btn-facebook {background: #3b5998;}
.btn-twitter {background: #00aced;}
.btn-google {background: #22b1e3;}


.omb_loginOr {
	position: relative;
	font-size: 1.5em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.omb_hrOr {
	background-color: #cdcdcd;
	height: 1px;
}
.omb_spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: 0.6em;
	margin-left: -1.5em;
	background-color: white;
	width: 3em;
	text-align: center;
}			

 @media screen and (max-width: 400px) {
    .mar-left5{
margin-left: 18px !important;
margin-top: -10px;
 }
}
@media screen and (max-width: 400px) {
.mar-top4{
	margin-top: -10px;
}

}
@media screen and (max-width: 400px) {
.mar-left{
margin-left: -5px !important;
 }
}

/* animation */

/* Chrome, Safari, Opera */
@-webkit-keyframes CAnimation {
    from {
    -webkit-filter: hue-rotate(0deg);
  }

  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

/* Standard syntax */
@keyframes CAnimation {
    from {
    -webkit-filter: hue-rotate(0deg);
  }

  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

.animated {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/* end animations */

.login_logo{
    max-width:100%;
}