/* ------------Popup for Social Login-------------------- */ 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

.social-login-box * {
  box-sizing: border-box;
}

.social-login-box {
  display: none;
  position: fixed;
  z-index: 99999;
  background: #fff;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  width: 60%;
  left: 0;
  right: 0;
  top: 10%;
  margin:auto;
  z-index: 999999999;
}
 /*  header */
.social-login-box header {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  background-color: #1c77a9;
  color: #fff;
}

.social-login-box h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

.social-login-box h3 span {
  font-weight: bold;
}

.social-login-box  a.close {
  line-height: 1;
  font-size: 22px;
  font-weight: normal;
  position: absolute;
  top: 0.5%;
  right: 2%;
  text-decoration: none;
  color: #fff;
}

.social-login-box  a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
  
/*  body */
.social-login-body {
  padding: 20px;
}
/*  start Social Account */
.social-login-body .social-account {
  width: 40%;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: top;
  margin: 20px 20px 20px 30px;
  background: url("https://d13dtqinv406lk.cloudfront.net/web-images/border.png") no-repeat 331px 77px;
  float: left;
  position: relative;
}

.social-login-body .social-account h2 {
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px 0;
}

.social-account-icons {
  font-size: 20px;
}

.social-account-icons a.facebook {
  background: #3a5897;
  color: #fff;
  display: inline-block;
  width: 230px;
  border-radius: 6px;
  margin-top: 20px;
}

.social-account-icons a.facebook span {
  display: inline-block;
  border-left: 1px solid #676768;
  padding: 15px 0 12px 10px;
  vertical-align: top;
}

.social-account-icons a.linkedin {
  background: #007ab6;
  color: #fff;
  display: inline-block;
  width: 230px;
  border-radius: 6px;
  margin-top: 20px;
}

.social-account-icons a.linkedin span {
  display: inline-block;
  border-left: 1px solid #676768;
  padding: 15px 0 12px 10px;
  vertical-align: top;
}

.social-account-icons a.googleplus {
  background: #dd4a39;
  color: #fff;
  display: inline-block;
  width: 230px;
  border-radius: 6px;
  margin-top: 20px;
}

.social-account-icons a.googleplus span {
  display: inline-block;
  border-left: 1px solid #676768;
  padding: 15px 0 12px 10px;
  vertical-align: top;
}

.social-account-icons a.facebook:hover {
  background: #344e86;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.social-account-icons a.linkedin:hover {
  background: #0271a7;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.social-account-icons a.googleplus:hover {
  background: #cf4536;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.social-account-icons  i {
  display: inline-block;
  width: 45px;
  vertical-align: top;
  height: 38px;
  text-indent: -99999px;
  background: url('https://d13dtqinv406lk.cloudfront.net/new_images/sprite-updated.png') no-repeat 0 0;
}

.social-account-icons .fb {
  background-position: -10px -614px;
}

.social-account-icons .in {
  background-position: -166px -616px;
}

.social-account-icons .gp {
  background-position: -90px -615px;
}

/*  start form */
.social-login-body .social-form {
  width: 41%;
  padding: 10px 15px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 10px;
}

.social-login-body .social-form h2 {
  font-size: 17px;
  margin: 0;
  padding: 0 0 10px 0;
}

.social-login-body .social-form #content {
  margin: 20px 0 0 0;
}

.social-login-body .social-form #content form input[type="text"],
.social-login-body .social-form #content form input[type="password"] {
  border-radius: 3px;
  transition: all 0.5s ease;
  border: 1px solid #999;
  color: #777;
  margin: 0 0 10px;
  padding: 13px 10px 15px 40px;
  width: 70%;
  min-width: 200px;
}

.social-login-body .social-form #content form input[type="text"]:focus,
.social-login-body .social-form #content form input[type="password"]:focus {
  background-color: #fff;
  border: 1px solid #7cb5d5;
  outline: none;
}

.social-login-body .social-form #userName {
  background-position: 10px 10px !important;
}

