﻿@charset "utf-8";
/* CSS Document */
body, html {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}
img{
    max-width: 100%;
}
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number] { 
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0; 
}
*{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body{
    margin: 0;
    padding: 0;
}
.form-title {
    font-weight: bold;
}
.form-control::placeholder{
    font-size: 1rem;
}
.helpopover {
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    background: transparent;

}
.contest-form-outer {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    overflow: hidden;
}
.thanku-blk-In {
    width: 100%;
    font-family: 'Roboto', arial, sans-serif;
    float: left;
    padding: 10px;
}
.thanku-middle-blk {
    width: 100%;
    padding: 50px 10px;
}
.image-blk {
    text-align: center;
    width: 100%;
    padding: 10px;
}
.image-blk img {
    max-width: 100%;
}
.lg-font-02 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-top: 15px;
    text-align: center;
}
.content-text-02 {
    font-weight: 400;
    line-height: 22px;
    color: #666;
    width: 100%;
    text-align: center;
    padding: 0 15px;
}
.livingFormwrpaer{

    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #fff;
    overflow: hidden;
}
.cmp-form-header__logo-block {
  max-width: 300px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.cmp-form-header__logo-block-inner {
  width: 100%;
  position: relative;
  padding-bottom: 85.29411764705883% 
}
.cmp-form-header__logo-block-inner a {
  cursor: pointer;
  display: block;
}
.no-jump-img, .cmp-form-header__logo-block-inner img, .cmp-join-wrapper__content-block .image-blk .img-block-inner img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  color: #F7F7F7;
  image-rendering: -webkit-optimize-contrast;
}
img {
  max-width: 100%;
}
.cmp-form-area__title {
  font-size: 1.875rem;
  color: #184B63;
  font-weight: 700;
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0.625rem;
  margin-left: 0;
}