.background-caseta {
    background: #FFF;
    border-radius: 4px;
    padding: 40px 30px;
    margin-top: 30px;
}

.background-caseta .titlu_account {
    font-size: 30px;
    color: #f60;
    font-family: 'OpenSans', sans-serif;
    text-align:center;
    margin-bottom:10px;
}

.background-caseta .mB30 {
    margin-bottom:40px;
}

.background-caseta .subtitlu_account {
    font-size: 16px;
    color: #f60;
    font-family: 'OpenSans', sans-serif;
    text-align: center;
    margin-bottom: 40px;
}

.background-caseta .text_account {
    font-size: 14px;
    color: #6b6b6b;
    font-family: 'OpenSans', sans-serif;
    margin-top: 15px;
    margin-bottom: 30px;
}

#create-account-page label {
    font-size: 14px;
    color: #6b6b6b;
    font-family: 'OpenSans', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

#create-account-page .btn-access-account {
    background: #c10019;
    border: none;
    border-radius: 4px;
    font-size: 23px;
    color: #fff;
    font-family: 'OpenSans-Semibold', sans-serif;
    margin-top: 10px;
    padding: 6px 25px 10px 25px;
    width: 100%;
    height: 46px;
}

#create-account-page .btn-access-account:hover {
    background: #ff7900;
}

#create-account-page .form-control {
    border-radius: 4px;
    height: 42px;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    padding: 6px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-family: 'OpenSans', sans-serif;
    border: 1px solid #e2e2e2;
}


#form-reset label {
    font-size: 14px;
    color: #6b6b6b;
    font-family: 'OpenSans', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

#form-reset .btn-access-account {
    background: #c10019;
    border: none;
    border-radius: 4px;
    font-size: 23px;
    color: #fff;
    font-family: 'OpenSans-Semibold', sans-serif;
    margin-top: 10px;
    padding: 6px 25px 10px 25px;
    width: 100%;
    height: 46px;
}

#form-reset .btn-access-account:hover {
    background: #ff7900;
}

#form-reset .form-control {
    border-radius: 4px;
    height: 42px;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    padding: 6px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-family: 'OpenSans', sans-serif;
    border: 1px solid #e2e2e2;
}

.border-top {
    border-top: 1px solid #e7e7e7;
    width: 100px;
    text-align: center;
}

.forgot_pass_txt {
    font-size: 14px;
    color: #c10019;
    font-family: 'OpenSans', sans-serif;
    text-align: center;
    margin: 30px 0 20px 0;
}

.forgot_pass_txt a {
    color: #c10019;
    font-family: 'OpenSans-Bold', sans-serif;
}

.forgot_pass_txt a:hover {
    color: #000;
    font-family: 'OpenSans-Bold', sans-serif;
}

.new_account_txt {
    font-size: 14px;
    color: #c10019;
    font-family: 'OpenSans-Bold', sans-serif;
    text-align: center;
}

.new_account_txt a {
    color: #c10019;
}

.new_account_txt a:hover {
    color: #000;
}

.message-display-checkout {
    font-size: 10px;
    color: #cd0000;
}

.error-txt-identity {
    font-size: 12px;
    color: #cd0000;
}

.error-txt-pass {
    font-size: 12px;
    color: #cd0000;
}

/* RESPONSIVE CSS
 -------------------------------------------------------------------------------*/

@media only screen and (min-width: 1280px) and (max-width: 1440px){

}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {

}

@media only screen and (min-width: 920px) and (max-width: 1023px){

}

@media (max-width: 919px) {

}

@media only screen and (max-width: 750px) {
    .background-caseta {
        margin: 15px 12px 0 12px;
        margin-top: 70px;
    }
}

