#stacks_out_1_page7{
	height: 52vh;
	overflow: auto;
}

    * {box-sizing: border-box}
    * {box-sizing: border-box}
.mySlides {
display: none;
height:100%;
}
/* Create two equal columns that floats next to each other */
.columnEdu {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.rowEdu:after {
  content: "";
  display: table;
  clear: both;
}
#work
{
width:100%;
height:35px;
}
#dept
{
float:left;
width:40%;
height:35px;
}
#deptOpt1,#deptOpt2,#deptOpt3,#deptOpt3,#deptOpt4,#deptOpt5,#deptOpt6

{
float:left;
width:60%;
height:35px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.8);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.blur-filter {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/*the container must be positioned relative:*/

* {
  box-sizing: border-box;
}

#regForm {
 	border:ridge;
  	margin:auto;
  	margin-top:0%;
  	font-family: Raleway;
  	padding: 0px;
  	width: 50%;
  	height:300px;
}

.containerradio {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;font-size:14px;color:black;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float:left;
}

/* Hide the browser's default radio button */
.containerradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

#signForm
 {
  	margin: auto;
  	font-family: Raleway;
  	padding: 0px;
  	width: 50%;
	margin-top:0%;
	height:auto;
	border:ridge;
}
.logindiv
{
height:auto;
}
#forgotPassword
 {
  border:ridge;
  margin: auto;
  font-family: Raleway;
  padding: 40px;
  width: 42%;

}
.prevnextdiv
{
 	position: relative;
    bottom: 0px;
    margin-left:0%;
	width:100%;
	height:20px;
}
#changePassword {
  background-color: #ffffff;
  margin: auto;
  font-family: Raleway;
  padding: 40px;
  width: 40%;
  border:ridge;
}
h1 {
  text-align: center;
}

input {
  padding: 5px;
  width: 60%;
  font-size: 16px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}
.signInBut7 {
  background-color: #318BF4;
  color: #ffffff;
  border: none;
  padding: 1px 10px;
  font-size: 16px;
  width:25%;
  font-weight:bold;
  font-family: Raleway;
  cursor: pointer;
  margin-left:8%;
  height:32px;
  margin-top:10%;
}
.signInBut7:hover {
  background-color: #2069E1;
}
.signInBut6 {
  background-color: #318BF4;
  color: #ffffff;
  border: none;
  padding: 1px 10px;
  font-size: 16px;
  width:20%;
  font-weight:bold;
  font-family: Raleway;
  cursor: pointer;
  margin-left:20%;
  height:40px;
  margin-top:-9%;
}
.signInBut6:hover {
  background-color: #2069E1;
}
.signInBut5 {
  background-color: #318BF4;
  color: #ffffff;
  border: none;
  padding: 1px 10px;
  font-size: 16px;
  width:20%;
  font-weight:bold;
  font-family: Raleway;
  cursor: pointer;
  height:40px;
  margin-left:50%;
}
.signInBut5:hover {
  background-color: #2069E1;
}
.signInBut4 {
  background-color: #318BF4;
  color: #ffffff;
  border: none;
  padding: 1px 10px;
  font-size: 16px;
  width:20%;
  font-weight:bold;
  font-family: Raleway;
  cursor: pointer;
  margin-left:40%;
  height:40px;
  margin-top:-1%;
}
.signInBut4:hover {
  background-color: #2069E1;
}
.signInBut3 {
  background-color: #318BF4;
  color: #ffffff;
  border: none;
  padding: 4px 12px;
  font-size: 14px;
  width:22%;
  font-weight:bold;
  font-family: Raleway;
  cursor: pointer;
  height:30px;
  text-align: center;

  margin-left:40%;
}
.signInBut3:hover {
  background-color: #2069E1;
}
.signInBut {
  background-color: #318BF4;
  color: #ffffff;
  border: none;
  padding: 1px 12px;
  width:35%;
  height:40px;
  font-family: Raleway;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;font-size:15px;
}
.psignIn
{
font-family: 'Ubuntu', sans-serif;font-size:15px; color: black;
}
.signInBut:hover {
  background-color: #2069E1;
}

#forgotPassBut
{
 background-color: #318BF4;
  color: #ffffff;
  border: none;
  padding: 8px 15px;
  font-size: 15px;
  width:50%;
  font-family: Raleway;
  cursor: pointer;
  margin-left:0%;
}
#forgotPassBut:hover {
  background-color: #2069E1;
}


.errorMsg
{
color:red;
font-size:14px;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
.psw
{
text-decoration: underline;
cursor:pointer;
font-family: 'Ubuntu', sans-serif;font-size:15px;color:black;
}
.form-radio
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     color: #666;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;
     margin-right: 7px;
     outline: none;
}
.form-radio:checked::before
{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio:hover
{
     background-color: #f7f7f7;
}
.form-radio:checked
{
     background-color: #f1f1f1;
}
label
{
     font: 15px/1.7 'Open Sans', sans-serif;
     color: #333;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     cursor: pointer;
}
.form-checkbox
{
     border-radius: 3px;
}
.form-radio
{
     border-radius: 50px;
}


.user-input-wrp {
	position: relative;
	width: 99%;
}
.user-input-wrp .inputText{
	width: 70%;
	outline: none;
	border:none;
	border-bottom: 1px solid #777;
 	box-shadow: none !important;
	border-color: #808080;
	border-width: medium medium 2px;
}
.user-input-wrp .floating-label {
	position: absolute;
	pointer-events: none;
	top: 50%;
	left: 15%;
	transition: 0.2s ease all;
	font-family: 'Ubuntu', sans-serif;font-size:15px;color:black;
}
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
	top: 5%;
	left: 15%;
	font-size: 13px;
	opacity: 1;
	font-family: 'Ubuntu', sans-serif;font-size:15px;color:black;
}
.checkmarkcheckbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.containercheckbox:hover input ~ .checkmarkcheckbox {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containercheckbox input:checked ~ .checkmarkcheckbox {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkcheckbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containercheckbox input:checked ~ .checkmarkcheckbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.containercheckbox .checkmarkcheckbox:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.containercheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containercheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerradio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerradio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerradio .checkmark:after {
 	top: 2px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}
#country
{
height:40px;
width:50%;
margin-left:2%
}
#education
{
height:35px;
width:100%;
}

#contDiv
{
font-size:13px;
width:100%;
}
#level
{
color: black;
font-size: 14px;
position:relative;
margin-left:0%;
text-align: center;
}

.changeWidth
{
width:35%;
}

@media screen and (max-width: 416px) {
	#signForm{
  		width: 100%;
	}
	.signInBut {
		width:50%;
	}
	#regForm{
		width: 100%;
		height: 350px;
	}
	.prevnextdiv{
		margin-top: 4em;
	}
	#forgotPassword{
		width: 100%;
		padding: 10px;
	}
}

