#auth-form #main-logo{
    width: 250px;
}

.cursor-pointer {
    cursor: pointer;
}

.auth-page {
    font-family: Shabnamfd, serif !important;
    background-image: url("/images/4907157.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 15px
}

.auth-form-box {
    background-color: #fff;
    box-shadow: 0 4px 15px 0 rgb(0 0 0 / 8%);
    border-radius: 15px;
    border: 1px solid #ddd;
    padding: 30px;
}

.auth-help {
    display: flex;
    align-items: center;
}

.segment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin: 30px 0;*/
}

.code-inputs {
    display: flex;
    /*justify-content: center;*/
    /*align-items: center;*/
    width: 100%;
}

.code-input-element {
    margin: 4px;
    font-size: 45px;
    border-radius: 10px;
    border: 1px solid rgb(229, 229, 229);
    transition: all 200ms ease 0s;
    text-align: center;
    padding: 0;
    height: 80px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    width: inherit;
}

.modal-loading {
    z-index: 1060;
}

.modal {
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
}

.modal-loading .modal-dialog {
    width: 250px;
    margin: 1.75rem auto;
}

.modal-loading .modal-content {
    border-radius: 10px;
}

.modal-loading .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#second-timer {
    font-size: 20px;
}

@media (max-width: 767px) {
    .auth-page {
        font-size: 13px;
    }
    .segment {
        flex-wrap: wrap;
    }
    .segment .text {
        text-align: center;
        /*margin-bottom: 10px;*/
    }
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f2f5;
    z-index: 9;
    display: flex;
}

.form-control{
    border-radius: 10px;
}

.btn{
    border-radius: 10px;
}