.technoyug-footer-login a {
    color: #605C3C;
    font-size: 14px;
}

.technoyug-footer-login a:hover {
    text-decoration: none;
    color: #605C3C;
}

.bg-gradient-technoyug {
    background-color: #FFFF00;
    background-image: linear-gradient(135deg, #CAC531 10%, #F3F9A7 100%);
    background-size: cover;
}

.btn-technoyug-login {
    background: #4286f4;
    color: #fff;
}

.btn-technoyug-login:hover {
    background: #2552bb;
    color: #fff;
}


.bg-gradient-spurx {
    background-color: #F7C400;
    background-image: linear-gradient(90deg, #F7C400 10%, #f7af00 100%);
    background-size: cover;
}


.bg-gradient-technoyug-one-button {
    background-color: #000000;
    background-image: linear-gradient(135deg, #000000 10%, #434343 100%);
    background-size: cover;
    color: #ffffff;
}

.error-p {
    text-align: center;
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

.auction-data-h5 {
    padding-left: 5px;
    font-size: 20px;
}

/*Success Modal*/
.modal-confirm {
    color: #636363;
    width: 325px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}

.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}

.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
}

.red-icon-box {
    background: #FF0000;
}

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #82ce34;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
    background: #6fb32b;
    outline: none;
}