/* =============== font size ============== */
/* =============== font weight ============== */
/* =============== max width ==============*/
/*=============== colors =================*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: #FFFFFF;
  font-family: "Poppins", sans-serif;
}
body .main_container {
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
  min-height: 75vh;
}

.text_center {
  text-align: center;
}

.w_mx_525 {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}

.img_responsive {
  max-width: 100%;
}

/*============================== header ==============================*/
.stick_top_sec {
  display: flex;
  justify-content: center;
  min-height: 110px;
}

.stick_top_ads {
  position: fixed;
  display: flex;
  top: 0;
  z-index: 99;
}

.menu_btn_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.collapse-icon,
.lang_icon {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  width: 49px;
  height: 49px;
  padding: 10px;
  box-sizing: border-box;
}

.lang_icon {
  display: flex;
  align-items: center;
}
.lang_icon a {
  display: flex;
}

.logo a {
  color: #232323;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  display: flex;
}
.logo a:hover {
  color: #232323;
  text-decoration: none;
}
.logo a:active {
  color: #232323;
  text-decoration: none;
}

.language-dropdown {
  position: relative;
}

.language-dropdown select {
  position: absolute;
  top: 0;
  width: 49px;
  height: 49px;
  opacity: 0;
  text-align: left;
}

.collapse-icon {
  display: flex;
  align-items: center;
  position: relative;
}
.collapse-icon span {
  display: block;
  height: 3px;
  background: #10BBB3;
  border-radius: 10px;
  transition: all 1s;
  width: 27px;
  position: relative;
}
.collapse-icon::before {
  display: block;
  height: 3px;
  background: #10BBB3;
  border-radius: 10px;
  transition: all 1s;
  content: "";
  width: 9px;
  position: absolute;
  transition: all 1s;
  bottom: 13px;
  right: 10px;
}
.collapse-icon::after {
  display: block;
  height: 3px;
  background: #10BBB3;
  border-radius: 10px;
  transition: all 1s;
  content: "";
  width: 9px;
  position: absolute;
  transition: all 1s;
  top: 13px;
  left: 10px;
}

ul {
  list-style: none;
  padding-left: 0;
}

#menu {
  font-family: "Roboto", sans-serif;
}

.nav_sec {
  background: #10BBB3 0% 0% no-repeat padding-box;
  padding-left: 20px;
  padding-right: 20px;
}

.nav_container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.menu_sec .nav_container {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  padding: 30px 23px 0;
  box-sizing: border-box;
}
.menu_sec .menu_block {
  max-width: 395px;
  margin-left: auto;
  margin-right: auto;
}

.menu_btn_list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.create_pro_btn a {
  box-shadow: 3px 3px 10px rgba(194, 194, 194, 0.447);
  border: 2px solid #10BBB3;
  border-radius: 0px 17px 17px 17px;
}

.create_pro_btn a {
  border: 2px solid #10BBB3;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 14px;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1;
  font-size: 19px;
  color: #10BBB3;
}

.menu_btn_list[dir=ltr] .login_btn {
  padding-left: 25px;
}

.menu_btn_list[dir=rtl] .login_btn {
  padding-right: 25px;
}

.login_btn a {
  border-radius: 10px;
  background: #10BBB3 0% 0% no-repeat padding-box;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1;
}

#menu {
  padding-left: 25%;
}
#menu a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #707070;
}
#menu:hover {
  text-decoration: none;
  color: #10BBB3;
}
#menu:active {
  text-decoration: none;
  color: #10BBB3;
}
#menu img {
  margin-right: 13px;
}

.lang_menu {
  position: relative;
}
.lang_menu select {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 30px;
  opacity: 0;
}

.menu_sec {
  display: none;
}

.active .collapse-icon span {
  background: #10BBB3;
  transform: rotate(-40deg);
}
.active .collapse-icon::before {
  display: block;
  height: 3px;
  background: #10BBB3;
  border-radius: 10px;
  transition: all 1s;
  content: "";
  width: 9px;
  position: absolute;
  transition: all 1s;
  background: #10BBB3;
  width: 12px;
  bottom: 16px;
  right: 11px;
  transform: rotate(43deg);
}
.active .collapse-icon::after {
  display: block;
  height: 3px;
  background: #10BBB3;
  border-radius: 10px;
  transition: all 1s;
  content: "";
  width: 9px;
  position: absolute;
  transition: all 1s;
  background: #10BBB3;
  width: 12px;
  top: 16px;
  left: 11px;
  transform: rotate(43deg);
}

