/*
	* REGISTRATION
	*/
	.auth-wrapper{
		min-height: 133px;
	}
	.auth-wrapper input:placeholder-shown{
		text-transform:lowercase;
		letter-spacing:2px;
	}
	.auth-wrapper input{
		border-radius: 4px!important;
	}
	.auth-wrapper .auth-body{
		/* margin-top: 20px; */
	}

	.auth-wrapper .contentLeft{
		min-height: 205px;
	}
	.auth-wrapper .contentLeft:first-child{
		border-right: 1px solid #f7f7f7;
	}
	.auth-wrapper .auth-header p.text-center{
		margin-top:-5px;
	    letter-spacing: 3px;
	}
	.auth-wrapper .auth-footer{
		margin-top: 10px;
		padding-top:10px;
		border-top:1px solid #eee;
		text-alight:right;
		
	}
	.auth-wrapper .dropdown-menu a{
		/* font-size: 14px!important; */
		/* letter-spacing: 3px !important; */
		border-radius: 0px;
	}
	.auth-wrapper .dropdown-menu li{
		/* margin-left:26%; */
	}
	.auth-wrapper .dropdown-menu{
		/* font-size: 14px!important; */
		/* letter-spacing: 3px !important; */
		border-radius: 0px;
	}
	.text-bold{
		font-weight: bold;
	}
	.auth-wrapper ul.desc{
		text-align: left;
		margin-left: -36px!important;
    	margin-top: 16px;
	}
	.auth-wrapper .auth-body .title{
		margin-bottom: 23px;
	}
	.auth-wrapper .control-label{
		    font-weight: normal;
    		letter-spacing: 2px;
	}
	.auth-wrapper ul.interests{

	}
	.auth-wrapper ul.interests li{
		float:left;
		width:200px;
		padding:10px;
		border:1px solid #d2d2d2;
		margin:4px;
		cursor:pointer;
		border-radius: 4px;
		font-size:11px;
	}
	.auth-wrapper ul.interests li span{
		margin-left: 8px;
		margin-right: 3px;
	}
	.active-selected{
		color: #337ab7!important;
    	/*border: 1px solid #2e6da4!important;*/
	}
	.active-selected .active-check{
		display: inline-block!important;

	}
	.active-check{
		text-align:right!important;
		display: none;
		position: absolute;
		margin-top: 3px;
	}
	#modal-registration-2 .modal-content{
		background-color: rgba(255,255,255,0.4);
		margin-top: -1.5%;
		/* border: 5px solid rgba(51,50,46,1)!important; */
		border-radius: 10px;
	}
	.modal-registration-cl .modal-content{
		margin-top:-0.3%!important;
	}
	#modal-registration-2 .modal-dialog{
		margin-top: 2.5%;
	}
	#modal-registration-2 .modal-body{
		background-color: rgba(255,255,255,1);
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	#modal-registration-2 .modal-header{
		background-color: rgb(64, 64, 63);
		border-bottom: 2px solid #676565;
		padding: 9px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.modal-custom-wrapper .modal-header .close{
		/* color: #999; */
		text-shadow: none;
		/* opacity: 0.6; */
	}
	    
	#modal-registration-2 .modal-header .title-head{
		font-size: 40px;
		color: #94b5e0;
		letter-spacing: 7px;
		font-weight: 100;
		padding-left: 21px;
	}
	#modal-registration-2 .modal-header .title-desc{
		color: #777;
		font-family: 'Raleway',sans-serif;
		letter-spacing: 1px;
		font-size: 14px;
		/* margin-top: -10px; */
	}
	.usertype{
		margin-right: 12px;
		cursor: pointer;
		font-size: 11px;
		color:#777;
	}
	.usertype .fa-circle-o,.usertype .fa-circle-thin{
		color: #d2d2d2;
		font-weight: bold;
		font-size: 8px;
	}
	.usertype-title{
		color:#333;
		margin-bottom:8px;
		font-size: 19px;
		font-weight: bold;
	}
	.reg-utype-wrap{
		    /*background-color: #f1f1f1;*/
		    color: #333;
		    padding: 9px;
		    margin-bottom: 23px;
		    /* border: 1px solid #d2d2d2;
		    border-radius: 3px;*/
	}
	.form-custom .btn-custom{
		opacity: 1!important;
		background-color: #94b5e0;
		color:white;
	}
	.form-custom .input-group{
		display: block;
	}
	.form-custom .input-custom-check
	{
	    position: absolute;
	    top: 0px;
	    left: 10px;
	    z-index: -1;
	    opacity: 0;
	    -webkit-transition: all 1s ease-out;
	    -moz-transition: all 1s ease-out;
	    -o-transition: all 1s ease-out;
	    transition: all 1s ease-out;
	    border: none;
	    text-transform: lowercase;
	}
	/*.form-custom .input-custom-check.custom-default{
		left:10px;
	}*/
	.form-custom .input-custom-check .btn-custom{
		text-transform:lowercase;
	}
	.form-custom .input-custom-check .bg-custom
	{
	    border: 1px solid #94b5e0;
	}
	.form-custom  .preview-button
	{
		/*left: 10px;*/
		z-index: 3;
		-webkit-transition: all 320ms ease-out;
	    -moz-transition: all 320ms ease-out;
	    -o-transition: all 320ms ease-out;
	    transition: all 320ms ease-out;
	    opacity: 1;
	}
	/*.form-custom  .preview-button.custom-default{
		left: 10px;
	}*/
	.privacy{
		color: #aaa;
		font-size: 11px;
	}
	.or-style{
		margin-top: -10px;
    	margin-bottom: -10px;
	}
	.login-new-usertype{
		margin-top: 66px;
		font-size: 30px;
	}
	.login-new-usertype a:hover{
		color: rgba(51,50,46,0.4);
	}
	.auth-wrapper .form-control:focus,.auth-wrapper .form-control:active
     {
         border:1px solid #ccc!important;
         outline:0;
         -webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
         box-shadow:inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6)
     }
     .cls-student{
     	display: none;
     }
     .usertype-check{
     	color: #94b5e0;
     }
     .invites span{
     	margin-right:8px;
     	font-size: 8px;
     }
     .invites{
     	padding-left: 2px;
     	margin-top: -12px;
     	opacity: 0.6;
     	margin-bottom: 0px;
     }