@font-face {
	font-family: 'Segoe-semilight';
	font-style: normal;
	font-weight: normal;
	src: url('SEGOEUISL.TTF') format('truetype');
}
@font-face {
	font-family: 'Segoe-regular';
	font-style: normal;
	font-weight: normal;
	src: url('segoeui.ttf');
}
@font-face {
	font-family: 'Segoe-light';
	font-style: normal;
	font-weight: normal;
	src: url('segoeuil.ttf');
}

body,html{
	margin:0;
	background-image:url(../img/bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/*width: 360px;*/
}
.container{
	width: 100%;
	max-width: 320px;
	margin:0 auto;
	text-align: center;
	min-height: 100vh;
	padding:0 15px 20px;
	box-sizing: border-box;

}
.logo-container{
    text-align: center;
    padding-top: calc(32vh - 90px);
    margin-bottom: 50px;
}
.logo-container img{
	width: 220px;
}
h3,p,a{
	/*font-family: 'Segoe UI Regular';*/
	color:white;
}
h3{
	font-family: 'Segoe-light';
	font-size: 24px;
}
p{
	font-family: 'Segoe-light';
	font-size:15px;
	color:#cabeeb;
}
a{
	font-family: 'Segoe-regular';
	text-decoration: none;
}
.line{
	display: block;
	height:2px;
	width:33px;
	background: #cabeeb;
	margin:0 auto;
}
.btn{
	height: 41px;
	line-height: 41px;
	width:calc(50% - 10px);
	float:left;
	border:1px solid white;
	border-radius: 100px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	display: inline-block;
}
.btn.btn-white{
	color:#361f7a;
	background: white;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.buttons-container{
	width: 100%;
	margin-top: 30px;
    margin-bottom: 40px;
}
.buttons-container .btn + .btn{
	margin-left: 20px;
}
.url{
	font-size: 21px;
}
.no-float{
	float:none;
}
.mt-30{
	margin-top: 30px;
}
.mtb-40{
	margin:40px 0;
}