.loader {
	position: absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background-color:#eceaea;
	background-image:url('../images/common/loader.gif');
	background-size: 500px;
	background-repeat:no-repeat;
	background-position:center;
	z-index:100000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.full-width {
	max-width: 1920px;
	margin: 0 auto;
}

.restrict-width {
	max-width: 1366px;
	margin: 0 auto;
}

.padding-lr {
	padding: 0 40px;
}

.mr-left-0 {
	margin-left: 0 !important;
}

.mr-right-0 {
	margin-right: 0 !important;
}

.pad-left-0 {
	padding-left: 0 !important;
}

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

.pad-bottom-0 {
	padding-bottom: 0 !important;
}

.pad-right-0 {
	padding-right: 0 !important;
}

.verticalM {
	display: inline-block;
	vertical-align: middle;
}

.verticalT {
	display: inline-block;
	vertical-align: top;
}

.m-d-hide {
	display: block !important;
	opacity: 1;
}

.m-d-show {
	display: none !important;
	opacity: 0;
}

.m-hide {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	opacity: 1;
}

.m-show {
	display: none !important;
	opacity: 0;
}

.mob-show {
	display: none;
	opacity: 0;
}

.verticalB {
	display: inline-block;
	vertical-align: bottom;
}

.d-show {
	display: block !important;
}

.d-hide {
	display: none !important;
}

.hide {
	display: none !important;
}

.t-d-hide {
	display: block !important;
}

.t-d-show {
	display: none !important;
}

.t-f-show {
	display: none !important;
}

.t-f-hide {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.show {
	display: inline-block !important;
}

.v-hidden {
	visibility: hidden !important;
}

.v-show {
	visibility: visible !important;
}

button {
	outline: none;
	border: none;
	font-family: inherit;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	        appearance: none;
	background: transparent;
}

.buttons-block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.btn-fill {
	color: #fff;
	font-size: 16px;
	background-color: #71afe0;
	padding: 12px 35px;
	border-radius: 4px;
}

.btn-text {
	color: #71afe0;
	font-size: 14px;
	background-color: transparent;
	margin-left: 20px;
}

/* custom checkbox styles start */

.checkbox-group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding-top: 15px;
}

.checkbox-block {
	margin-bottom: 20px;
	width: 250px;
}

.checkbox-block span {
	display: inherit;
	padding-left: 26px;
	color: #929ba5;
	font-size: 14px;
}

.checkbox-label {
	color: #504b4a;
	font-size: 16px;
}

input[type="checkbox"] {
	width: inherit;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 1.6em;
	cursor: pointer;
	line-height: 14px;
}

/* checkbox aspect */

/*[type="checkbox"]:not(:checked) + label:before,*/
/*[type="checkbox"]:checked + label:before {*/
/*	content: url("../images/checkbox-1.svg");*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	width: 14px;*/
/*	height: 14px;*/
/*}*/

/*!* checked mark aspect *!*/

/*[type="checkbox"]:not(:checked) + label:after,*/
/*[type="checkbox"]:checked + label:after {*/
/*	content: url("../images/checkbox-2.svg");*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	width: 14px;*/
/*	height: 14px;*/
/*	transition: all .2s;*/
/*}*/

/* checked mark aspect changes */

[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	        transform: scale(0);
}

[type="checkbox"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

/* custom checkbox styles end */

/* common styles end */

.page {
	overflow: hidden;
}

.page-wrapper {
	position: relative;
	background-image: url("../images/common/login-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	background-color: rgba(231, 214, 67, 0.4);
}

.page-wrapper.login {
	background-color: #e7d643;
}

.page-wrapper.login::after {
	background: rgba(255, 255, 255, 0);
	z-index: -1;
}

.page-wrapper::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	left: 0;
	top: 0;
	z-index: 1;
}

.page-wrapper.uploads {
	min-height: auto;
	padding-bottom: 10px;
}

section.section-padding {
	padding-top: 140px;
}

.display-block__desktop {
	display: block !important;
}

.display-block__mobile {
	display: none !important;
}

.display-flex__desktop {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.display-flex__mobile {
	display: none !important;
}

.title {
	color: #00599c;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}

.banner-text {
	max-width: 340px;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	position: relative;
	color: #00599c;
}

.banner-text img {
	display: inline-block;
	width: 52px;
	margin-left: 10px;
	margin-bottom: -30px;
	z-index: 1;
}

.individualPageLink {
	margin: 0px 8px;
	line-height: 1;
}

.prevIcon {
	margin-top: 2px;
}

.prevIcon.disable {
	opacity: 0.2;
}

.nextIcon {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	margin-top: 2px;
}

.nextIcon.disable {
	opacity: 0.2;
}

.page-numbers.current {
	color: #00599c;
	font-weight: 600;
}

.error_box {
	position: fixed;
	top: 0px;
	display: none;
	padding: 15px 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9999;
	color: #fff;
	text-align: center;
}

.error_box.failure {
	display: block;
	background-color: #f34b4b;
}

.error_box.success {
	display: block;
	background: #00599c;
}

.main {
	position: relative;
	z-index: 2;
}

.back-to-top {
	color: #00599c;
	font-size: 14px;
	text-decoration: underline;
	font-weight: 500;
	background: rgba(255, 255, 255, 0.2);
	position: fixed;
	bottom: 30px;
	right: -122px;
	z-index: 98;
	padding-left: 5px;
	padding-top: 5px;
	display: block;
	border: 1px solid #2C3247;
	border-radius: 20px;
	padding: 3px 32px;
	padding-left: 12px;
	transition: all 0.3s ease-in-out;
}

.section-heading {
	color: #2C3247;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.46;
	text-align: center;
	padding-bottom: 60px;
}

video[controls="controls"] {
	z-index: 2147483647;
}

.error {
	color: #CE4629;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 1.3;
}

.form-submit-button {
	background: #262B38;
	border: none;
	padding: 10px;
	color: #fff;
	display: block;
	width: auto;
	padding: 13.5px 75px;
	cursor: pointer;
	position: relative;
}

.form-submit-button::after {
	content: "";
	width: 15px;
	height: 1px;
	background: #fff;
	top: 50%;
	left: 0;
	position: absolute;
}

.page-back-button {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page-back-button img {
	width: 10px;
	margin-right: 20px;
}

.page-back-button h2 {
	font-size: 28px;
	line-height: 1;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	font-style: normal;
}

.common-search-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	max-width: 300px;
	width: 100%;
}

.common-search-wrapper input {
	background: #F8F8F8 !important;
	border-radius: 20px;
	border-radius: 20px;
	border: none;
	padding: 7px 50px 7px 22px;
}

.common-search-wrapper input::-webkit-input-placeholder {
	font-size: 16px !important;
	font-weight: 400;
	color: rgba(44, 50, 71, 0.4) !important;
}

.common-search-wrapper input:-ms-input-placeholder {
	font-size: 16px !important;
	font-weight: 400;
	color: rgba(44, 50, 71, 0.4) !important;
}

.common-search-wrapper input::placeholder {
	font-size: 16px !important;
	font-weight: 400;
	color: rgba(44, 50, 71, 0.4) !important;
}

.common-search-wrapper .search-icon {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 30px;
	top: calc(50% - 8px);
}

.upload-gallery {
	width: 50px;
}

.cancel-button {
	margin-right: 30px;
	font-size: 16px;
	cursor: pointer;
}

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,
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,
main,
nav,
section {
	display: block;
}

body {
	color: #2C3247;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	overflow-x: hidden;
}

body :focus {
	outline: none;
}

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;
}

.button {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	background: #192431;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	border: none;
	color: #fff;
	cursor: pointer;
}

.button:focus {
	outline: none;
}

/*reset inputs*/

input,
select,
option,
textarea {
	font-style: normal;
	font-size: 16px;
	width: 100%;
	padding: 1px 10px 2px 10px;
	color: #2C3247;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #918F8A;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
option::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: #bebebe;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
option:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 14px;
	color: #bebebe;
}

input::placeholder,
select::placeholder,
option::placeholder,
textarea::placeholder {
	font-size: 14px;
	color: #bebebe;
}

label {
	color: #757575;
	font-size: 16px;
	font-style: normal;
}

input,
select,
textarea,
button {
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	box-shadow: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

input[type="text"],
input[type="password"],
input[type="email"] {
	width: 100%;
	background: transparent;
	-webkit-tap-highlight-color: transparent;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
	outline: none;
}

textarea {
	resize: none;
	width: 100%;
	background: transparent;
}

textarea:focus {
	outline: none;
}

.form__error {
	display: none;
	color: #ff0000;
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

svg {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
}

img {
	display: block;
	width: 100%;
}

a {
	text-decoration: none;
	font-style: normal;
	color: #2C3247;
	-webkit-tap-highlight-color: transparent;
}

a:focus {
	outline: none;
}

a img {
	border: none;
	outline: none;
}

input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

select {
	-webkit-appearance: none;
	        appearance: none;
}

select::-ms-expand {
	display: none;
}

.form-filed__group {
	width: 100%;
	height: auto;
}

.form-filed__group input {
	font-size: 18px;
	padding-top: 16px;
	line-height: 0.9;
}

.form-filed__group input::-webkit-input-placeholder {
	font-size: 18px;
	color: #2C3247;
	line-height: 0.9;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.form-filed__group input:-ms-input-placeholder {
	font-size: 18px;
	color: #2C3247;
	line-height: 0.9;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.form-filed__group input::placeholder {
	font-size: 18px;
	color: #2C3247;
	line-height: 0.9;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.form-filed__group.input-label-icon input {
	padding-left: 32px;
}

.form-filed__group.border input {
	border: 1px solid #918F8A;
}

.form-filed__label-icon {
	position: absolute;
	bottom: 7px;
}

.form-filed__label-icon.email {
	width: 24px;
}

.form-filed__label-icon.password {
	width: 16px;
}

.form-filed__type {
	position: relative;
}

.header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #2C3247;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 14px !important;
	padding-bottom: 15px !important;
	position: relative;
	z-index: 3;
}

.header__logo {
	max-width: 246px;
	width: 100%;
}

.header__user-data {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: calc(100% - 246px);
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.header__help-logo {
	max-width: 30px;
	margin-right: 20px;
	width: 100%;
	cursor: pointer;
}

.header__user-logo {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
}

.header__user-name {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	padding: 0px 11px 0px 5px;
}

.header__dropdown-block {
	position: relative;
	top: 10px;
	padding-bottom: 10px;
}

.header__dropdown-block.active .header__dropdown {
	display: block;
}

.header__drop-logo {
	max-width: 14px;
	width: 100%;
	cursor: pointer;
}

.header__dropdown {
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
	padding: 0px 10px;
	right: -15px;
	top: calc(100% + 10px);
	display: none;
}

.header__dropdown a,
.header__dropdown li {
	padding: 9px 0px 7px 5px;
	border-bottom: 1px solid #ddd;
	list-style: none;
	min-width: 140px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
}

.header__dropdown a:last-child,
.header__dropdown li:last-child {
	border: none;
}

.header__dropdown::after {
	content: "";
	position: absolute;
	background: url(../images/common/dropdownarow_withoutshadow.png);
	background-size: cover;
	width: 20px;
	height: 15px;
	top: -15px;
	right: 15px;
	background-repeat: no-repeat;
}

.footer .pagination {
	padding: 45px 0px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.footer .pagination__active {
	background-color: #2C3247 !important;
	color: #fff !important;
}

.footer .pagination__previous img {
	width: 7.5px;
}

.footer .pagination li,
.footer .pagination a {
	list-style: none;
	border-radius: 5px;
	padding: 3px;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-style: normal;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #2C3247;
	padding: 4px 7px;
	margin: 0px 10px;
}

.footer .pagination li:last-child,
.footer .pagination a:last-child {
	margin-right: 0;
}

.footer .pagination__next img {
	width: 7.5px;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.common-popup-block {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 15;
}

.common-popup-block.active {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.common-popup-main-wrapper {
	width: 100%;
	max-width: 400px;
	padding: 20px;
	background: #fff;
	text-align: center;
	min-height: 150px;
}

.common-popup-title {
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}

.common-popup-content {
	line-height: 1.3;
	padding: 5px 0px 30px 0px;
}

.common-popup-buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.common-popup-buttons .form-submit-button {
	padding: 5px 30px;
}

.progress__bar-popup {
	position: fixed;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	top: 0;
	left: 0;
	z-index: 10;
}

.progress__bar-popup.active {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.progress {
	width: 50%;
	height: 30px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 20px;
}

.progress-bar.active,
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	        animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #e7d643;
	text-align: center;
}

.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
	padding-left: 20px;
}

.login__main-wrapper {
	height: 100vh;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.login__form-wrapper {
	max-width: 435px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
	min-height: 505px;
	padding: 115px 63px 55px 63px;
	position: relative;
	margin-top: 58px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.login__form-wrapper .form-filed__group {
	margin-top: 46px;
}

.login__form-wrapper.forgot-password .login__form-button-wrapper {
	margin-top: 98px;
}

.login__form-wrapper.forgot-password .form-submit-button {
	padding: 13.5px 50px;
}

.login__form-wrapper.verification .form-submit-button {
	min-width: 350px;
	padding: 13.5px 0px 13.5px 50px;
}

.login__verification-content {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
}

.login__verification-title {
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	font-style: normal;
}

.login__content-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: inherit;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 30px 0px;
}

.login__company-logo {
	max-width: 310px;
	width: 100%;
	position: absolute;
	top: -58px;
	top: -58px;
	left: 50%;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
}

.login__form-title {
	font-size: 30px;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	position: relative;
}

.login__form-title:after {
	content: "";
	width: 70%;
	position: absolute;
	height: 3px;
	background: #2C3247;
	bottom: 0px;
	left: 0;
}

.login__form-error {
	padding-top: 8px;
}

.login__form-infographic {
	padding-left: 110px;
}

.login__form-forgot-text {
	line-height: 1.3;
	text-align: center;
	cursor: pointer;
}

.login__form-button-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	position: relative;
	right: -93px;
	margin-top: 13px;
	margin-bottom: 22px;
}

.login__form-button {
	position: relative;
}

.login__form-button span {
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	width: 39px;
	height: 1px;
	background: #fff;
}

@media (max-width: 1279px) {

section.section-padding {
	padding-top: 100px;
}

}

@media (max-width: 1199px) {

.padding-lr {
	padding: 0 30px;
}

section.section-padding {
	padding-top: 80px;
}

.section-heading {
	padding-bottom: 50px;
}

}

@media (max-width: 1023px) {

.padding-lr {
	padding: 0 20px;
}

.t-d-hide {
	display: none !important;
}

.t-d-show {
	display: block !important;
}

.t-f-show {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.t-f-hide {
	display: none !important;
}

.page-wrapper {
	background-image: url("../images/common/login-tablet-bg.jpg");
}

section.section-padding {
	padding-top: 60px;
}

.title {
	font-size: 25px;
	line-height: 30px;
}

.section-heading {
	font-size: 26px;
	padding-bottom: 40px;
}

.header {
	padding-top: 17px !important;
	padding-bottom: 18px !important;
}

.header__logo {
	max-width: 200px;
}

.header__dropdown-block {
	top: 7px;
}

.login__main-wrapper {
	min-height: 100vh;
	height: initial;
}

.login__content-wrapper {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 80px 0px;
}

.login__form-infographic {
	padding-left: 0px;
	padding-top: 50px;
	max-width: 460px;
}

}

@media (max-width: 767px) {

.m-d-hide {
	display: none !important;
	opacity: 0;
}

.m-d-show {
	display: block !important;
	opacity: 1;
}

.m-hide {
	display: none !important;
	opacity: 0;
}

.m-show {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	opacity: 1;
}

.mob-show {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	opacity: 1;
}

.page-wrapper {
	background-image: url("../images/common/login-mobile.png");
}

section.section-padding {
	padding-top: 40px;
}

.display-block__desktop {
	display: none !important;
}

.display-block__mobile {
	display: block !important;
}

.display-flex__desktop {
	display: none !important;
}

.display-flex__mobile {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.title {
	font-size: 20px;
	line-height: 24px;
}

.banner-text img {
	width: 35px;
	margin-bottom: -18px;
}

.banner-text {
	max-width: 200px;
	font-size: 14px;
	line-height: 26px;
}

.section-heading {
	font-size: 22px;
	padding-bottom: 30px;
}

.error {
	font-size: 12px;
}

.form-submit-button::after {
	width: 8px;
}

.form-submit-button {
	font-size: 12px;
	padding: 8px 46px;
}

.page-back-button img {
	margin-right: 10px;
}

.page-back-button h2 {
	font-size: 24px;
	line-height: 27px;
}

.page-back-button {
	margin: 15px 0px;
}

.common-search-wrapper input {
	padding: 4px 30px 5px 20px;
	display: none;
	font-size: 14px !important;
}

.common-search-wrapper input::-webkit-input-placeholder {
	font-size: 14px !important;
}

.common-search-wrapper input:-ms-input-placeholder {
	font-size: 14px !important;
}

.common-search-wrapper input::placeholder {
	font-size: 14px !important;
}

.common-search-wrapper .search-icon {
	right: 20px;
	position: initial;
}

.common-search-wrapper {
	border-radius: 50%;
	width: auto;
	background: #F8F8F8;
	padding: 6px;
	top: -4px;
}

.common-search-wrapper:hover {
	background: transparent;
	border-radius: 0;
	width: calc(100% - 80px);
	padding: 0;
}

.common-search-wrapper:hover input {
	display: block;
}

.common-search-wrapper:hover .search-icon {
	position: absolute;
}

.upload-gallery {
	width: 40px;
}

.cancel-button {
	font-size: 12px;
}

body {
	font-size: 14px;
	line-height: 26px;
}

.form-filed__group input {
	font-size: 14px;
}

.form-filed__group input::-webkit-input-placeholder {
	font-size: 14px;
}

.form-filed__group input:-ms-input-placeholder {
	font-size: 14px;
}

.form-filed__group input::placeholder {
	font-size: 14px;
}

.header {
	padding-top: 13px !important;
	padding-bottom: 14px !important;
}

.header__logo {
	max-width: 150px;
}

.header__user-data {
	width: calc(100% - 150px);
}

.header__help-logo {
	max-width: 25px;
	margin-right: 10px;
}

.header__user-logo {
	width: 25px;
	height: 25px;
}

.header__dropdown-block {
	top: 5px;
	left: 10px;
}

.header__drop-logo {
	max-width: 7px;
}

.header__dropdown a,
.header__dropdown li {
	font-size: 12px;
	min-width: 100px;
}

.header__dropdown::after {
	width: 15px;
	height: 12.5px;
	top: -12px;
	right: 5px;
}

.header__dropdown {
	right: -8px;
}

.footer .pagination {
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 25px 0px;
}

.footer .pagination li,
.footer .pagination a {
	font-size: 12px;
	margin: 0px 12px;
}

.progress {
	height: 26px;
	width: 100%;
}

.login__main-wrapper {
	min-height: 100vh;
}

.login__form-wrapper .form-filed__group {
	margin-top: 30px;
}

.login__form-wrapper {
	padding: 87px 25px 25px 25px;
	margin-top: 28px;
	min-height: auto;
}

.login__form-wrapper.forgot-password .login__form-button-wrapper {
	margin-top: 62px;
}

.login__form-wrapper.forgot-password .form-submit-button {
	padding: 8px 30px;
}

.login__form-wrapper.verification .login__form-forgot-text {
	margin: 10px auto;
}

.login__form-wrapper.verification .login__form-button-wrapper {
	right: -30px;
	min-width: 245px;
}

.login__form-wrapper.verification .form-submit-button {
	min-width: auto;
	padding: 8px 5px 8px 30px;
}

.login__verification-content {
	margin-bottom: 10px;
	line-height: 1.6;
}

.login__verification-title {
	margin-top: 30px;
}

.login__content-wrapper {
	padding: 50px 0px;
}

.login__company-logo {
	max-width: 154px;
	top: -28px;
}

.login__form-title {
	font-size: 24px;
}

.login__form-title:after {
	width: 80%;
}

.login__form-forgot-text {
	font-size: 12px;
}

.login__form-button-wrapper {
	right: -45px;
	margin-bottom: 43px;
}

.login__form-button span {
	width: 18px;
}

}

@media (max-height: 639px) {

.login__main-wrapper {
	height: initial;
}

}

@-webkit-keyframes showDropdown {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes showDropdown {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes hideDropdown {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes hideDropdown {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}
