@import url('https://fonts.googleapis.com/css2?family=Biryani:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
    padding: 0;
    margin: 0;
    background: #1f3155;
    word-wrap: break-word;
    font-size: 18px;
    line-height: 1.4;
    background-size: cover;
    overflow-x: hidden;
    color: #fff;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 400;
     font-family: "Open Sans", sans-serif;

}
h1, h2, h3, h4, h5, h6{
    line-height: 1.2;
    font-weight: 700;
    margin-top:30px;
    margin-bottom: 15px;
    font-family: "Biryani", sans-serif;
}
.container{
 max-width:1280px;margin: 0 auto; padding: 20px;  
}
.header_logo{
    text-align: center;
}
.header_logo img{
    width: 200px;
}
.header_title {
    text-align: center;
    margin-top: 20px;
}
.header_title h1{
    text-transform: uppercase;
    margin-top:0;
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 0px;
}
.header_title h2{
    text-transform: uppercase;
    margin-top:0;
     margin-bottom:0px;
    font-size: 30px;
    font-weight: 800;   
}
.header_title p{
    color: #e0e5ef;    max-width: 400px;
}
.sing_form .field input[type="email"]{
width: 100%;
    padding: 0.8em;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    transition: border-color 0.25s 
     ease 0s;
    line-height: normal;
    margin: 2px 0 0 0;
    border-radius: 25px;
    background: #000;
    font-size: 18px;
    -webkit-text-fill-color: #e0e5ef;
    box-sizing: border-box;
}
.sing_form .field .field_title {
    display: none;
}
.sing_form {
    max-width: 400px;
    margin: 0 auto;
}
.button{ cursor: pointer;
   border-radius: 10px; width: 100%;
    -webkit-border-radius: 10px;
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    margin:0;
    padding: 12px 25px 10px;
    font-weight: 800;
    display: block; 
    text-transform: uppercase;
    font-size: 20px;
}
.button:hover{
    background-color: #0a1428;
    border: 1px solid #0a1428;
    color: #fff;
}
.sing_form .field {
    margin: 10px 0;
    text-align: center;
}
fieldset {
    min-width: inherit !important;
    border: 0;
    padding: 0;
}
.para {
    text-align: center;
}
p{
    margin-top:0px;
}
a{
    text-decoration: none;
    color:#808080;
}
a:hover{
    text-decoration: none;
    color:#0a1428;
}

@media(max-width:1080px) {
	body
	{
		height: 100vh !important;
	}
	
}
@media(max-width:780px) {
.header_title h2 {
    
    font-size: 23px;

}
 .header_title h1 {
    
    font-size:35px;

}
}