@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);
*:focus {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  background: linear-gradient(0deg, #bdc1cc, #e7ebee);
  height: 800px;
  font-size: 16px;
  color: #222;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}


#logo {
  background-color: #c9ccd3 ;
  position: relative;
  margin: 2% auto;
  width: 600px;
  height: 228px;
  border-radius: 5px;
  box-shadow: 0 0.5px 0px rgba(0, 0, 0, 0.4);
}

.title {
   position: relative;
  top: 5px;
  left: 0;
  background-image: url(../Images/logo.png);
  box-sizing: border-box;
  padding: 1px;
  width: 246px;
  height: 218px;
}




#login-box {
  position: relative;
  margin: 0% auto;
  width: 600px;
  height: 400px;
  background : #FFF;
  background-image: url(../Images/BG.png);
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}


.left {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 30px;
  width: 300px;
  height: 400px;
}

h1 {
 
  margin: 20px 0 20px 0;
  font-weight: 300;
  font-size: 28px;
}

input[type="text"],
input[type="password"] {
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 4px;
  width: 242px;
  height: 32px;
  border: none;
  border-bottom: 1px solid #AAA;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  transition: 0.2s ease;
}

input[type="text"]:focus,
input[type="password"]:focus {
  border-bottom: 2px solid #16a085;
  color: #16a085;
  transition: 0.2s ease;
}


input[type="submit"]:hover,
input[type="submit"]:focus {
  opacity: 0.8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}

input[type="submit"]:active {
  opacity: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}

.or {
  position: absolute;
  top: 180px;
  left: 280px;
  width: 40px;
  height: 40px;
  background: #DDD;
  border-radius: 10%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  line-height: 40px;
  text-align: center;
}

.right {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 40px;
  width: 300px;
  height: 400px;
  background-image: url(../Images/BG1.png);
  background-size: cover;
  background-position: center;
  border-radius: 0 5px 5px 0;
}

.right .loginwith {
  display: block;
  margin-bottom: 35px;
  font-size: 28px;
  color: #FFF;
  text-align: center;
}

button.social-signin {
  margin-bottom: 20px;
  width: 220px;
  height: 36px;
  border: none;
  border-radius: 2px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  transition: 0.2s ease;
  cursor: pointer;
}

button.social-signin:hover,
button.social-signin:focus {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  transition: 0.2s ease;
}

button.social-signin:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: 0.2s ease;
}

button.social-signin.facebook {
  background: #32508E;
}

button.social-signin.twitter {
  background: #55ACEE;
}

button.social-signin.google {
  background: #DD4B39;
}


.quickstart-user-details-container, .user-details-container {
  margin-top: 20px;
  line-height: 25px;
}
#quickstart-sign-in-status, #sign-in-status {
  font-weight: bold;
}


button.ikap-signin {
 background: #2d3647;
 margin-bottom: 10px;
  width: 242px;
  height: 36px;
  border: none;
  border-radius: 2px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  transition: 0.2s ease;
  cursor: pointer;
  
  
}

button.ikap-signup {
 background: #2d3647;
 margin-bottom: 40px;
  width: 242px;
  height: 36px;
  border: none;
  border-radius: 2px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  transition: 0.2s ease;
  cursor: pointer;
  
  
}

button.ikap-resend-user-email-pass {
 background: #2d3647;
 margin-bottom: 20px;
  width: 242px;
  height: 36px;
  border: none;
  border-radius: 2px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  transition: 0.2s ease;
  cursor: pointer;
  
  
}

button.ikap-signout {
 background: #2d3647;
 margin-bottom: 10px;
  width: 242px;
  height: 36px;
  border: none;
  border-radius: 2px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  transition: 0.2s ease;
  cursor: pointer;
}
	
button.ikap-verify-email {
 background: #2d3647;
 margin-bottom: 20px;
  width: 242px;
  height: 36px;
  border: none;
  border-radius: 2px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  transition: 0.2s ease;
  cursor: pointer;	
}










.ProfileCardContainer {
  position: fixed;
  margin-left: 300px;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: avatar;
  animation-name: avatar;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
}

.ProfileCardAvatar {
  display: flex;
  background: url('https://raw.github.com/stahlfest/Valf-Profilecard/master/avatar.jpg');
  height: 200px;
  width: 200px;
  border-radius: 100px;
  border: solid 1px #8c8c8c;
  
  margin-left: 20%;

}

#uploader{
	-webkit-appearnce: none;
	appearance: none;
	width: 20%;
	margin-bottom: 2px;
}



@keyframes avatar {
  from {
	margin-top: -1em;
	transform: rotateX(-70deg);
  }

  38%{
	transform: rotateX(30deg);
  }

  50%{
	transform: rotateX(10deg);
  }

  70%{
	transform: rotateX(14deg);
  }

  to {
	transform: rotateX(0deg);
  }
}

@-moz-keyframes avatar {
  from {
	margin-top: -1em;
	-moz-transform: rotateX(-70deg);
  }

  38%{
	margin-top: 0;
	-moz-transform: rotateX(30deg);
  }

  50%{
	-moz-transform: rotateX(10deg);
  }

  70%{
	-moz-transform: rotateX(14deg);
  }

  to {
	-moz-transform: rotateX(0deg);
  }
}

@-webkit-keyframes avatar {
  from {
	margin-top: -1em;
	-webkit-transform: rotateX(-70deg);
  }

  38%{
	margin-top: 0;
	-webkit-transform: rotateX(30deg);
  }

  50%{
	-webkit-transform: rotateX(10deg);
  }

  70%{
	-webkit-transform: rotateX(14deg);
  }

  to {
	 -webkit-transform: rotateX(0deg);
   }
}

.ProfileCardTop {
  margin-right: -50px;
  margin-top: auto;
  width: auto;
  height: auto;
}

.ProfileCardName{
  position: relative;
  width: auto;
  color: #ffffff;
  margin-top: 15px;
  text-align: center;
  
  
  
}


.ProfileCardTextTitle {
  float: left;
  margin: .0 0 0 0;
  width: auto;
  list-style: none;
  font-family: Arial, sans-serif;
 
  text-align: right;
  color: #686b6b;
}

.ProfileCardJob {
  margin-bottom: 60px;
}

.ProfileCardText {
  margin-left: 50px;
  padding-top: 0px;
  list-style: none;
  font-family: Arial, sans-serif;
 
  color: #adb1b2;

  span {
	display: block;
	line-height: 1.35em;
	margin: -1em 0 0.8em 0;
  }

  a {
	text-decoration: none;
	color: #adb1b2;
  }

	}




.quickstart-user-details-container{
	
  float: left;
  margin: .0 0 0 0;
  width: auto;
  list-style: none;
  font-family: Arial, sans-serif;
 
  text-align: right;
  color: #ffffff;
	font-size: 8px;		
}

.quickstart-account-details{
	font-display: auto;
	font-size: 5;
	color: #ffffff; 
}

