body {
    font-family: 'iran-sans' !important;
    background-color: #33415c
}

html,
body,
header,
.view {
    height: 100vh;
}

@media (max-width: 740px) {

    html,
    body,
    header,
    .view {
        height: 815px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {

    html,
    body,
    header,
    .view {
        height: 650px;
    }
}

.top-nav-collapse {
    background-color: #3f51b5 !important;
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #3f51b5 !important;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: #3f51b5 !important;
    }
}

h6 {
    line-height: 1.7;
}
.card {
    margin-top: 30px;
}

.md-form input[type=text]:focus:not([readonly]),
.md-form input[type=password]:focus:not([readonly]) {
    border-bottom: 1px solid #8EDEF8;
    box-shadow: 0 1px 0 0 #8EDEF8;
}

.md-form input[type=text]:focus:not([readonly])+label,
.md-form input[type=password]:focus:not([readonly])+label {
    color: #8EDEF8;
}

.md-form .form-control {
    color: #fff;
}

body {
    background-image: url('/SiteTemplate/Images/bg2.png');

    background-position: center;
    background-repeat: repeat;
    background-size: cover;

}

.glow-on-hover {
    color: #000;
    background: #fff;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.list-group-item {
    border-top-width: 1px !important;
}

.user-img {
    width: 150px;
    border-radius: 50%
}

.scanner-card {
    position: relative;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
}

.scanner-result {
    position: absolute;
    top: 40px;
    width: 36%;
    margin: auto;
    display: block;
}

.justify-center {
    justify-content: center !important;
}

.ok-img {
    position: absolute;
    top: 30px
}
.indeterminate{
    background-color: #cddc39 !important;
}