﻿

.loginbg {
    height: 100vh;
    background: url("../Images/O6T68J0.jpg") 50% fixed;
  
    background-size: cover;
    margin: 0;
}

@keyframes spinner {
  0% {transform: rotateZ(0deg);}
  100% {transform: rotateZ(359deg);}
}
* {
  box-sizing: border-box;



}
.passreminder{
    float:right;
}
.lbllogin{
    margin-top: 6px;

font-family: vazir;

font-size: 11px;

font-weight: bold;

color: #b7afaf;
}
.lblcheckbox{
       margin-top: 6px;

font-family: vazir;

font-size: 13px;

font-weight: bold;

color: #b7afaf;
}
.wrapper-idea {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
  background: rgba(4, 40, 68, 0.45);
}

.login {
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 90%;
  max-width: 415px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.login.loading button {
  max-height: 100%;
  padding-top: 50px;
}
.login.loading button .spinner {
  opacity: 1;
  top: 40%;
}
.login.ok button {
  background-color: #8bc34a;
}
.login.ok button .spinner {
  border-radius: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  height: 20px;
  animation: none;
  transform: rotateZ(-45deg);
}
.login input {
  display: block;
  padding: 15px 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #ddd;
  transition: border-width 0.2s ease;
  border-radius: 2px;
  color: #ccc;
}
.login input + i.fa {
  color: #fff;
  font-size: 1em;
  position: absolute;
  margin-top: -47px;
  opacity: 0;
  left: 0;
  transition: all 0.1s ease-in;
}
.login input:focus {
  outline: none;
  color: #444;
  border-color: #2196F3;
  border-left-width: 35px;
}
.login input:focus + i.fa {
  opacity: 1;
  left: 30px;
  transition: all 0.25s ease-out;
}
.login a {
  font-size: 0.9em;
  color: #2196F3;
  text-decoration: none;
  margin-top: 10px;
}
.login .title {
  color: #444;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0 30px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.login button {
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  background: #2196F3;
  color: #fff;
  display: block;
  border: none;
  margin-top: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 60px;
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
  transform: rotateZ(0deg);
  transition: all 0.1s ease-out;
  border-bottom-width: 7px;
}
.login button .spinner {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  border: 4px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  left: 50%;
  top: 0;
  opacity: 0;
  margin-left: -20px;
  margin-top: -20px;
  animation: spinner 0.6s infinite linear;
  transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.login:not(.loading) button:hover {
  box-shadow: 0px 1px 3px #2196F3;
}
.login:not(.loading) button:focus {
  border-bottom-width: 4px;
}
.header-login-idea{
    color: white;

font-size: 25px;
margin-bottom: 15px;
font-weight: bold;
}
footer {
  display: block;
  padding-top: 50px;
  text-align: center;
  color: #ddd;
  font-weight: normal;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  font-size: 0.8em;
}
footer a, footer a:link {
  color: #fff;
  text-decoration: none;
}
.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background, .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background
 {
    border-color:#2196F3 !important;
    background-color:#2196F3 !important;
}

#nt-example2 {
    max-width: 620px;
    margin: auto;
}

#nt-example2-container {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
    height: 300px;
}

#nt-example2-container i {
    font-size: 36px;
    margin: 8px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-example2-container i:hover {
    color: #333;
}

#nt-example2 li {
    color: #f2f2f2;
    background: #2196f3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    padding: 10px 16px 10px 16px;
    line-height: 40px;
    font-size: 24px;
    text-align: left;
}

#nt-example2 li .state {
    font-size: inherit;
    margin: 0;
}

#nt-example2 span.hour {
    font-weight: 700;
    visibility: hidden;
}

#nt-example2-infos-triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 15px 16px 15px;
    border-color: transparent transparent #0c528a   transparent;
    margin: 6px auto 0;
   
}

#nt-example2-infos {
    max-width: 620px;
    margin: auto;
    padding: 12px;
    color: #f2f2f2;
    background: #127bce87;
    max-height: 400px;

    overflow: auto;
}

#nt-example2-infos .infos-hour {
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
}

#nt-example2-infos h4 {
    color: #F2F2F2;
    font-weight: 500;
}

#nt-example2-infos .infos-text {
    text-align: right;
}
.lefted {
    text-align: left;
}

.newspos {
    position: absolute;
    left: 20px;
    top: 0px;
}

.fsspan {
    font-size: 13px;
    text-align: right;
}

@media (max-width: 1100px) {
    .fadelesthang {
        margin-top: 250px;
        min-width: 90%;
        width: 90%;
    }
    .wrapper-idea {
        justify-content: unset !important;
    }

    .newspos {
        position: absolute;
        left: 20px;
        bottom: 0px;
        top: unset;
    }
}
.e-pagermsg{
    font-family: 'Vazir FD';
}