*, *:before, *:after {
  box-sizing: border-box;
}
.abcRioButtonLightBlue {
    background-color: transparent !important;
    color: #ffffff !important;
}

.abcRioButton {
    border-radius: 1px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0) !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    color: #262626;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

.mnt-logout-bg{background-image: url('https://monett.co/wp-content/uploads/2021/09/background-streaming-monett.jpg');
background-position: top center;}

.form .input-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.form .input-wrapper input {
  width: 100%;
    padding: 18px 15px;
    border: 1px solid #09131f4a;
    color: #09131f;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 500;
    outline: 0;
    border-radius: 10px;
}
@media (max-width: 768px) {
  .form .input-wrapper input {
    font-size: 14px;
  }
}
.form .input-wrapper input:hover, .form .input-wrapper input:focus {
  outline: 0;
}
.form .submit-wrapper {
  width: 100%;
  margin-bottom: 25px;
  /* border-radius: 41px; */
}
.form .submit-wrapper input {
  width: 100%;
}

.btn-primary-fill {
  position: relative;
  display: inline-block;
  padding: 10px 122px;
  text-align: center;
  outline: 0;
  border: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .btn-primary-fill {
    font-size: 14px;
  }
}
.btn-primary-fill.bg-purple {
  background-color: #09131f;
  color: #ffffff;
  border: solid 1px #09131f2e;
  box-shadow: 0px 0px 6px #09131f38;
}
.btn-primary-fill.bg-purple:hover {
  background-color: #5a3476;
}

header {
  height: 100px;
  display: table;
  width: 100%;
  color: white;
  background-color: #09131F;
  text-align: center;
}
header .text {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
header .tooltip-block {
  position: relative;
  cursor: pointer;
}
header .tooltip-block .bg-content {
  background-color: #e3e3e3;
  overflow: hidden;
  padding: 35px 15px 15px 15px;
  min-width: 400px;
  border-radius: 0 0 7px 7px;
}
header .tooltip-block .content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  opacity: 1;
  
  box-shadow: 0 0 10px rgba(0, 0, 1, 0.3);
  transition: opacity 250ms ease;
  padding-top: 0px;
}

footer {
  position: absolute;
  bottom: 60px;
  width: 100%;
  margin: 0 auto;
  flex-shrink: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: Roboto,arial,sans-serif;
font-weight: 500;
letter-spacing: .21px;
}

@media (max-width: 768px) {
  header .tooltip-block .content {
    width: 100%;
  }
}
header .tooltip-block .content:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  margin-top: -10px;
  margin-right: 40px;
  border-width: 0 10px 10px;
  border-color: transparent transparent #ffffff;
  text-align: right;
  float: right;
}
@media (max-width: 768px) {
  header .tooltip-block .content:before {
    margin-right: 136px;
  }
}
header .tooltip-block:hover .item-count, header .tooltip-block.active .item-count {
  color: #75439a;
}
header .tooltip-block:hover > .icon, header .tooltip-block.active > .icon {
  color: #75439a;
}
header .tooltip-block:hover .content, header .tooltip-block.active .content {
  z-index: 999999;
  height: auto;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  transition: opacity 250ms ease;
}
header .tooltip-block .margin {
  margin: 0;
}
header .tooltip-block .margin:last-child .product-item {
  border-bottom: 0;
}
header .tooltip-block .link {
  margin-bottom: 30px;
  color: black;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: none;
  display: block;
  text-align: left;
}
header .tooltip-block .link:hover {
  color: #75439a;
}
header .tooltip-block input {
  text-align: center;
}
header .tooltip-block .login-service {
  padding: 15px 15px;
  float: left;
  width: 50%;
}
header .tooltip-block .login-service.login-facebook {
  background-image: linear-gradient(to top, #4c75cc 0%, #3e67bd 100%);
  border-radius: 7px 0 0 7px;
}
header .tooltip-block .login-service.login-google-plus {
  background-image: linear-gradient(to top, #d55040 0%, #cb3f2e 100%);
  border-radius: 0 7px 7px 0;
}
header .tooltip-block .login-service > span {
  display: table-cell;
  vertical-align: middle;
}
header .tooltip-block .login-service .icon {
  padding-right: 15px;
  font-size: 16px;
  color: white;
}
header .tooltip-block .login-service .text {
  color: white;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
  text-align: left;
}
header .tooltip-block .login-service .text-bold {
  display: block;
  font-weight: 700;
  color: white;
}

.author {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: table;
  height: 120px;
}
.author .image-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
.author .content {
  display: table-cell;
  vertical-align: middle;
}
.author .content a {
  text-decoration: none;
}
.author .content a:hover {
  color: #75439a;
}
.author .content .name {
  display: block;
  margin-bottom: 2px;
  font: bold normal 20px/1 "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #75439a;
}
.author .content .name:hover span {
  color: #75439a;
}
.author .content .name span {
  color: #232323;
}
.author .content .description {
  display: block;
  margin-bottom: 5px;
  font: normal normal 18px/1.4 "Hind", sans-serif;
  color: #232323;
}
.author .content .description span {
  color: #75439a;
}
.author .content .link {
  font-size: 20px;
  color: #232323;
  margin-right: 10px;
}