﻿

.swal2-title {
    font-size: 16px !important;
}

.swal2-content {
    font-size: 14px !important;
}

.form-control {
    height: 38px;
    border-radius: 10px;
    border: #ddd solid 1px !important;
}

.btn-nicard {
    background-color: #051830;
    color: #eee;
}
    .btn-nicard:hover {
        color: #eee;
        background-color: #031327;
    }

    @font-face {
        font-family: 'IRANSansWeb';
        src: url('../../../font/IranSans/IRANSansWeb.ttf') format('truetype');
    }

html, body {
    width: 100%;
    background-color: #051830;
    height: 100%;
    font-family: IRANSansWeb;
    direction: rtl;
}

    /*body{
        background-image:url('../../../images/bg-login.png');
        background-size:cover;
        background-position:center center;
    }*/

        body::after{
        }

        .cp-sign-in {
            width: 100%;
            height: 100%;
            text-align: center;
            padding-top: 100px;
        }

    .cp-sign-in .steps {
        width: 100%;
        float: left;
        background: #fff;
        min-height: 200px;
        border-radius: 30px;
        padding: 20px;
    }


    .cp-sign-in .step strong {
        display: block;
        margin-bottom: 20px;
    }

    .cp-sign-in .step .form-control {
        margin-bottom: 10px;
    }
