﻿
.auth-box {
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.txtgreen {
    color: #42bfad !important;
}
.text-danger {
    font: 12px iransans;
}

.alert-danger {
    text-align: center !important
}

.alert-success {
    font: 13px iransans;
    text-align: justify;
    direction: rtl;
    color: #259686;
}

#basic-addon1 {
    background-color: #263a5b4d !important ; 
    color : #263a5b !important ; 
}


.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 0 !important;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-radius: 0 4px 4px 0 !important ; 
}

.input-group-text {
    border: none !important;
    background-color: #dbf2ec !important;
    color: #42bfad !important;
    font-size: 1.3rem !important;
    padding: 0 10px !important;
}


.btn-primary-rgba:hover {
    background-color: rgba(23, 140, 255, 0.1) !important;
    color: #3B436A !important ; 
}
.btn-danger-rgba:hover {
    background-color: rgba(255, 63, 63, 0.1) !important;
    color: #ff3f3f !important;
}
