*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: local('Proxima Nova Bold'), local('ProximaNova-Bold'), url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Semibold.eot');
  src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'), url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Light.eot');
  src: local('Proxima Nova Light'), local('ProximaNova-Light'), url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNovaT-Thin.eot');
  src: local('Proxima NovaT Thin'), local('ProximaNovaT-Thin'), url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaT-Thin.woff') format('woff'), url('../fonts/ProximaNovaT-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
body {
	font-family: 'Proxima Nova';
	line-height: 1.3;
	color: #1E1E1E;
}
section {
	max-width: 780px;
	display:flex;
	flex-wrap:wrap;
	height: 310px;
	margin: 0 auto;
}

.placeholder {
    max-width: 1000px;
    background: #fff;
    border: solid 2px #a49275;
    padding: 25px;
}
.placeholder .logo {
    height: 40px;
    width: 200px;
}
.placeholder .text_before {
    margin-bottom: 20px;
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
}
.placeholder .form {
    display: flex;
    justify-content: space-between;
}
.placeholder .form .wrap {
    flex: 0 0 calc(25% - 0.5em);
    position: relative;
}
.placeholder .form .wrap label {
    position: absolute;
    top: -4px;
}
.placeholder .form .wrap label span {
	display:none;
	color:#da0e17;
	font-size: 12px;
	padding-left: 7px;
}
.placeholder .form .wrap input {
    width: 100%;
    color: #50576d;
    border: solid 1px #939db8;
    background: #ffffff;
    border-radius: 3px;
    height: 40px;
    padding: 0 0 0 7px;
}
.placeholder .form .wrap .btn {
    display: flex;
    width: 100%;
    color: #fff;
    background: #a49275;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    height: 40px;
    cursor: pointer;
	transition:all 0.3s;
}
.placeholder .form .wrap .btn:hover {
	background: #006de8;
}
.placeholder .form .wrap .notify {
    font-size: 10px;
    color: #a7a7a7;
    margin-top: 5px;
}
.placeholder .text_after {}
.placeholder .success {
	text-align:center;
}

.btn_demo {
    color: #fff;
    background-color: #a49275;
    padding: 15px 40px 15px 40px;
    width: 300px;
    text-align: center;
    position: relative;
    left: 320px;
}

@media all and (max-width: 720px) {
	.placeholder .text_before {
    margin-bottom: 17px;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
	}
	.placeholder .form {
    flex-wrap:wrap;
    gap: 0.5em;
	}
	.placeholder .form .wrap {
	flex: 0 0 calc(50% - 0.5em);
	}
	.placeholder .form .wrap input {
	height:35px;
	}
	.placeholder .form .wrap .btn {
	height:35px;
	}
    .btn_demo {
    left: 140px;
    }
}
@media all and (max-width: 550px) {
	.placeholder {
	padding:10px;
	}
	.placeholder .form .wrap {
	flex: 0 0 100%;
	}
	.placeholder .text_after {
	margin-top:10px;
	}
    .btn_demo {
    left: 10px;
    }
}
