
.panel-body
{  
    color:#7B7070;
}
.panel-default
{
    width:400px;
    min-height:300px;
    border-top: 5px solid #7B7070;
    border-bottom: 5px solid #7B7070;
    margin:auto;
    overflow:hidden;
    position: relative;
    margin-top:6%;
}

.register_fb_img
{
    width: 93%;
    margin-left: 4%;
}

.other-way-register
{
    text-align: center;
    padding-bottom: 47px;
}

.first_name
{
    width: 94%;
    margin-left: 12px;
    margin-bottom: -5px;
    bottom: 40px;
}
.last_name
{
    width: 94%;
    margin-left: 12px;
    margin-bottom: -26px;
    bottom: 40px;
}
.email_place
{
    width: 94%;
    margin-left: 12px;
    bottom: 20px;
}

.password_place
{
    width: 94%;
    margin-left: 12px;
    margin-bottom: -5px;
    bottom: 40px;
}
.conf_password_place
{
    width: 94%;
    margin-left: 12px;
    margin-bottom: 0px;
}

.first-name-icon
{
    position: relative;
    bottom: 27px;
    left: 85%;
}

.last-name-icon
{
    position: relative;
    bottom: 27px;
    left: 85%;
}
.email-icon
{
    position: relative;
    bottom: 27px;
    left: 85%;
}

.password-icon
{
    display: inline-block;
    position: relative;
    bottom: 27px;
    left: 85%;
}



.btn-login
{
   
    padding: 8px 48px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #7B7070;
    color: #FFFFFF;
}

.btn-register2
{
    
    padding: 8px 38px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #7B7070;
    color: #FFFFFF;
}

.password_recovery
{
    padding-left: 15px;
}

h3
{
    
    color:#7B7070;
    font-weight: bold;
    text-align: center;
}

.register_div
{
    margin-right: 2%;
}

.or-option
{
    font-size: 20px;
   
    color:#7B7070;
    font-weight: bold;
    text-align: center;
}

.link
{
  clear:both;
  margin-top: 20px;
}
#login-btn
{
    z-index: 1;
}
.link a
{
    color: #7B7070 !important;
}
.links_login{
    padding:0;
}

.login_user
{
    background: #dad2d2;
    margin-top: 10px;
    padding: 5px 0px 19px 15px;
    margin-bottom: -15px;
}
.abc
{
    right: 20px;
    margin-left: 4%;
}



@media (max-width: 440px) {
  .panel-default {
      width: 100%;
  }
}

@media (max-width: 425px) {
  .login-button {
    padding: 8px 41px;
    margin-left: 2px;
  }
}

@media (max-width: 425px) {
  .register-button {
    margin-left: 23px;
    padding: 8px 13px;
  }
}
#register{
    overflow-y: auto;
}