/*
	Cascading Style Sheet for Pactforma Recruit
	-- SIGN UP PAGE --
	
	written by Ingrid Rosenfelder
	last updated 07-11-2018
	
*/

body {
	background-image: url("../img/background2.jpg");
	background-size: 100%;
	background-color: #e6e6e6;
}

/* ...styling from gsdk-bootstrap-wizard.css ... */ 

#sign_up_panel .picture-container {
	position: relative;
	cursor: pointer;
	text-align: center;
}
	
#sign_up_panel .picture {
	width: 106px;
	height: 106px;
	background-color: #999999;
	border: 4px solid #CCCCCC;
	color: #FFFFFF;
	border-radius: 50%;
	margin: 5px auto;
	overflow: hidden;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

#sign_up_panel .picture:hover {
	border-color: #1c447f;
}

#sign_up_panel .picture input[type="file"] {
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0 !important;
	position: absolute;
	top: 0;
	width: 100%;
}

#sign_up_panel .picture-src {
	width: 100%;
}

label {
	font-weight: 400;
}

#sign_up_panel small {
	color: #999999;
	font-style: italic;
	display: block;  
	padding: 0px 2px;
}

/* ... end of gsdk-bootstrap-wizard.css styling ... */ 


#sign_up_panel {
	padding: 15px;
	margin-top: 100px;
}

#sign_up_panel h4 {
	color: #1c447f;
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
	text-transform: none;
	font-weight: 400;
	font-size: 28px;
}

#sign_up_panel .panel-heading {
	border-bottom: 0px;
	background: #fff;
}

#sign_up_panel .panel-footer {
	border-top: 0px;
	background: #fff;
}

.yellow-pulse {
	-webkit-animation: yellow-pulse 4s infinite;
    animation: yellow-pulse 4s infinite;
}	

@-webkit-keyframes yellow-pulse {
    0%   {color: rgba(30, 68, 129, 1);}
    50%  {color: rgba(30, 68, 129, 0.2);}
    100%  {color: rgba(30, 68, 129, 1);}
}
@keyframes yellow-pulse {
    0%   {color: rgba(30, 68, 129, 1);}
    50%  {color: rgba(254, 209, 54, 0.2);}
    100%  {color: rgba(30, 68, 129, 1);}
}
#sign_up_panel .panel-footer p {
	color: #1c447f;
	font-weight: bold;
	font-size: 18px;
}

#sign_up_panel .panel-footer p i{
	color: #1c447f;
	margin: 0px 20px;
}

#sign_up_panel #sign_me_up_button {
	margin: 15px 0px;
	font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
	font-size: 22px; 
	text-transform: none;
	font-weight: normal;
}

#sign_up_panel #sign_me_up_button:active:focus {
	background-color: #1c447f;
    border-color: #1c447f;
}

#sign_up_panel form {
	margin-bottom: 0px;
}

#sign_up_panel #explain_required {
	color: #1c447f;
	font-style: italic;
	font-size: small;
}

#sign_up_panel .fa {
	color: #1c447f;
}

#sign_up_panel #go_back_link {
	color: #a2102b;  /* pactera-red-darker */
	display: block;
}

.validation_div {
	/* visibility: hidden; */
	display: none;
	color: #a2102b;  /* pactera-red-darker */
}

#captcha_div {
	width: 100%;
}

.required {
	font-weight: bold;
	color: #1c447f;
	font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}

/* same border color for all input elements */
#sign_up_panel input, 
#sign_up_panel select {
	border-color: #aaa;
}

/* (try to) make all input fields the same height */
.select2-container .select2-selection--single {
	height: 38px; 			/* 1 + 6 + 24 + 6 + 1 */
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
	padding-left: 16px;		/* left-align with other text input */
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.select2-container .select2-selection--multiple {
	min-height: 38px; 			
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	line-height: 30px;
	padding-left: 16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 2px;
}

#hear_aboutus {
	padding-left: 11px;
}

/* style "legalese" checkboxes - bigger and more colorful */

#sign_up_panel input[type='checkbox'] {
    width: 20px;
    height: 20px;
}

#sign_up_panel  .checkbox input[type='checkbox']{
	margin-left: -30px;
}

/* "ACTIVATION FAILED" PAGE */

#activation_failed_panel {
	padding: 15px 30px;
	margin-top: 100px;}
	
#activation_failed_panel .panel-heading {
	background-color: white;
	border-bottom: 0px;
}

#activation_failed_panel h4 {
	color: #a2102b;  			/* pactera-red-darker */
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
	text-transform: none;
	font-weight: 400;
	font-size: 28px;
    margin-bottom: 20px;
}

#activation_failed_panel .btn-primary {
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
	background-color: #a2102b;  /* pactera-red-darker */
	border-color: #a2102b;  	/* pactera-red-darker */
	white-space: normal;
	margin-top: 20px;
	color: white;
    text-transform: none;
    font-size: 18px;
    font-weight: normal;
}

#activation_failed_panel a {
	color: #a2102b;  			/* pactera-red-darker */
}

/* GENERAL  STUFF */

.float-left {
	float: left:
}

.float-right {
	float: right;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.name {
	font-style: italic;
}

.btn-primary:active:focus {
	background-color: #1c447f;;
    border-color: #10284b;;
}