/* ==========================================================================
   Login Box styles
   ========================================================================== */
 

/*-----------------
1. DinNextRegular font
------------------*/

/* Regular */
@font-face {
    font-family: "DinNextRegular";
    src: url('../fonts/DinNextRegular.ttf');
    src: url('../fonts/DinNextRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DinNextRegular.svg#DinNextRegular') format('svg'),
    url('../fonts/DinNextRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
 
 
body{
	background:#09a5c2;
	color: #FFF;
	font-family: "DinNextRegular";
}
.alert{
	margin: 20px auto;
	width: 70%;
}
#login-block{	 
	padding-top: 50px;
	padding-bottom: 25px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #efeff0!important;
    border: 1px solid #0ba5c2!important;
    border-bottom-color: transparent!important;
    color: #0ba5c2!important;
}
#login-block h3{
	color: #09b1d1;
    text-align: center;
    font-size: 1.5em;
    opacity: 1;
    /* text-shadow: 2px 2px 2px #000; */
    font-weight: normal;
    margin-bottom: 34px;
}

.login-box {
        position: relative;
        max-width: 480px;
        min-height: 537px;	
	background: #efefef;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	padding-bottom: 20px; 
	margin-top: 80px; 
}

.login-logo{
	 text-align: center;
	 padding: 15px 0 10px;
}

.login-logo img{
	border:0;
	display: inline-block;
}
.login-form form p{
	width:80%;
	margin: 5px auto 10px;
	text-align: center;
}
 

.login-box hr{
	margin:10px auto 20px;
	width:70%;
	border-top: 1px solid rgba(0, 0, 0, 0.13);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}
/* page icon */
.page-icon{
	width: 100px;
	height:100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #fff;
	text-align: center; 
	margin: -60px auto 0;
	
}
.page-icon img{
	vertical-align: middle;
    margin: 0 0 0 0;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /* opacity: 0.6; */
    width: 98px;
    height: 98px;
	 
}
.rotate-icon{
	 -moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform: rotate(45deg);
}
.login-box .page-icon{
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
/* Login Form */
.login-form input,.login-form select,textarea{
	display: block;
	margin:0 auto 15px;
	width:70%;
	background: #fefefe;
	border:0;
	color:#6c6c6c;
	padding: 8px;
	border-radius:2px;
	
}
a.forget-password{
    display: block;
	margin:0 auto 15px;
	width:70%;
	border:0;
	color:#6c6c6c;
	padding: 8px;
        text-align: right
}
.result-form input,.result-form select,textarea{
	display: block;
	margin:0 auto 15px;
	width:100%;
	background: #f9f9f9;
	border:0;
	color:#6c6c6c;
	padding: 8px;
	border-radius:2px;
	
}
.result.result-form {
    margin: 61px;
}
.result.condition {
    margin: 30px 50px 50px;
}
h3.text-center {
    margin-top: 10px;
}
.login-form p{color: #444;}


/* Login Button */
.btn.btn-login {
	width: 120px;
	display:block;
	margin: 20px auto 20px;
	color: white;
	text-transform:uppercase ;	 
	background:#0ba5c2; 
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	
}
.btn.btn-login:hover {	 
	border:1px solid #FFF;
	opacity: 0.8;
} 
.btn.btn-reset{
	width: 180px;
}
.login-links{
	text-align: center;
}
.login-links a{
	color: #FFF; 
	display:inline-block;
	padding:5px; 
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0.7;
}
.login-links a:hover{
	 opacity: 1;
	 text-decoration: none;
}

label.checkbox {
	width: 58%;
	display: block;
	margin: 0 auto;
}
label.checkbox input{
	width:14px;
	margin: 4px -21px 0;
	padding: 0;
	background: none;
	border: 0;
}
#footer-text, #footer-text a{
	text-align: center;
	color:#FFF;

	opacity: 1; 
}
.input-group {position: relative;width:100%}
label.error{
   content: "iiii";
    background-color: #f7eded;
    padding: 5px;
    padding: 3px;
    position: absolute;
    border: 1px solid #8a8888;
    left: 17%;
    top: 21px;
    color: #656363!important;
    border-radius: 3px;
}
label.error:before{
       content:"";
   position: absolute;
   bottom: 100%;
   right:45%;
   width: 0;
   height: 0;
   border-right: 7px solid transparent;
   border-bottom: 7px solid #8a8888;
   border-left: 7px solid transparent;
}

/* Social Login */
.social-login{
	margin:10px 0 5px;
}
.social-login .btn{ 
   text-align: center;
    margin: 5px auto;
    color:#FFF;
    text-shadow: 1px 1px 1px #333;
    width:95%;
}
 
.btn.btn-facebook {
	border: 1px solid #2D4479;
	 
	background: #385496;
	background-size: 100%; 
	font-size:12px;
}
.btn.btn-facebook:hover {
	background: #4365B4;
	 
}

.btn.btn-twitter {
	border: 1px solid #2189FF; 
	background: #4A9EFF; 
	font-size:12px;
}

.btn.btn-twitter:hover {
	background: #73B4FF; 
}
.fb-login, .twit-login{
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
}

 
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
	#login-block{	 
		padding-top: 50px;
		padding-bottom: 25px;
	}
	
}

