/* Generated by less 3.11.1 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  outline: none!important;
}
select {
  font-size: 12px;
  position: relative;
  outline: none;
  padding: 8px;
  color: #8C8C8C;
  border: 1px solid #F0F0F0;
  background: #fff;
  -moz-box-box-shadow: inset 0 0 0 1px #fff, 1px 2px 0px #F0F0F0;
  -webkit-box-shadow: inset 0 0 0 1px #fff, 1px 2px 0px #F0F0F0;
  box-shadow: inset 0 0 0 1px #fff, 1px 2px 0px #F9F9F9;
}
select:hover {
  cursor: pointer;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.GR {
  background: #feaf68;
  background: -moz-linear-gradient(left, #feaf68 0%, #fc846a 100%);
  background: -webkit-linear-gradient(left, #feaf68 0%, #fc846a 100%);
  background: linear-gradient(to right, #feaf68 0%, #fc846a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feaf68', endColorstr='#fc846a', GradientType=1);
}
body {
  overflow-x: hidden;
}
@font-face {
  font-family: 'Manrope';
  src: local('Manrope Semibold'), local('Manrope-Semibold'), url('../fonts/manrope/Manropesemibold.woff2') format('woff2'), url('../fonts/manrope/Manropesemibold.woff') format('woff'), url('../fonts/manrope/Manropesemibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: local('Manrope Medium'), local('Manrope-Medium'), url('../fonts/manrope/Manropemedium.woff2') format('woff2'), url('../fonts/manrope/Manropemedium.woff') format('woff'), url('../fonts/manrope/Manropemedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: local('Manrope Thin'), local('Manrope-Thin'), url('../fonts/manrope/Manropethin.woff2') format('woff2'), url('../fonts/manrope/Manropethin.woff') format('woff'), url('../fonts/manrope/Manropethin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: local('Manrope Light'), local('Manrope-Light'), url('../fonts/manrope/Manropelight.woff2') format('woff2'), url('../fonts/manrope/Manropelight.woff') format('woff'), url('../fonts/manrope/Manropelight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: local('Manrope Regular'), local('Manrope-Regular'), url('../fonts/manrope/Manroperegular.woff2') format('woff2'), url('../fonts/manrope/Manroperegular.woff') format('woff'), url('../fonts/manrope/Manroperegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: local('Manrope Bold'), local('Manrope-Bold'), url('../fonts/manrope/Manropebold.woff2') format('woff2'), url('../fonts/manrope/Manropebold.woff') format('woff'), url('../fonts/manrope/Manropebold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
.main_font {
  font-family: 'Manrope';
  font-weight: 300;
}
.auth_container {
  background: url(../img/auth_background.png) no-repeat center center;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-content: center;
  font-family: 'Manrope';
  font-weight: 300;
}
.auth_container .auth_box {
  margin: auto;
}
.auth_container .auth_box .form_header_box {
  background: #F9F7F1;
  padding: 30px;
  text-align: center;
}
.auth_container .auth_box .form_content {
  background: #fff;
  padding: 30px 50px;
  min-width: 300px;
}
.auth_container .auth_box .form_content .form_header {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 21px;
}
.auth_container .auth_box .form_content label {
  display: block;
}
.auth_container .auth_box .form_content label input {
  background: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #FE9B69;
  padding: 10px 0px 10px 40px;
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 25px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  transition: 0.3s;
}
.auth_container .auth_box .form_content label input:focus {
  border-bottom: 1px solid #fc846a;
  padding-left: 45px;
}
.auth_container .auth_box .form_content .usericon {
  position: relative;
}
.auth_container .auth_box .form_content .usericon:before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: 3;
  top: 11px;
  background: url(../img/user_icon.svg) no-repeat center center;
}
.auth_container .auth_box .form_content .passicon {
  position: relative;
}
.auth_container .auth_box .form_content .passicon:before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: 3;
  top: 11px;
  background: url(../img/privacy_icon.svg) no-repeat center center;
}
.auth_container .auth_box .form_content .form_err {
  position: relative;
  padding-left: 20px;
  font-size: 9px;
  color: rgba(221, 33, 23, 0.87);
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
}
.auth_container .auth_box .form_content .form_err:before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: 0px;
  top: -6px;
  background: url(../img/times.svg) no-repeat center center;
}
.gr_button {
  background: #feaf68;
  background: -moz-linear-gradient(left, #feaf68 0%, #fc846a 100%);
  background: -webkit-linear-gradient(left, #feaf68 0%, #fc846a 100%);
  background: linear-gradient(to right, #feaf68 0%, #fc846a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feaf68', endColorstr='#fc846a', GradientType=1);
  border: none;
  border-radius: 2px;
  text-align: center;
  display: block;
  font-weight: 400;
  line-height: 21px;
  width: 100%;
  color: #fff;
  max-width: 145px;
  cursor: pointer;
  padding: 9px;
  margin: 0 auto;
  transition: 0.3s;
}
.gr_button:hover {
  opacity: 0.7;
}
