body {
    background-color: #000;
    font-size: 13px;
    color: #fff;
    font-family: 'Arial';
}
.header-logo {
    background-color: #1d1d1b;
}
.logo {
    margin: auto;
    height: 50px;
    padding-top: 10px;
}
.login-title {
    margin-top: 30px;
}
.login-title h3 {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: bold;
}
.login-title p {
    margin-bottom: 5px;
}
.login-phone-number {
    margin-top: 30px;
    text-align: center;
}
.login-phone-number input{
    height: 40px;
    margin-bottom: 10px;
    border-radius: 0px;
}
.login-phone-number button{
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    width: 100%;
    background-color: #d80c25;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.login-phone-number a{
    color: #3a6ac2;
}
#slideLogin {
    margin-top: 50px;
}
.carousel-indicators li {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background-color: #666666;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #d80c24;
}
.cant_login {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #4D8BFF;
}
.verify-title {
    margin-top: 50px;
}
.verify-title p{
    padding: 10px 0px;
    background-color: #ACACAC;
}
.verify-phone-number {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 10px;
}
.verify-phone-number input{
    height: 40px;
    margin-bottom: 10px;
    border-radius: 0px;
}
.verify-phone-number button{
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    width: 100%;
    background-color: #d80c25;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
#resend_code {
    display: block;
    text-align: center;
    color: #909090;
    margin-bottom: 10px;
    font-size: 14px;
}
.index-title {
    margin-top: 30px;
    color: #fed700;
}
.index-title p {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: bold;
}
.index-title h1 {
    font-size: 70px;
    font-weight: bold;
}
.medium-title {
    font-size: 17px;
    font-weight: bold;
}
.button_apply_gift {
    height: 40px;
    margin-top: 30px;
    border-radius: 0px;
    width: 100%;
    background-color: #d80c25;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.button_apply_gift:disabled {
    background-color: #C6C6C6;
    opacity: 1;
}
.btn-red-full:disabled {
    background-color: #C6C6C6;
    opacity: 1;
}
.list-stamp {
    margin-top: 20px;
}
.stamp {
    width: 100%;
    margin: 0 auto 20px auto;
    display: block;
}
.gift-title {
    margin-top: 30px;
}

.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid white;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 100%;
    z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -18px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn {
    padding:6px 12px 6px 24px;
    background-color: #7c7c7c;
    border-radius: 0px;
    width: 33%;
    color: #fff;
    font-size: 13px;
}
.btn-breadcrumb .btn:first-child {
    padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
    padding:6px 18px 6px 24px;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #7c7c7c;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #fff;;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
    border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
    border-left: 10px solid #fff;
}
.breadcrumb-active {
    background-color: #fed800 !important;
    color: #343014 !important;
}
.breadcrumb-active:after {
    border-left: 10px solid #fed800 !important;
}
.btn-breadcrumb {
    width: 100%;
    border: 1px solid #fff;
}
.banner {
    margin-top: 20px;
    margin-bottom: 5px;
    width: 100%;
}
.hr-gift {
    margin: 20px 0;
    border: 1px solid #9d9d9d78;
}

.form-gift input:not([type=radio],[type=checkbox]){
    border-radius: 0px;
    height: 40px;
}
.form-gift select{
    border-radius: 0px;
    height: 40px;
}
.text-red {
    color: #ec0000;
}
.terms {
    padding: 10px;
    background-color: #fff;
    color: #000;
    font-size: 12px;
}
.term-checkbox {
    padding: 5px 5px 5px 2rem;
    margin-top: 10px;
    background-color: #d9d9d9;
    color: #000;
}
.btn-red-full {
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0px;
    width: 100%;
    background-color: #d80c25;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.form-gift-confirm input[readonly]{
    border: none;
    background: none;
    color: #fff;
    padding: 0;
    font-size: 13px;
}
.btn-red-haft-left {
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0px;
    width: 100%;
    background-color: #ffffff;
    color: #d80b23;
    border: 1px solid #D80B23;
    font-size: 14px;
}
.btn-red-haft-right {
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0px;
    width: 100%;
    background-color: #d80c25;
    color: #fff;
    font-size: 14px;
}
.content-gift {
    margin-top: 30px;
}
.modal-stamp {
    border-radius: 13px;
    border: 2px solid #fff;
}
.modal-stamp .modal-body{
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    background-color: #000;
}
.button_close_modal_stamp {
    height: 40px;
    border-radius: 0px;
    width: 100%;
    background-color: #d80c25;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.stamp-modal {
    width: 50%;
    margin: 20px auto 20px auto;
    display: block;
}
.grecaptcha-badge {
    visibility: hidden;
}
.policy a {
    text-decoration: underline;
    color: #fff;
}
.form-group label {
    margin-bottom: .2rem;
}
.form-title {
    color: #5e5e5e;
}
