
*{
  margin: 0;
  padding: 0;
  outline: 0;
}
body{

}

.form-control:focus {
      border-color: #5cb85c;
  }
  .form-control, .btn {
      /* border-radius: 50px; */
  outline: none !important;
  }
.signup-form {
  width: 95%;
    margin: 0 auto;
  padding: 30px 0;

}
  .signup-form form {
  border-radius: 5px;
    margin-bottom: 20px;
      background: #fff;
      -webkit-box-shadow: inset 6px 7px 44px -17px rgba(32,168,32,1);
    -moz-box-shadow: inset 6px 7px 44px -17px rgba(32,168,32,1);
    box-shadow: inset 6px 7px 44px -17px rgba(32,168,32,1);
      padding: 40px;
  }
.signup-form a {
  color: #5cb85c;
}
.signup-form h2 {
  text-align: center;
  font-size: 34px;
  margin: 10px 0 15px;
}
.signup-form .hint-text {
  color: #999;
  text-align: center;
  margin-bottom: 20px;
}
.signup-form .form-group {
  margin-bottom: 20px;
}
  .signup-form .btn {
      font-size: 18px;
  line-height: 26px;
      font-weight: bold;
  text-align: center;
  }
.signup-btn {
  text-align: center;
  border-color: #5cb85c;
  transition: all 0.4s;
}
.signup-btn:hover {
  background: #5cb85c;
  opacity: 0.8;
}
  .or-seperator {
      margin: 50px 0 15px;
      text-align: center;
      border-top: 1px solid #e0e0e0;
  }
  .or-seperator b {
      padding: 0 10px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  display: inline-block;
      border: 1px solid #e0e0e0;
  border-radius: 50%;
      position: relative;
      top: -22px;
      z-index: 1;
  }
  .social-btn .btn {
  color: #fff;
      margin: 10px 0 0 15px;
  font-size: 15px;
  font-weight: normal;
  border: none;
  transition: all 0.4s;
  }
.social-btn .btn:first-child {
  margin-left: 0;
}
.social-btn .btn:hover {
  opacity: 0.8;
}
.social-btn .btn-primary {
  background: #507cc0;
}
.social-btn .btn-info {
  background: #64ccf1;
}
.social-btn .btn-danger {
  background: #df4930;
}
.social-btn .btn i {
  float: left;
  margin: 3px 10px;
  font-size: 20px;
}

.modal-login {
color: #636363;
/* border: 1px solid #008000d9; */
/* box-shadow: 1px 1px 3px 1px $; */
}
.modal-login .modal-content {
padding: 20px;
border-radius: 5px;
border: none;
}
.modal-login .modal-header {
border-bottom: none;
position: relative;
justify-content: center;
}
.modal-login h4 {
text-align: center;
font-size: 26px;
margin: 30px 0 -15px;
}
.modal-login .form-control:focus {
border-color: #70c5c0;
}
.modal-login .form-control, .modal-login .
{
min-height: 40px;
border-radius: 3px;
}
.modal-login .close {
position: absolute;
top: -5px;
right: -5px;
}
.modal-login .modal-footer {
background: #ecf0f1;
border-color: #dee4e7;
text-align: center;
justify-content: center;
margin: 0 -20px -20px;
border-radius: 5px;
font-size: 13px;
}
.modal-login .modal-footer a {
color: #999;
}
.modal-login .avatar {
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
top: -70px;
width: 95px;
height: 95px;
border-radius: 50%;
z-index: 9;
background: green;
padding: 15px;
text-align: center;
/* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); */
}
.modal-login .avatar img {
width: 100%;
}
.modal-login.modal-dialog {
margin-top: 80px;
}
.modal-login .btn {
color: #fff;
border-radius: 4px;
background: green;
text-decoration: none;
transition: all 0.4s;
line-height: normal;
border: none;
}
.modal-login .btn:hover, .modal-login .btn:focus {
background: #008000d9;
outline: none;
}

.btn_register{
background: #115cba;
outline: none;
color: #fff;
text-align: center;
}
.trigger-btn {
display: inline-block;
margin: 100px auto;
}
.user_avater{
font-size: 50px;
color: #fff;
}
.col_6{
  width: 50%;
}
