html,body{
    font-family:'poppins','Century Gothic',sans-serif!important;
    background: #ffff;
    color:#5f6281;
    background-color: transparent;
}
body{
    overflow: hidden;
   
}

.flex-center{
    
    position: absolute;
    top: 0; left: 0;right:0;bottom:o;
}

img{
    position: fixed;
    width: 150px;
    height: 150px;
    top:5px;
    left: 5px;
}
.form{
    position: fixed;
    width: 25%;
    height: 70%;
    top:15%;
    left: 18%;
    border:2px solid #eae8e7;
    background-color: #eae8e7;
    border-radius: 5%;
    z-index: 10;
}

h3{
    text-align: center;
    margin-top: 10%;
    margin-bottom: 15%;
    font-weight: 800;
    color: #0070BB;
    font-size: 1.6rem;
}

label{
    margin-left: 6%;
    color: #0070BB;
    font-size: 1.2rem;
    font-weight: 600;
}

input[type=email],input[type=password]{
    margin-left: 6%;
    border:2px solid #ffffff;
    background-color: #ffffff;
    margin-top: 10px;
    width: 84%;
    height: 40px;
    border-radius: 10px;
    padding-left: 10px;
    font-size: 0.9rem;
    font-weight: 400;
}
button{
    margin-left: 6%;
    border:2px solid #0070BB;
    background-color: #0070BB;
    margin-top: 10px;
    width: 88%;
    height: 50px;
    border-radius: 10px;
    padding-left: 10px;
    font-size: 1.2em;
    font-weight: 600;
    color:#ffffff;
    cursor:pointer;
}

h4{
    color:  #0070BB;
    font-weight: 800;
    font-size: 1rem;
    position: fixed;
    top:90%;
    left: 24%;
}

p{
    position: absolute;
    color: #ffff;
    font-weight: 600;
    font-size: 1.5rem;
    margin-left: 8%;
    margin-right: 3%;
    margin-top: 12%;
}
h1{
    position: absolute;
    font-weight: 800;
    color: #d5a30d;
    font-size: 5.6em;
    margin-left: 8%;
    margin-right: 3%;
    margin-top: 21%;
}

h5{
    position: absolute;
    color: #ffff;
    font-weight: 400;
    font-size: 1rem;
    margin-left: 8%;
    margin-right: 3%;
    margin-top: 30%;
    letter-spacing: .01em;	
}
.content{
    background-color: #5072A7;
    border: #5072A7;
    margin-left:40%;
    margin-bottom: 0;
    margin-top: 0;
    height: 2000px;
    z-index: 500;
}