@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    background-color: #691246;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Poppins', sans-serif;
    background-image: url('https://app.smarkads.com/assets/site/slide2.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.mdl-textfield__input{
    border-bottom: 1px solid #F2522E !important;
}
.mdl-textfield.is-focused .mdl-textfield__input{
        border-bottom: 1px solid #F2522E !important;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #F2522E !important;
    font-size: 12px;
    top: 4px;
    visibility: visible;
} 
.mdl-checkbox.is-upgraded {
}

.signUpEmpty{
  background-color: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}

.signUpEmpty > div > img{
  width:450px !important;
  margin-top: -800px;
}

.signUpEmpty > div > h2{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 2.4em;
}

.app-auth{
    height: 100vh;
    padding: 0 !important;
    margin: 0 !important;
}

.padded{
    padding: 0;
    margin: 0;
}

.red{background-color: red;}
.green{background-color: green;}
.blue{background-color: blue;}

.boxLoginPro{
    position: relative;
    height: 95vh;
    overflow-y: scroll;
    background-color: #fff;
    margin-left: 0px;
    padding: 30px !important;
    border-radius: 40px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.9);
}

.outBottomRegister{
  font-size: 1.7em;
  color: #111;
  width: 40px;
  height: 40px;
  background: rgb(128,97,166);
background: linear-gradient(103deg, rgba(18, 58, 205, 1) 13%, rgba(45, 91, 238, 1) 48%, rgba(18, 118, 205, 1) 88%);
  border-radius: 100px;
  position: fixed;
  bottom: 40px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  z-index: 1000;
}

.outBottomRegister a {
  color: rgb(255, 255,255);
}

/* --- */
/* width */
.boxLoginPro::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.boxLoginPro::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.boxLoginPro::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Handle on hover */
.boxLoginPro::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
/* --- */

.boxLoginPro h1{
    color: rgb(102, 102, 102);
    font-size: 1.2em;
    margin-bottom: 20px;
    line-height: 1.6em;
    margin-top: 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.optionsLogin{
    width: 100%;
    margin-top: -20px !important;
}

.remeber{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.remeber > a{
    font-weight: bold;
    color: #F2522E;
}

.remeberPass{
    color: #F2522E;   
}

.btnSignUp{
    width: 100%;
    height: 60px;
    float: right;
    background: #F2522E;
    /*background: linear-gradient(103deg, rgba(18, 58, 205, 1) 13%, rgba(45, 91, 238, 1) 48%, rgba(18, 118, 205, 1) 88%);*/
    border:none;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.1em;
    font-family: 'Poppins', sans-serif;
}



.homeHall{
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.homeHall > .imgx{
    width: 600px;
    height: auto;
}

.homeHall > .imgy{
    width: 380px;
    height: auto;
    margin-bottom: 40px;
}

.messageRegister{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    color: #333;
}

.newLogoLoginBox{
  width: 295px;
  height: auto;
  display: block;
  margin: 40px auto 30px;
}

.AreaEmptyLogin{
  background: rgb(121,0,0);
  background: linear-gradient(90deg, rgba(121,0,0,1) 0%, rgba(255,0,0,1) 100%, rgba(255,0,0,1) 100%);
}

/* ========================== */

.boxSignUp{
  position: relative;
  padding: 15px;
  height: 100vh;
  background-color: #fff;
  margin-left: 0px;
}


.boxSignUp h1{
  width: 400px;
  color: #111;
  font-size: 1.5em;
  margin-bottom: 20px;
  line-height: 1.5em;
  margin-top: 15px;
  text-align: center;
}

.newLogoLoginBox2{
  width: 250px;
  height: auto;
  display: block;
  margin: 25px auto 30px;
}


  .allright{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #777;
  }

  .form-select{
    width: 100%;
    height: 47px;
    background-color: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgb(177, 177, 177);
    padding: 5px;
    outline: none;
    padding-right: 10px;
    font-family: 'Poppins', sans-serif;
  }

  #windowSignIn{
    display: none;
  }

  #windowSignUp{
    display: none;
  }

  .activeWindow{
    display: block !important;
  }

  #openWindowSignIn{
    display: none; 
  }


  /*  */

  .btnSignUpMobile{
    width: 100%;
    height: 60px;
    float: left;
    background-color:#1B1F26;
    border:none;
    display: none;
    justify-content: center;
    align-items: center;
    outline: none;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.1em;
    font-family: 'Poppins', sans-serif;
}


.btn-eye{
  background-color: #eee;
  color: #555;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right:10px;
  border-radius: 20px;
  font-size: 0.8em;
  font-weight: bold;
  margin-top: -20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  cursor: pointer;
  outline: none !important;
}

.btn-eye:hover{
  background-color: rgb(228, 228, 228);
  border: 1px solid rgb(199, 199, 199);
  transition: 0.5s;
}