.social-login-body .social-form #pswd {
  background-position: 10px -53px !important;
}

.social-login-body .social-form #content form .btn-login {
  background: rgb(254,231,154);
  background: -moz-linear-gradient(top,  rgba(39,154,207,1) 0%, rgba(29,123,173,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(39,154,207,1) 0%,rgba(29,123,173,1) 100%);
  background: -o-linear-gradient(top,  rgba(39,154,207,1) 0%,rgba(29,123,173,1) 100%);
  background: -ms-linear-gradient(top,  rgba(39,154,207,1) 0%,rgba(29,123,173,1) 100%);
  background: linear-gradient(top,  rgba(39,154,207,1) 0%,rgba(29,123,173,1) 100%);
  border: 1px solid #186daa;
  color: #fff;
  cursor: pointer;
  float: left;
  font: bold 15px Helvetica, Arial, sans-serif;
  height: 40px;
  margin: 30px 0 10px 60px;
  position: relative;
  width: 150px;
}

.social-login-body .social-form #content form  .btn-login:hover {
  background: rgb(254,193,81);
  background: -moz-linear-gradient(top,  rgba(29,123,173,1) 0%, rgba(39,154,207,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(29,123,173,1) 0%,rgba(39,154,207,1) 100%);
  background: -o-linear-gradient(top,  rgba(29,123,173,1) 0%,rgba(39,154,207,1) 100%);
  background: -ms-linear-gradient(top,  rgba(29,123,173,1) 0%,rgba(39,154,207,1) 100%);
  background: linear-gradient(top,  rgba(29,123,173,1) 0%,rgba(39,154,207,1) 100%);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.social-login-body .social-form #content form div a {
  color: #2593c7;
  float: right;
  font-size: 14px;
  margin: 5px 45px 0 0;
  text-decoration: none;
}

.social-login-body .social-form #content form div a:hover {
  text-decoration: underline;
}
/*  footer */
.social-login-footer {
  text-align: center;
  border-top: 2px solid #ccc;
  padding: 10px;
}

.social-login-footer h4 {
  font-size: 20px;
  margin: 0;
  padding: 5px;
}

.social-login-footer h4 a {
  color: #238ec2;
  text-decoration: none;
}

.social-login-footer h4 a:hover {
  text-decoration: underline;
}

.social-login-body.css-fix .login-form-control i {
  position: absolute;
  margin: 10px;
}

.social-login-body.css-fix {
  display: flex;
  justify-content: space-around;
}

.social-login-body.css-fix .social-form #content form input[type="text"], .social-login-body.css-fix .social-form #content form input[type="password"] {
  width: 100% !important;
  min-width: unset !important;
}

.social-login-body.css-fix .social-account {
  width: auto !important;
  margin: 0;
}

.social-login-body.css-fix .social-form #content form .btn-login {
  margin: 20px auto;
  float: none;
  clear: both;
}

.social-login-body.css-fix .btn-login-container {
  text-align: center;
}

.social-login-body.css-fix .social-account-icons {
  display: flex;
  flex-direction: column;
}

.social-login-body.css-fix .social-acc-or {
  background: url(https://d13dtqinv406lk.cloudfront.net/web-images/border.png) no-repeat;
  background-position: center 35%;
}
/* ------------Popup for After Login -------------------- */
.after-login {
  position: absolute;
  z-index: 9999;
  background: #fff;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 370px;
}
 /*  header */
.after-login  header {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  background-color: #3a8828;
  color: #fff;
}

.after-login h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

.after-login  a.close {
  line-height: 1;
  font-size: 22px;
  font-weight: normal;
  position: absolute;
  top: 3%;
  right: 4%;
  text-decoration: none;
  color: #fff;
}

.after-login  a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
  
/*  body */
.after-login .social-login-body {
  padding: 20px;
}

.after-login .after-login-form h2 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  padding: 20px 0 20px 0;
}

