.bg_home{
    border-radius:5px; 
    background:#FFF; 
    padding:10px;

}
.btn_signUp{
    margin-bottom: 5px; 
    background-color: #626aa1;
    color:#fff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 250px;
    border-color: #626aa1;
}
.btn_login{
    margin-bottom: 5px; 
    background-color: #151e55;
    color:#fff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 250px;
    border-color: #151e55;
    
}
.btn_change_password{
    margin-bottom: 5px;
    margin-top: 20px; 
    background-color: #354087;
    color:#fff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 250px;
    border-color: #354087;
    
}
.btn_facebook{
    margin-bottom: 5px; 
    background-color: #354087 !important;
    color:#fff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 250px;
    border-color: #354087;
}
.text_dark{
    color: #000000;
}
.text_light{
    color: #ffffff;
}
.must{
    color: #cb0000;
    float:left;
}

.form-control-err {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #DDD;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
.sm-form-control.error {
    border-color: #E42C3E;
}

.checkbox-style{
    text-align: left;
    width: 15px;


}