@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);
*:focus {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #222;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

#login-box {
  position: relative;
  margin: 5% auto;
  width: 700px;
  height: 460px;
  background: #eee;
  border-radius: 12px;
  

}

.left {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 40px;
  width: 300px;
  height: 460px;
}

h1 {
  margin: 0 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: 220px;
  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"] {
  margin-top: 28px;
  width: 120px;
  height: 32px;
  background: #16a085;
  border: none;
  border-radius: 2px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.1s ease;
  cursor: pointer;
}

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: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  line-height: 40px;
  text-align: center;
}

.emailverify {
  position: absolute;
  top: 188px;
  left: 200px;
  width: 70px;
  height: 30px;
  background: #55ACEE;
  border-radius: 30%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  line-height: 40px;
  text-align: center;
  z-index:999;
  box-shadow:  2px 5px 5px #888888;
}
.email_otp_confirm {
  position: absolute;
  top: 238px;
  left: 200px;
  width: 70px;
  height: 30px;
  background: #55ACEE;
  border-radius: 40%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  line-height: 40px;
  text-align: center;
  z-index:999;
  
  box-shadow:  2px 5px 5px #888888;
}
.rightimg {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 40px;
  width: 500px;
  height: 460px;
 /*background: url('../images/background/backplain1.jpg') ;
 
  background-size: 500px 500px;
  background-position: center;
  border-radius: 0 2px 2px 0;*/
}

/* .right {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 40px;
  width: 500px;
  height: 500px;
  background: url('../images/background/26.png') ;
  background-size: 600px 500px;
  background-position: center;
  border-radius: 0 2px 2px 0; */
}

.right .loginwith {
  display: block;
  margin-bottom: 40px;
  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;
  border-top-rightradius:12px;
  border-top-l border-top-right-radius:52px;
  border-top-left-radius:12px; border-top-right-radius:52px;
  border-top-left-radius:12px; border-top-right-radius:52px;
 
}

button.social-signin.twitter {
  background: #7e4b94;
  box-shadow:  12px 15px 35px #888888;
}

button.social-signin.google {
  background: #DD4B39;
}



.silverButton {
	font-weight:bolder;
	font-size: 10pt; 
	color: white; 
	background-color:#bd98cd; 

	min-width: 10em; 
	height: 2em; 
	border-width: 3px; 
	border-color: orange; 
	border-top-left-radius: 50px; 
	border-top-right-radius: 50px; 
	border-bottom-left-radius: 50px; 
	border-bottom-right-radius: 50px;
	
}

.silverButton:hover {
   border-top-color: orange;
   background:#ADD8E6;
   color: white;
   }
.silverButton:active {
   border-top-color: orange;
   background: #bd98cd;
   color: white;
   }
   
   .mybutton{
color: #1982C4;
width:220px;
height:36px;
border-top-right-radius:52px;
border-top-left -radius:12px;
background-color: #fff;
border-color: white;
}
.mybutton:hover{
-webkit-box-shadow: 0px 0px 30px 0px rgba(76, 181, 247, 1);
box-shadow: 0px 0px 30px 0px rgba(76, 181, 247, 1);
}
.mybutton:before{
top: 0;
left: 0;
position: absolute;
width: 45px;
height: 2px;
background: #4CB5F7;
content: '';
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.mybutton:hover:before{
opacity: 1;
left: 50%;
-webkit-transform: rotate(0deg) translateX(-50%);
transform: rotate(0deg) translateX(-50%);
}
.mybutton:after{
right: 0;
bottom: 0;
position: absolute;
width: 45px;
height: 2px;
background: #4CB5F7;
content: '';
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.mybutton:hover:after{
opacity: 1;
right: 50%;
-webkit-transform: rotate(0deg) translateX(50%);
transform: rotate(0deg) translateX(50%);
}



////
 button.social-signin.twitter{
color: #1982C4;
width:220px;
height:36px;
border-top-right-radius:52px;
border-top-left -radius:12px;
background-color: #fff;
border-color: white;
}
button.social-signin.twitter:hover{
-webkit-box-shadow: 0px 0px 30px 0px rgba(76, 181, 247, 1);
box-shadow: 0px 0px 30px 0px rgba(76, 181, 247, 1);




}
button.social-signin.twitter:before{
top: 0;
left: 0;
position: absolute;
width: 45px;
height: 2px;
background: #4CB5F7;
content: '';
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
button.social-signin.twitter:hover:before{
opacity: 1;
left: 50%;
-webkit-transform: rotate(0deg) translateX(-50%);
transform: rotate(0deg) translateX(-50%);
}
button.social-signin.twitter:after{
right: 0;
bottom: 0;
position: absolute;
width: 45px;
height: 2px;
background: #7e4b94;
content: '';
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
button.social-signin.twitter:hover:after{
opacity: 1;
right: 50%;
-webkit-transform: rotate(0deg) translateX(50%);
transform: rotate(0deg) translateX(50%);
}






button.social-signin.twitter:hover{
-webkit-box-shadow: 0px 0px 30px 0px rgba(76, 181, 247, 1);
box-shadow: 0px 0px 30px 0px rgba(76, 181, 247, 1);
}















button.email_otp_btn:before{
top: 0;
left: 0;
position: absolute;
width: 45px;
height: 2px;
background: #4CB5F7;
content: '';
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
 button.email_otp_btn:hover:before{
opacity: 1;
left: 50%;
-webkit-transform: rotate(0deg) translateX(-50%);
transform: rotate(0deg) translateX(-50%);
}
button.email_otp_btn:after{
right: 0;
bottom: 0;
position: absolute;
width: 45px;
height: 2px;
background: white;
content: '';
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
button.email_otp_btn:hover:after{
opacity: 1;
right: 50%;
-webkit-transform: rotate(0deg) translateX(50%);
transform: rotate(0deg) translateX(50%);
}








