﻿

.form-control {
    height: 38px;
    border-radius: 10px;
    border: #ddd solid 1px !important;
}
.swal2-title {
    font-size: 16px !important;
}

.swal2-content {
    font-size: 14px !important;
}


@font-face {
    font-family: 'IRANSansWeb';
    src: url('../../../font/IranSans/IRANSansWeb.ttf') format('truetype');
}

html, body {
    width: 100%;
    background-color: #2184BE;
    height: 100%;
    font-family: IRANSansWeb;
    direction: rtl;
}

        body::after{
        }

        .site-sign-in {
            width: 100%;
            height: 100%;
            text-align: center;
            padding-top: 50px;
        }

    .site-sign-in .steps {
        width: 100%;
        float: left;
        background: #fff;
        min-height: 200px;
        border-radius: 4px;
        padding: 20px;
    }


    .site-sign-in .step strong {
        display: block;
        margin-bottom: 20px;
    }

    .site-sign-in .step .form-control {
        margin-bottom: 10px;
        border-radius:4px;
    }




