@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-UltraLight.woff);
  font-style: thin;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Light.woff);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Medium.woff);
  font-style: bold;
  font-weight: 500;
  font-display: swap;
}
body {
  margin: 0;
  background: #161937;
  font-family: "Gilroy", sans-serif;
  color: white;
}

a {
  color: #115df0;
  text-decoration: none;
  font-weight: 400;
}

.title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 42px;
  line-height: 52px;
}

.subtitle {
  margin: 0;
  margin-bottom: 33px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

img {
  display: block;
}

.wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

header {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}

.header-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left .header-links {
  position: relative;
  top: 6px;
  display: flex;
  justify-content: space-between;
  max-width: 250px;
}

.header-right {
  display: flex;
  justify-content: space-between;
}
.header-right .sign-up-btn {
  color: black;
  background: white;
}

.header-links a {
  padding: 13px 24px;
  border-radius: 10px;
  white-space: nowrap;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
}

.have-not-account {
  color: #a0aebd;
}

main {
  padding-top: 215px;
  padding-bottom: 215px;
}

.main-wrapper {
  margin: 0 auto;
  max-width: 800px;
}

form p {
  margin: 0;
  margin-bottom: 46px;
  text-align: right;
  font-size: 12px;
  line-height: 17px;
}

input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea, select {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
  outline: none;
  border: none;
  box-sizing: border-box;
  font-family: sans-serif;
}

.btn {
  padding: 0 !important;
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  box-sizing: border-box;
  margin: 0 auto;
  color: white;
  display: block;
  max-width: 200px;
  background: #115df0;
  border-radius: 10px;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
  cursor: pointer;
}

.flex {
  display: flex;
  width: 100%;
  margin: 0 -15px;
}

.column {
  flex: 1;
  margin: 0 15px;
}

footer .wrapper {
  position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}

footer .container-bottom  {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 35px;
		padding-bottom: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.31);
}

footer .container-bottom p {
  margin: 0;
}

footer .container-bottom .payouts {
  align-items: center;
  display: flex;
}

footer .container-bottom .payouts ul {
  display: flex;
}

footer .container-bottom .payouts ul li {
  margin-right: 15px;
					list-style: none;
}