/* Tablet Portrait Size to Tablet Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px){
	#login-block {	 
		margin: 0 auto;
		width: 420px;
	}
	
}

body.question{
		
    color: #0d0d0d;
}
.question header{

    padding: 0;
}
.question .logo img{
	width:50px;
	height:50px
}
.question .logo h3{display: inline-block;color:#fff;margin-right: 5px}

.question footer{text-align: center;padding:15px;color: #fff;font-size:16px}
.question footer p{margin-bottom: 0!important}
.question footer a {
  text-align: center;
    color: #000;
}
.content-question {
   background-color: #fff;
    margin: 14px 0 0;
    padding: 0px;
    border-radius: 17px;
	position: relative;
	overflow: hidden
}
.info-student{
	clear: both;
    background-color: #ddd;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    padding: 5px;
    margin-bottom: 25px;
}
.info-exam h4{color:#000}
.info-student h4{color:#3498db}
.info-student h4,.info-student p,.info-exam h4,.info-exam p{display:inline-block}
.question1 {
    margin-right: 22px;
}
.info-exam{margin-top: 15px}
.info-exam p{color:#fff}
.question label {
   margin-right: 8px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 11px;
    font-weight: normal;
}
.info-student button{
	background-color: #454b4b;
    border: 0;
    padding: 5px 10px 7px;
    border-radius: 4px;
    color: #fff;
    float: left;
    margin-top: 5px;
}
.questions{
	max-height: 500px;
    overflow-y: scroll;
}
.result-block{
	padding: 32px;
    text-align: center;
    border: 1px solid #f1f1f1;
    margin-bottom: 26px;
    border-radius: 3px;
    margin: 0 11px 26px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .04);
}
.result{margin-bottom: 50px}
.result-block p{font-size:25px}
.result-block h4{color: #09a5c2;}

.timer input {
  background: transparent;
    border: none;
    /* height: 39px; */
    width: 121px;
}

#time {
  font-size: 20px;
    color: #1e1e1e;
}

p.question {
    font-size: 16px;
    font-weight: bold;
}
.countdown{display: inline-block;
    font-size: 20px;}

.login-form.content-register,.login-form.content-login{
    margin-top: 30px
}
.nav-tabs {
    border-bottom:1px solid #33acc6;
    text-align: center;
    width: 353px;
    margin: 0 auto;
}

#login-block p{color:#444}

.control-button {
    position: absolute;
    bottom: 46px;
    left:100px
}

.btn-primary {
    color: #fff;
    background-color: #0ba5c2!important;
    border-color: #0ba5c2!important;
}

.questions .tab-content{
    height: 386px;
    margin: 20px 50px;
    border: 1px solid #eaeaea;
    padding: 20px;
    border-radius: 5px;
}

.btn-default {
    color: #333;
    background-color: #bbdee4!important;
    border-color: #ccc!important;
}