.adv-ads-txt {
  font-size: 10px !important;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "roboto", sans-serif;
  text-align: center !important;
  opacity: 0.7;
}

@media screen and (max-width: 330px) {
  .logo a img {
    width: 120px;
  }
}
@media screen and (min-width: 331px) and (max-width: 550px) {
  .logo a {
    font-size: 28px;
  }
}
@media screen and (max-width: 350px) {
  .menu_btn_list .create_pro_btn a {
    min-width: 150px;
    font-size: 12px;
  }
  .menu_btn_list .login_btn a {
    min-width: 60px;
    font-size: 12px;
  }
}
@media screen and (min-width: 351px) and (max-width: 550px) {
  .create_pro_btn a {
    min-width: 187px;
    font-size: 14px;
  }
  .login_btn a {
    min-width: 87px;
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  #menu li a img {
    width: 21px;
  }
  .menu_btn_list {
    justify-content: center;
  }
  #menu a {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .create_pro_btn a {
    margin-right: 15px;
  }
}
@media screen and (min-width: 331px) and (max-width: 374px) {
  .logo a img {
    width: 141px;
  }
}
@media screen and (min-width: 375px) and (max-width: 550px) {
  .logo a img {
    width: 171px;
  }
}
@media screen and (min-width: 550px) {
  #menu li a img {
    width: 25px;
  }
  .menu_btn_list {
    justify-content: center;
  }
  #menu a {
    font-size: 22px;
    padding-bottom: 22px;
  }
  .create_pro_btn a {
    min-width: 255px;
  }
  .login_btn a {
    min-width: 119px;
  }
}
/*============================== end header ==============================*/
.login_sec {
  border-radius: 23px;
  background: #fff;
  padding: 14px;
  box-sizing: border-box;
  border: 3px solid #10BBB3;
}

.login_cont {
  color: #414443;
  padding-bottom: 12px;
}
.login_cont p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.login_cont h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-bottom: 12px;
  font-size: 22px;
  color: #414443;
  font-family: "Roboto", sans-serif;
}
.login_cont h2 img {
  width: 23px;
  height: 24px;
  margin-right: 5px;
}

.from_group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.from_group label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  color: #414443;
  padding-bottom: 20px;
}
.from_group input {
  -webkit-appearance: none;
  border-radius: 12px;
  border: 0.5px solid #ccc;
  margin-bottom: 20px;
  color: #757575;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  min-height: 50px;
  padding: 14px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
}
.from_group input:active {
  outline: none;
}
.from_group input:focus {
  outline: none;
}

.from_check_group {
  font-size: 16px;
  color: #414443;
  padding-top: 10px;
  padding-bottom: 20px;
}
.from_check_group .check_btn {
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px 0px 6px 6px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  float: left;
  border: 1px solid transparent;
  margin-left: 20px;
}
.from_check_group .check_btn.active {
  background: url("/img/theme2/flavour1/check.png") no-repeat;
  background-position: 2px 3px;
  background-size: 17px;
}
.from_check_group label {
  font-size: 16px;
  line-height: 1.3;
}
.from_check_group label a {
  font-size: 16px;
  color: #1877F2;
}
.from_check_group .error {
  top: -17px;
}

.from_check_group.err_active .check_btn {
  border: 1px solid #FF3B3B;
}

.login_btn {
  border-radius: 12px;
  border: 0;
  background: #F18518 0% 0% no-repeat padding-box;
  padding: 6px;
  color: #fff;
  font-size: 22px;
  min-height: 52px;
  margin-top: -5px;
}
.login_btn:hover {
  text-decoration: none;
  color: #fff;
  background: #295890;
}
.login_btn i {
  margin-left: 25px;
  display: none;
}

.login_form_sec {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #292929;
}
.login_form_sec p {
  font-size: 14px;
  color: #292929;
}
.login_form_sec p a {
  font-size: 14px;
  color: #1877F2;
  text-decoration: none;
}
.login_form_sec p a:hover {
  color: #1877F2;
  text-decoration: none;
}
.login_form_sec form {
  padding-bottom: 20px;
}

label img {
  margin-bottom: 4px;
}

.menu_btn_list {
  justify-content: center;
}
.menu_btn_list .login_btn {
  background: none;
  border-radius: 0 0 0;
  box-shadow: 0 0 0;
  padding: 0;
}

.ads_sec {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Roboto", sans-serif;
}
.ads_sec p {
  color: #030F0E;
  margin-bottom: 7px;
  font-size: 13px;
}

