*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

::placeholder{
  color: white;
}

p{
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
  font-family: Open Sans; }


.bCK {
    position: absolute;
    background-image: url(https://wallpaperplay.com/walls/full/7/9/f/15831.jpg);
    filter: blur(10px);
    width: 100%;
    height: 100%; }

.bCK::after {
  content: "";
  background: url(https://wallpaperplay.com/walls/full/7/9/f/15831.jpg);
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;   
}


/*--------------------
Buttons
--------------------*/
.btn {
  display: block;
  background: #bded7d;
  color: white;
  text-decoration: none;
  margin: 20px 0;
  padding: 15px 15px;
  border-radius: 5px;
  position: relative; }

.btn::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0), 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0), 0 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.btn:hover::after {
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.2); }

.btn-social {
  padding-left: 64px;
  position: relative;
  z-index: 1; }

.btn-social .fa {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 100%;
  text-align: center;
  background: rgba(49, 48, 48, 0.80);
  line-height: 3.2;
  border-radius: 5px 0 0 5px; }

.btn-facebook {
  background-color: #232222; }

.btn-twitter {
  background-color:#232222 }

.btn-google {
  background-color: #232222 }

.btn-linkedin {
  background-color: #232222; }

/*--------------------
Form
--------------------*/
.form fieldset {
  border: none;
  padding: 0;
  margin: 20px 0;
  position: relative; }

.form fieldset input {
  width: 100%;
  height: 48px;
  color: #ffffff;
  background: #232222;
  padding: 15px 40px 15px 15px;
  border-radius: 5px;
  font-size: 14px;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  vertical-align: top; }

.form button {
  width: 100%;
  outline: none !important;
  background: linear-gradient(-5deg, #4e2996, #8b00ff);
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: 0 3px 0px rgba(115, 136, 89, 0.2);
          box-shadow: 0 3px 0px rgba(115, 136, 89, 0.2);
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }

/*--------------------
Signup
--------------------*/
.signup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 800px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;}

.signup-connect,
.signup-classic {
  width: 50%;
  padding: 30px 50px;
  background: rgba(49, 48, 48, 1);}

.signup-connect {
  background: linear-gradient(134deg, #604ED4, #5DA8F9);
  color: white; }

.signup-connect h1 {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 65px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }

.signup-classic h2 {
  color: white;
  font-size: 16px;
  font-weight: normal;
  margin-top: 23px;
  margin-bottom: 43px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }

.signup-classic fieldset::after {
  content: '\f007';
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 17px;
  z-index: 2;
  width: 20px;
  color: white;
  text-align: center; }

.signup-classic fieldset.email::after {
  content: '\f0e0'; }

.signup-classic fieldset.password::after {
  content: '\f023'; }

@media screen and (max-width: 1024px){
  .signup{
    display: block;
      height: 100%;
      width: 100%;
  }
  .signup-connect{
    width: 100%;
    height:50%;
  }
  .signup-classic{
    width: 100%;
    height: 50%;
  }
  .signup-connect-content{
    margin-top: 50px;
  }
    .signup-connect h1{
        font-size: 3.1rem;
    }
    .btn{
        height: 60px;
    }
    .btn-p{
        position: relative;
        right: 1px;
        font-size: 1.2rem;
    }
    .fap{
        font-size: 1.5rem;
    }
    .signup-classic h2{
        font-size: 1.55rem;
    }
    .fa:before{
        position: relative;
        bottom: 5px;
        font-size: 24px;
    }
}

.signing:hover{
    text-decoration: underline;
}

.signing{
    text-decoration: none;
    color: white;
}

.paragraph_in_link{
    font-size: 12.4px;
    padding-right: 34px;
}

.paragraph_in_link:last-child{
    float: left;
}
/*# sourceMappingURL=loginStyle.css.map */