body , html {font-family:'YekanBakh' !important;font-weight: 500;}
body {
  background-color: #353d4a;
 
  background-size: cover;
  padding: 50px 20px;
  background-repeat: no-repeat;
  height: 100vh;

}
.logo {display: block;margin: 0 auto 20px;}
.logo img {display: block;margin: 0 auto;}
.title-dear-user {color: #dadada;font-size:20px;}
.text-dear-user {color: #dadada}
.btn__container {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.btn {
  min-width: 110px;
  display: block;
  background-color: #fff;
  padding: 1rem;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  margin:0;
  text-align:right;
}
.btn i {
  font-size: 16px;
  float:right;
  margin-left: 8px;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.btn span {
  align-self: center;
  transform: translateX(0px);
  transition: all 0.1s ease-in-out;
  opacity: 1;
  font-size: 14px;
}
.btn:hover {
  transform: scale(1.1);
  color:#ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}


.btn:active {
  transform: scale(1);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}


.btn-instagram:hover {  background: linear-gradient(to right, #ff3019 0%, #c90477 100%);}
.btn-whatsapp:hover {  background: linear-gradient(to right, #2ecc71 0%, #27ae60 100%);}
.btn-telegram:hover {  background: linear-gradient(to right, #3498DB 0%, #2980B9 100%);}

.text-footer {color:#fff;font-size:11px;text-decoration: none;text-align:center;display:block;}

.text-footer:hover {color:#fff;text-decoration: none;}