@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,400,400i,500,500i,600,700,800,800i,900');

body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #19b9e7;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

::-moz-selection { background: #19b9e7; color: #fff; text-shadow: none; }
::selection { background: #19b9e7; color: #fff; text-shadow: none; }


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #19b9e7;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top content *****/

.inner-bg {
    padding: 60px 0 80px 0;
    /*background: url("/mojobro/static/images/boxes-bg.jpeg");*/
    background-size: cover;
    background-position: top;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {
	margin-top: 60px;
	opacity:0.9;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 16px 16px 0 0; -webkit-border-radius: 16px 16px 0 0; border-radius: 16px 16px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #19b9e7;
}

.social-login {
	margin-top: 35px;
}

.social-login h3 {
	color: #fff;
}

.social-login-buttons {
	margin-top: 25px;
}

.middle-border {
	min-height: 300px;
	margin-top: 170px;
	border-right: 1px solid #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.responsive-login ul.quiz input[type="radio"]:checked + label {
   background-color: yellow;
 }
.responsive-login ul.quiz input[type=radio]{margin-top: 8px;}
.responsive-login ul.quiz.radio-quiz{margin-left: -18px; margin-right: -18px;}
.responsive-login ul.quiz.radio-quiz li{display: inline-block; width: 24%; margin-bottom: 10px; padding: 18px;}
.responsive-login ul li .radio label{text-align: center; background-color: #e9e7e7; padding: 6px; /*font-size: 12px;*/ width: 100%; color: #333;border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;}
.responsive-login ul.quiz input[type="radio"]{visibility: hidden; }
.responsive-login ul li .radio label.active{background-color: #800023; color: #fff;}

.responsive-login .panel-body ul.rules li{margin-left: 8px; color: #fff;}
.responsive-login .panel-group .panel-default:first-child{border-radius: 18px;}
.responsive-login .panel-group .panel-default{ border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;}
.responsive-login .panel-group .panel-default:first-child .panel-heading{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.form-group small.text-muted{color: #ddd;}


@media (max-width: 767px){
    .responsive-login ul.quiz.radio-quiz{margin-left: -18px; margin-right: -18px;}
	.responsive-login ul.quiz.radio-quiz li{display: inline-block; width: 48%; margin-bottom: 10px; padding: 18px;}

}
@media (max-width: 420px){
    .responsive-login ul.quiz.radio-quiz li{display: inline-block; width: 100%; margin-bottom: 0px; padding: 18px; padding-bottom: 0;}
}
 .top-content{position: relative; display: block;}
    .top-content .inner-overlay{
        position: absolute;
        width:100%;
        height:100%;
        left:0;
        right:0;
        top:0;
        bottom:0;        
        background-color: rgba(0,0,0,0.6);
    }

/***** Footer *****/

footer {
	/*padding-bottom: 70px;*/
	color: #333;
}

footer .footer-border {
	width: 200px;
	margin: 0 auto;
	padding-bottom: 15px;
	/*border-top: 1px solid #fff;*/
	/*border-top: 1px solid rgba(255, 255, 255, 0.6);*/
}

footer p { opacity: 0.8; }

footer a {
	color: #333;
}
footer a:hover, footer a:focus { color: #333; border-bottom: 1px dotted #333; }


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media(min-width: 768px){
	.responsive-login{
		display: block;
	}
    .row.desktop-view{display: none;}    
}
@media (max-width: 2560px) {
	
	.middle-border { min-height: auto; margin-top:30px; border-right: 0; 
						border-top: 1px solid #fff; border-top: none; }
	.navbar-toggle{
		float: left;
		margin-left: 15px;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #fff;
	}
	.navbar-default .navbar-toggle{
		border: none;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background: transparent;
	}
	.logo-img,
	.form-box{
		margin-top: 30px;
	}
	.form-bottom{
		/*background: #1e1e1e;*/
		background: #303030;
		
		padding: 25px;
	}
	.form-top-left h3{
		color:#fff;
		font-size: 18px;
	}
	.form-top{
		background: #800023;
		text-transform: uppercase;
		padding: 0 25px 10px 25px;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;		
	}
	.form-top-left{
		padding-top: 10px;
	}
	.form-top-left h3{
		margin-bottom: 0;
	}
	.form-box .hidden-sm{
		margin-bottom: 15px;
	}
	.form-box .hidden-sm a{
		width: 49%;
		display: inline-block;
	}
	.form-box .hidden-sm a button{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	.form-box .hidden-sm a button.btn:hover
	.form-box .hidden-sm a button.btn:focus,
	.form-box .hidden-sm a button.btn:active{
		background: #434343!important;
	}
	.form-bottom p{
		color: #fff;
	}
	.desktop-view{
		display: none;
	}
	.responsive-login{
		display: block;
		margin-top: 30px;
        position: relative;
        z-index: 888;
		opacity:0.9;
	}
	.responsive-login .panel-group h4{
		text-align: left;
		font-weight: 400;
		margin-bottom:0px;
	}
	.responsive-login .panel-default{
		border-color: #800023;
	}
	.responsive-login .panel-default>.panel-heading{
		color: #fff;
		padding: 0;
	    background-color: #800023;
	    text-transform: uppercase;
	    border-color: #800023;
	}
	.responsive-login .panel-default>.panel-heading h4 a{
		padding: 15px;
		display: block;
	}
	.responsive-login .panel-default>.panel-heading h4 a:hover,
	.responsive-login .panel-default>.panel-heading h4 a:focus,
	.responsive-login .panel-default>.panel-heading h4 a:active{
		color: #fff;
	}	
	.responsive-login .panel-default>.panel-heading+.panel-collapse>.panel-body{
		/*background: #1e1e1e;*/
		background: #303030;
		padding: 25px 30px;
		border-bottom-left-radius: 19px;
		border-bottom-right-radius: 19px;
	}
	.responsive-login .panel-group .panel+.panel{
		margin-top: 0px;
		border-top: 1px solid #ddd;
		
	}
	.responsive-login .panel-body{
		text-align: left;
	}
	.responsive-login .panel-body h3{
		color: #fff;
		text-align: center;
		margin-top: 0;
		margin-bottom: 15px;
	}
	.responsive-login .panel-body ul.rules{
		display: block;
		position: relative;
		margin: 0;
		/*padding-left: 20px;*/
		padding-left: 0;
	}
	.responsive-login .nav-pills>li{
		width: 50%;
		text-align: center;
		background: #424242;
	}
	.responsive-login .nav-pills>li a{
		padding: 7px 15px;
	}
	.responsive-login .nav-pills>li a,
	.responsive-login .nav-pills>li a:hover,
	.responsive-login .nav-pills>li a:focus,
	.responsive-login .nav-pills>li a:active{
		color: #fff!important;
	}
	.responsive-login .nav-pills>li.active a{
		background: #800023;
		border-color: #800023;
	}
	.responsive-login .nav-pills>li:nth-child(1).active a,
	.responsive-login .nav-pills>li:nth-child(1){
		border-radius: 4px 0 0 4px;
	}
	.responsive-login .nav-pills>li:nth-child(2).active a,
	.responsive-login .nav-pills>li:nth-child(2){
		border-radius: 0 4px 4px 0;
	}
	.responsive-login .nav-pills>li+li{
		margin-left: 0;
	}
	.responsive-login input[type="email"], 
	.responsive-login input[type="text"], 
	.responsive-login input[type="password"], 
	.responsive-login select{
		background: transparent;
		border: none;
		border-bottom: 1px solid #fff;
		border-radius: 0 !important;
		padding: 0;
	}
	.form-bottom form button.btn{
		text-transform: uppercase;
	}
	.responsive-login ul.quiz{
		display: block;
		position: relative;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.responsive-login ul li{
		/*width: 80%;*/
		margin: 0 auto 4px;
	}
	.responsive-login .group{
		display: block;
		position: relative;
		border-bottom: 1px solid #fff;
		margin-bottom: 30px;
		padding-bottom: 30px;
		outline:none;
	}
	.responsive-login .group h4{
		color: #fff;
		font-style: italic;
		margin-bottom:30px;
	}
	.responsive-login .group p{
		line-height: 22px;
		color: #ccc;
		/*margin-bottom: 30px;*/
	}
	
	.responsive-login .group:last-child{
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.responsive-login .group ul li:last-child{
		margin-bottom: 15px;
	}
	
	
	
	.responsive-login .group ul li a{
		background: #434343;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		display: block;
		padding: 10px;
	}
	.responsive-login .group ul li a.active{
		background: #800023;
	}
    .form-bottom.form-update p.title strong,
    .form-bottom.form-update p.good_luck{text-align: center; margin: 0 auto; display: block;}
    .form-bottom.form-update p.title{list-style: none;}
     .form-bottom.form-update p {display: list-item;
    list-style-type: disc;
    list-style-position: inside; }
    .form-box{opacity: 9;}
    .form-bottom.form-update{background-color: #1e1e1e;border-bottom-right-radius:16px;border-bottom-left-radius:16px} 
    
   

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}
