@import url("/assets/css/font/primary-iran-yekan.css");
@import url("/assets/css/font/secondary-pinar.css"); 
* {
    transition: all 0.5s; 
    font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}
.eyePass {
    width: 17px;
    background-color: #fff;
    border-radius: 10px;
    padding: 2px;
    position: absolute;
    margin-top: 15px;
    display: inline-block;
    margin-right: -23px;
    right: 38px;
}


body {
    position: relative;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.container {
    background-color: #143c48;
    border-radius: 15px;
    height: 88vh;
    width: 55%;
    position: relative;
    overflow: hidden;
}
.swal2-content *, .swal2-title, .blockPage {
    direction: rtl;
}
.HeaderWrapper {
    display: flex;
    width: 95%;
    justify-content: flex-end;
}
.btn_marketerHome img {
    width: 33%;
    float: right;
    margin: 25px 0 20px;
}
.signup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 83%;
    z-index: 5;
}
.signup.slide-up {
  top: 5%;
  transform: translate(-50%, 0%);
}
.signup.slide-up .title {
  cursor: pointer;
  font-size: 16px;
    user-select: none;
}
.title {
  color: #f5f5f5;
  font-size:28px;
  text-align: center;
}
.title span{
  display: none;
}
.signup.slide-up span{
  display: inline;
   margin-right: 5px;
   color: #e3001a;
}
 .signup .holder {
  border-radius: 15px;
  background-color: #000119;
  border: 2px solid #f5f5f5;
  overflow: hidden;
  margin-top: 50px;
}
.input {
  border: none;
  background: transparent;
  outline: none;
  height: 45px;
  padding: 18px;
  border-bottom: 2px solid #f5f5f5;
  font-size: 14px;
  width: 100%;
  color: #f5f5f5;
}
.input:last-child {
  border-bottom: 0;
}
.input::placeholder{color: #f5f5f5;}
.submit {
  background-color: #5f9da0;
  color: #f3f3f3;
  border: none;
  border-radius: 15px;
  margin: 15px auto;
  padding: 15px 45px;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
}
.login .submit:last-child{background-color: #000119;}

.login {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #85bbf6;
    z-index: 5;
}
.container .login::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translate(-50%, 0);
    background-color: #85bbf6;
    width: 200%;
    height: 250px;
    border-radius: 50%;
    z-index: 4;
}
.center {
  top: calc(50% - 10%);
}
.login .holder {
  border-radius: 15px;
  background-color: #242022;
  border: 2px solid #f5f5f5;
  overflow: hidden;
  margin-top: 50px;
}
.login.slide-up {
  top: 90%;
}
.login.slide-up .center {
  top: 10%;
 transform: translate(-50%, 0%);
}
.login.slide-up .title {
  font-size: 1em;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.login.slide-up span{
  color: #f5f5f5;
  display: inline;
   margin-right: 5px;
}

@media only screen and (max-width: 560px) {
    .eyePass {
        width: 17px;
        background-color: #fff;
        border-radius:10px;
        padding: 2px;
        position: absolute;
        margin-top: 15px;
        display: inline-block;
        margin-right: -23px;
        right: 38px;
    }

    .container {
        height: 75vh;
        width: 83%;
    }
}