.error {
  position: absolute;
  justify-content: center;
  width: 100%;
  bottom: -5px;
}
.error p {
  padding: 4px 8px;
  font-size: 13px;
  color: #FF3B3B;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
  border: 1px solid #10BBB3;
  border-radius: 7px;
}
.error::before, .error::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 5px;
  top: -20px;
  border: 5px solid transparent;
  border-bottom: 10px solid #10BBB3;
}
.error::after {
  border-bottom: 8px solid #fff;
  top: -17px;
}
.error ul {
  position: absolute;
  top: 0;
  left: 0;
  left: 20px;
}

.err_active input {
  border: 1px solid #FF3B3B;
}
.err_active .error {
  display: flex;
}

.top_ad {
  padding-top: 20px;
}

.lang_menu {
  position: relative;
}
.lang_menu select {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 30px;
  opacity: 0;
}

.login_form_sec .error {
  bottom: 3px;
}

/*============================== footer ===============================*/
footer {
  background: #10BBB3 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 23px 15px;
  color: #fff;
  font-size: 18px;
  padding-bottom: 70px;
}

.social_links,
.menu_links {
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
}

.social_links li {
  padding-left: 12px;
  padding-right: 12px;
}
.social_links a {
  display: flex;
}
.social_links a img {
  width: 32px;
  height: 32px;
}

.menu_links li {
  padding-left: 5px;
  padding-right: 5px;
}
.menu_links a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.link_copied_sec {
  text-align: center;
}

.custom_ad {
  padding-top: 0 !important;
}

.static_ads {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 320px;
  height: 65px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.static_ads .adv-ads-txt {
  position: absolute;
  top: 0;
}

@media screen and (max-width: 330px) {
  .menu_links a {
    font-size: 14px;
  }
}
@media screen and (min-width: 331px) and (max-width: 550px) {
  .menu_links a {
    font-size: 16px;
  }
}
.msg_block_list li.middle-posts-ads {
  border-bottom: 0;
  border: 0;
  background: none;
}

/*============================ responsive ==============================*/
@media screen and (max-width: 550px) {
  .login_sec {
    border: 2px solid #10BBB3;
    border-radius: 21px;
  }
  .logo a {
    position: relative;
    z-index: 9;
  }
  .menu_btn_logo {
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav_sec {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 10;
  }
  .from_group label img {
    width: 21px;
  }
  .from_group input {
    min-height: 45px;
    padding: 10px;
    border-radius: 8px;
  }
  footer {
    border-radius: 0;
  }
  footer p {
    font-size: 14px;
  }
  .menu_links {
    margin-bottom: 8px;
  }
  .social_links {
    margin-bottom: 17px;
  }
  .social_links li {
    padding-left: 9px;
    padding-right: 9px;
  }
  .menu_sec {
    margin-top: -50px;
    position: relative;
    z-index: 8;
  }
  .menu_sec .nav_container {
    padding-top: 60px;
    border-radius: 0px 17px 17px 17px;
  }
  .language-dropdown {
    position: relative;
    z-index: 7;
  }
  .active .collapse-icon {
    box-shadow: 0 0 0;
    position: relative;
    z-index: 9;
    transition: all 0.5s;
  }
  .active .lang_icon {
    box-shadow: 0 0 0 0;
    transition: all 0.5s;
  }
  .create_pro_btn a {
    padding: 11px;
    font-size: 14px;
    line-height: 1.3;
  }
  .login_btn {
    min-height: 45px;
    border-radius: 8px;
    margin-top: 2px;
  }
  .login_btn a {
    padding: 11px;
    font-size: 14px;
    line-height: 1.3;
  }
  .w_mx_525 {
    max-width: 278px;
  }
  .login_cont {
    padding-bottom: 18px;
  }
  .from_check_group {
    padding-top: 0;
  }
  .from_check_group .check_btn {
    margin-left: 0;
  }
  .from_check_group label {
    font-size: 14px;
  }
  .from_check_group label a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .from_check_group .error {
    margin-bottom: 20px;
  }
  .from_check_group .error::after, .from_check_group .error::before {
    left: 7px;
  }
  .from_check_group .error ul {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .from_check_group .error::after, .from_check_group .error::before {
    left: 27px;
  }
  .from_group label img {
    width: 29px;
  }
}
@media screen and (min-width: 551px) and (max-width: 767px) {
  .from_check_group .error {
    margin-left: 20px;
  }
}

/*# sourceMappingURL=login.css.map */
