.member-login-form
{
    height:280px;
    margin:auto;
    width:550px;
    border-radius:10px;
    background-color:#fff;
    margin-top:100px;   
    padding-left:30px;
    margin-bottom:50px;
}

.member-login-form .member-login-form-left
{
  float:left;
  
}

.member-login-form .member-login-form-right
{
   float:left;
   margin-left:20px;
   width:220px;
}

.member-login-form .member-login-form-right .member-login-form-title
{
    font-size:18px;
    color:Blue;
    text-align:center;
    padding-top:20px;
}
.member-login-form-content .form-group
{
    margin-top:15px;
}

.member-login-form-content .form-group .form-control
{
     border-radius:5px;
     height:25px;
     border:1px solid #ccc;
}

.member-login-form-content .btn-login
{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width:120px;
   
}