.after-login .after-login-form {
  width: 80%;
  padding: 10px 20px;
  display: block;
  vertical-align: top;
  text-align: center;
}

.after-login .after-login-form  form  label {
  width: 100px;
  text-align: right;
  display: inline-block;
  padding: 10px 10px 10px 0;
  font-size: 14px;
  margin-top: 20px;
}

.after-login .after-login-form  form  label span {
  color: #ff2222;
}

.after-login .after-login-form  form input[type="text"],
.after-login .after-login-form  form select {
  border-radius: 3px;
  transition: all 0.5s ease;
  width: 220px;
  background: #f8f8f8;
  border: 1px solid #999;
  color: #777;
  margin: 0 0 10px;
  padding: 10px 10px;
}

.after-login .after-login-form  form .degreeClass {
  width: 240px;
}

.after-login .after-login-form  form .btn-align {
  margin: 20px 10px 0 126px;
}

.after-login .after-login-form  form .btn-save-continue {
  background: rgb(254,231,154);
  background: -moz-linear-gradient(top,  rgba(77,176,58,1) 0%, rgba(64,147,45,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(77,176,58,1) 0%,rgba(64,147,45,1) 100%);
  background: -o-linear-gradient(top,  rgba(77,176,58,1) 0%,rgba(64,147,45,1) 100%);
  background: -ms-linear-gradient(top,  rgba(77,176,58,1) 0%,rgba(64,147,45,1) 100%);
  background: linear-gradient(top,  rgba(77,176,58,1) 0%,rgba(64,147,45,1) 100%);
  border: 1px solid #3a8828;
  color: #fff;
  cursor: pointer;
  font: bold 15px Helvetica, Arial, sans-serif;
  height: 40px;
  position: relative;
  width: 240px;
}

.after-login .after-login-form  form .btn-save-continue:hover {
  background: rgb(254,193,81);
  background: -moz-linear-gradient(top,  rgba(64,147,45,1) 0%, rgba(77,176,58,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(64,147,45,1) 0%,rgba(77,176,58,1) 100%);
  background: -o-linear-gradient(top,  rgba(64,147,45,1) 0%,rgba(77,176,58,1) 100%);
  background: -ms-linear-gradient(top,  rgba(64,147,45,1) 0%,rgba(77,176,58,1) 100%);
  background: linear-gradient(top,  rgba(64,147,45,1) 0%,rgba(77,176,58,1) 100%);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
/* ----------css for social login ------------*/
.social-login-register {
  padding: 10px 0;
  text-align: center;
}

.social-login-register .rg-text {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #186daa;
  vertical-align: top;
  padding: 10px 20px 0 0;
}

.social-login-icons {
  display: inline-block;
}

.social-login-icons a {
  float: left;
  display: inline-block;
  margin-right: 20px;
  width: 38px;
  height: 38px;
  text-indent: -99999px;
  background: url(https://d13dtqinv406lk.cloudfront.net/new_images/sprite-updated.png) no-repeat 0 0;
}

.social-login-icons .fb {
  background-position: -15px -563px;
}

.social-login-icons .in {
  background-position: -175px -562px;
}

.social-login-icons .gp {
  background-position: -97px -562px;
}

.social-login-icons .fb:hover,.social-login-icons .in:hover,.social-login-icons .gp:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.social-login-register .or-seperator {
  width: 85%;
  margin: 1.6em auto;
  overflow: hidden;
  text-align: center;
  font-weight: 300;
  color: #939090;
}

.social-login-register .or-seperator:before, .social-login-register .or-seperator:after {
  content: "";
  display: inline-block;
  width: 50%;
  margin: 0 .8em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px dotted #939090;
}

.social-login-register .or-seperator:after {
  margin: 0 -55% 0 .8em;
}

.social-login-overlay {
  display: none;
  opacity: 0.7;
  filter: alpha(opacity=0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21433;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

.btn-register a {
  color: #fff!important;
  background: rgb(254,231,154);
  background: -moz-linear-gradient(top,  rgba(77,176,58,1) 0%, rgba(64,147,45,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(77,176,58,1) 0%,rgba(64,147,45,1) 100%);
  background: -o-linear-gradient(top,  rgba(77,176,58,1) 0%,rgba(64,147,45,1) 100%);
  background: -ms-linear-gradient(top,  rgba(77,176,58,1) 0%,rgba(64,147,45,1) 100%);
  background: linear-gradient(top,  rgba(77,176,58,1) 0%,rgba(64,147,45,1) 100%);
  border: 1px solid #3a8828;
  color: #fff;
  cursor: pointer;
  font: 14px Helvetica, Arial, sans-serif;
  position: relative;
  padding: 7px 22px;
  display: inline-block;
  float: right;
}

.btn-register a:hover {
  background: rgb(254,193,81);
  background: -moz-linear-gradient(top,  rgba(64,147,45,1) 0%, rgba(77,176,58,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(64,147,45,1) 0%,rgba(77,176,58,1) 100%);
  background: -o-linear-gradient(top,  rgba(64,147,45,1) 0%,rgba(77,176,58,1) 100%);
  background: -ms-linear-gradient(top,  rgba(64,147,45,1) 0%,rgba(77,176,58,1) 100%);
  background: linear-gradient(top,  rgba(64,147,45,1) 0%,rgba(77,176,58,1) 100%);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.btn-login a {
  color: #fff!important;
  background: rgb(254,231,154);
  background: -moz-linear-gradient(top,  rgba(39,154,207,1) 0%, rgba(29,123,173,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(39,154,207,1) 0%,rgba(29,123,173,1) 100%);
  background: -o-linear-gradient(top,  rgba(39,154,207,1) 0%,rgba(29,123,173,1) 100%);
  background: -ms-linear-gradient(top,  rgba(39,154,207,1) 0%,rgba(29,123,173,1) 100%);
  background: linear-gradient(top,  rgba(39,154,207,1) 0%,rgba(29,123,173,1) 100%);
  border: 1px solid #186daa;
  color: #fff;
  cursor: pointer;
  font: 14px Helvetica, Arial, sans-serif;
  margin-right: 10px;
  position: relative;
  padding: 7px 22px;
  display: inline-block;
}

.btn-login a:hover {
  background: rgb(254,193,81);
  background: -moz-linear-gradient(top,  rgba(29,123,173,1) 0%, rgba(39,154,207,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(29,123,173,1) 0%,rgba(39,154,207,1) 100%);
  background: -o-linear-gradient(top,  rgba(29,123,173,1) 0%,rgba(39,154,207,1) 100%);
  background: -ms-linear-gradient(top,  rgba(29,123,173,1) 0%,rgba(39,154,207,1) 100%);
  background: linear-gradient(top,  rgba(29,123,173,1) 0%,rgba(39,154,207,1) 100%);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.social-login-error {
  display: block;
  color: #FF0000;
  padding-left: 80px;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 27px;
  font-weight: 300;
  margin: 10px;
}
/*  Social login popupMedia query starts here */

@media only screen and (max-width: 768px) {
	
  .social-login-body.css-fix .social-acc-or {
    background: none;
  }

  .social-login-body.css-fix .social-account-icons {
    flex-direction: row;
  }

  .social-login-body.css-fix {
    flex-direction: column;
  }

  .social-login-box {
    width: 98%;
    height: auto;
    margin: 4px;
  }

  .social-login-body .social-account {
    width: 95%;
    margin: 10px 0px 10px 0px;
    background: none;
  }

  .social-login-body .social-form {
    width: 95%;
    margin: 10px 0px 10px 0px;
  }

  .after-login {
    left: 0%;
    top: 0%;
    width: 98%;
    height: auto;
    margin: 4px;
  }

  .after-login .social-login-body {
    padding: 20px;
  }

  .after-login .after-login-form  form  label {
    width: 74%;
    text-align: left;
    margin-top: 10px;
  }

  .after-login .after-login-form  form .btn-align {
    margin: 10px 10px 15px 10px;
  }

  .social-account,.social-login-box * {
    box-sizing: border-box;
  }

  .social-login-body .social-form p {
    text-align: center;
  }

  .social-login-box {
    font-family: 'Open Sans';
  }

  .social-login-body .social-form #userName {
    background-position: 10px 6px !important;
  }

  .social-login-body .social-form #pswd {
    background-position: 10px -56px !important;
  }

  .social-account-icons .fb {
    background-position: -12px -622px;
  }

  .social-account-icons .in {
    background-position: -167px -622px;
  }

  .social-account-icons .gp {
    background-position: -89px -622px;
  }

  .social-login-box {
    width: 98%;
    height: auto;
    margin: 4px;
  }

  .social-login-body .social-account {
    width: 100%;
    margin: 0px;
    background: none;
  }

  .social-login-body .social-form {
    width: 100%;
    margin: 0px;
  }

  .after-login {
    left: 0%;
    top: 0%;
    width: 98%;
    height: auto;
    margin: 4px;
  }

  .after-login .social-login-body {
    padding: 20px;
  }

  .after-login .after-login-form  form  label {
    width: 74%;
    text-align: left;
    margin-top: 10px;
  }

  .after-login .after-login-form  form .btn-align {
    margin: 10px 10px 15px 10px;
  }

  .account-name {
    display: none !important;
  }

  .social-account-icons a.linkedin,.social-account-icons a.facebook,.social-account-icons a.googleplus {
    width: auto;
    margin: 0px;
  }

  .social-account {
    width: 100%;
  }

  .social-account-icons {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    text-align: center;
  }

  .social-login-body {
    padding: 10px 0px;
  }

  .social-form {
    width: 100%;
  }

  .social-login-body .social-form h2 {
    text-align: center;
  }

  .login-form-control {
    padding: 10px;
    text-align: center;
  }

  .social-login-body .social-form #content form input[type="text"], .social-login-body .social-form #content form input[type="password"] {
    width: 100%;
    min-width: unset;
    margin: 0px;
    height: 40px;
  }

  .social-login-body .social-form #content form .btn-login {
    width: 100%;
    margin: 0px;
    float: unset;
  }

  .btn-login-container {
    padding: 0px 10px;
  }

  .login-form-control .form-links {
    display: block;
    text-align: right;
  }

  .social-login-body .social-form #content form div a {
    float: unset;
    margin: 0px;
  }

  .social-login-body .social-form #content {
    margin: 0px;
  }

  .social-login-footer {
    padding: 0px;
  }

  .social-login-box header {
    padding: 10px 0px;
    font-size: 16px;
  }

  .social-login-box a.close {
    line-height: 6px;
  }

  .social-login-footer h4 {
    font-size: 16px;
  }

  .social-login-box h3 {
    font-size: 16px;
  }

  .social-acc-or {
    float: left;
    width: 100%;
    margin: 8px 0px;
  }

  .social-acc-or h3 {
    color: red;
    font-weight: 600;
  }
}

@media only screen and (max-width:500px) {
  .social-login-box {
    width: 98%;
    margin: 40px auto;
    position: absolute;
    top: 3%;
  }

  .social-login-body .social-account {
    width: 95%;
    margin: 10px 0px 10px 0px;
    background: none;
  }
  .social-login-body.css-fix .social-form #content form .btn-login{
    margin: 6px auto;;
  }

  .after-login {
    left: 0%;
    top: 0%;
    width: 98%;
    height: auto;
    margin: 4px;
  }

  .after-login .social-login-body {
    padding: 20px;
  }

  .after-login .after-login-form  form  label {
    width: 74%;
    text-align: left;
    margin-top: 10px;
  }

  .after-login .after-login-form  form .btn-align {
    margin: 10px 10px 15px 10px;
  }
  .social-login-register .rg-text{ padding: 0px 20px 10px 0;}
}

/* social login popup media query ends here */

















                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
