@import url('https://fonts.googleapis.com/css2?family=Prosto+One&family=Roboto&display=swap');
@import "font/stylesheet.css"
a {
  text-decoration: none;
  color: #000;
}
.site-header { 
  padding: 2.5em 3em;
}

.site-header::after {
  content: "";
  display: table;
  clear: both;
}

.site-identity {
  float: left;
  width: 100%;
}

.site-identity h1 {
  font-size: 1.5em;
  margin: .7em 0 .3em 0;
  display: inline-block;
}

.site-identity img {
  max-width: 55px;
  float: left;
  margin: 0 10px 0 0;
}

body,
html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: gibson;
}

.loader {
	width: 100%;
        height: calc(100% - 135px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #242B3A;
	background: linear-gradient(90deg, #242B3A 0%, #242B3A 100%);
	background: -moz-linear-gradient(80deg, #242B3A 0%, #242B3A 100%);
	background: -webkit-linear-gradient(90deg, #242B3A 0%, #242B3A 100%);
}

.loader-logo {
    width: 695px;
    height: 436px; 
	max-width: 90%;
	overflow: hidden;
	transform: translatey(0px);
	animation: float 3s ease-in-out infinite;
	img { width: 100%; height: auto; }
}

/*@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}*/
h1
{
display: inline-block;
test-align: center;
color: white;
font-size: 45px;
    font-weight: 100;
font-family: 'Prosto One', cursive;
}
.mail
{
font-family: 'Roboto', sans-serif;
}
.otp {
    margin-top: 14px;
    color: white;
background: #3598FE;
font-size: 45px !important;
    line-height: 50px;
    text-align: center;
padding: 12px 40px;
    letter-spacing: 25px;
}
.code {
    text-align: center;
    color: wheat;
}
.t {
    font-size: 20px;
    color: white;
}
.r {
    color: white;
    font-size: 13px;
}
.f {
color: #3598FE;
text-align: center;
margin: 40px 0px;
font-size: 20px;
}
.m {
    width: 225px;
    text-align: justify;
    color: white;
    font-size: 13px;
    margin-top: 20px;
}
.v {
    color: white;
font-size: 27px;
}
