.auth-fluid-form-box {
    max-width: 560px;
    border-radius: 4px;
    width: 100%;
    margin: 0 auto;
}
.form-label {
    font-size: 15px;
    font-weight: 500;
}

.inputstyle,
.selectstyle,
.textareastyle {
    border: 2px solid #e9e9e9;
    border-radius: 0;
    font-size: 14px;
}

.inputstyle,
.selectstyle {
    height: 40px;
}

a.forgot-link:hover {
    color: #0657bb;
}

.registerSelect {
    margin-top: 60px;
    min-height: 600px;
}

.registerSelect h1 {
    color: #000;
    font-size: 36px;
    letter-spacing: -1px;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
}

.registernow ul li .signup h2 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #000;
    line-height: 24px;
}

.registernow ul li .signup p {
    font-size: 13px;
    color: #555;
    margin-bottom: 0px;
}

.registernow {
    margin: 0 auto;
    display: table;
    margin-top: 20px;
}

.registernow ul {
    margin: 0;
    padding: 0;
}

.registernow ul li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

.registernow ul li .signup {
    background-color: #fff;
    border-radius: 9px;
    margin-bottom: 15px;
    padding: 20px 15px;
    text-align: center;
    border: 2px solid #dddddd;
    min-width: 300px;
}

.registernow ul li .signup .icon {
    background-color: #203299;
    width: 45px;
    height: 45px;
    padding: 14px 10px;
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    box-shadow: 1px 1px 5px #00000047;
    margin-top: -50px;
}

.registernow ul li .signup .icon i {
    font-size: 19px;
    color: #fff;
}

.profile-row h3 {
    color: #222;
}

.profile-row p {
    font-size: 15px;
    font-weight: 500;
}

.profile-row p a {
    color: #0657bb;
}

.rating span.rating-number {
    background-color: #fc8c14;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
}

.rating span.fa.fa-star {
    color: #fc8c14;
    font-size: 13px;
}

.rating span.reviewText {
    font-size: 16px;
    color: #0657bb;
    font-weight: 500;
}
