 .form-section {
    max-width: 440px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.form-section .social-list li a {
    font-size: 12px;
    font-weight: 600;
    width: 116px;
    margin: 2px 13px 6px -2px;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}
.form-section h3
{
    margin-bottom: 20px;
    padding-top:  30px;
    text-align: center;
    text-transform: capitalize;
}

.form-section .social-list li a span {
    margin-right: 7px;
}
.facebook-i {
    background: #4867aa;
    color: #fff;
}
.twitter-i {
    background: #33CCFF;
    color: #fff;
}

.twitter-color {
    color: #33CCFF;
}
.facebook-color {
    color: #4867aa;
}
.google-color {
    color: #db4437;
}
.facebook-color {
    color: #4867aa;
}
.form-section p {
    color: #616161;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
}
.google-i {
    background: #db4437;
    color: #fff;
}
.form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}
.form-section .extra-login > span {
   width: auto;
    float: none;
    display: inline-block;
    background: #fff;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-family: Open Sans;
    font-size: 13px;
    color: #8e3c27;
    text-transform: capitalize;
    font-weight: bold;
    opacity: 1;
}

.form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background:#8e3c27;
    content: "";
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.login-4 .form-section .extra-login {
    float: left;
    width: 100%;
    margin: 25px 0 25px;
    text-align: center;
    position: relative;
}

.form-section .extra-login {
    float: left;
    width: 100%;
    margin: 25px 0 25px;
    text-align: center;
    position: relative;
}
.form-section a.forgot-password {
    font-size: 14px;
    color: #616161;
    float: right;
    line-height: 45px;
    margin-right: 30px;
}
.form-section .btn-md {
    cursor: pointer;
    padding: 12px 50px 11px 50px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
}
.form-section .btn-theme {
    background: #8e3c27;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: none;
    color: #fff;
    margin-right: 20px;
    margin-left: 8px;
}
.form-section .form-box input {
    float: left;
    width: 100%;
    padding: 11px 20px 11px 20px;
}
.form-section .input-text {
    font-size: 14px;
    outline: none;
    background: #e8e8e8;
    color: #616161;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
}
.form-section .form-group {
    margin-bottom: 25px;
}
.form-section .form-box {
    float: left;
    width: 100%;
    position: relative;
}
.form-section p {
    color: #616161;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
}
 .form-section .social-list li a i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    float: left;
    color: #fff;
    border-radius: 20px;
}
.sign-up-close
{
	margin-right: 16px;
    margin-top: 10px;
    font-size: 30px;
}
.form-section .form-box input
{
float: left;
    padding: 11px 20px 11px 20px;
    margin: 0px 10px;
    width: 94%;
}
.margin
{
    margin: 0px 15px 50px 16px!important;
}
.height
{
	height:270px;
}
.login-height
{
    height:430px;
}