﻿.notify-register-to-buy {
    margin-top: -120px;
    z-index: 9999;
}

.success {
    background-image: url(/App_Themes/utility/images/accept.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 1px solid rgb(0 44 95);
    background-color: rgb(0 44 95);
    color: #fff;
    padding-left: 60px;
    line-height: 40px;
    display: none;
}

.failure {
    background-image: url(/App_Themes/utility/images/exclamation.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 1px solid #EB5339;
    background-color: #FCCAC2;
    color: #AC260F;
    padding-left: 60px;
    line-height: 40px;
    display: none;
}
