.cb{
clear:both;
}
.fieldset{
    border: 1px solid #ccc;
    margin-top: 15px;
    padding: 15px;
}

.styled_form .login_left{
    width: 193px;
}
.styled_form h2{
border:none;
}
.styled_form .login_left input[type=text],.styled_form .login_left input[type=password]{
width:160px;
}
.styled_form .login_right input[type=submit], .register input[type=submit] {
    font: 14px "OpenSans-Semibold";
    color: #fff;
    text-align: center;
    width: 110px;
    height: 40px;
    background: #434a54;
    border-radius: 9px;
    text-transform: uppercase;
    margin-top: 96px;
    border: 0px;
    padding-bottom: 4px;
    margin-bottom: 40px;
}

.info_text{
margin:0 auto;
font-size:13px;
max-width:650px;
font-family: "OpenSans-Regular";
color: #2c3034;
line-height: 19px;
}