﻿
html {
    min-height: 100%;
    background: linear-gradient(to bottom, rgba(13, 178, 222, 0.2), rgba(0, 91, 234, 0.2)), url('../img/register.png') !important;
    background-color: transparent !important;
}

body {
    padding-top: 30px;
    direction: rtl;
}

a, a:hover, a:focus {
    text-decoration: none;
}

#msform {
    width: 60%;
    margin: 50px auto; 
    position: relative;
}

    #msform .box {
        background: white;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
        border: 0 none;
        border-radius: 3px;
        padding: 20px 50px;
    }

.fs-title {
    font-size: 90px;
    line-height: 80px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}
    .fs-title span {
        font-size: 15px;
        font-weight: normal;
    }

.clr-picker {
    display: none;
}

@media (max-width: 767px) {
    #msform {
        width: 98%
    }

        #msform .box {
            padding: 20px
        }
}

.page-loading, body > .alert, #lockscreen {
    z-index: 999999999999;
}

/* Page loading material */
.page-loading {
    //display: none;
    position: fixed;
    color: #fff;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    padding-top: 25%;
    text-align: center;
}

    .page-loading:after {
        display: block;
        content: 'در حال بارگذاری';
    }

.circular {
    width: 50px;
    height: 50px;
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #fff;
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

.align-center{
    align-content:center !important;
    text-align:center !important;
}

.cardbody-items-separator {
    border-bottom: 2px solid #9995;
    margin: 0.3rem 1rem 1.2rem !important;
    border-radius: 70%;
}