@font-face {
    font-family: "Communik";
    src: url("../font/LEMONMILK-Bold.otf") format("truetype");
}

*, body{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Communik', sans-serif;
    font-weight: 400;
}

.container{
        height: 100%;
        width: 50%;
        position: fixed;
        z-index: 1;
        top: 0;
        padding-top: 20px;
        text-align: center;
}

.right{
    right: 0;
    background: #1F2544;

    background-size: cover;
    
}
.left{
    left: 0;
}

.img #gueu {
    width: 51%;
    height: 70%;
    position: fixed;
    top: 0;
    left: 0%;
}

.img #wave{
    height: 80%;
    position: fixed;
    left: 0;
    bottom: 0;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box{
    width: 50%;
    border-radius: 20px;
    border: 1px solid #cccccc;
    padding: 50px;
    outline: none;
    transition: all 0.5s;
    box-sizing: border-box;
    background: #F4F0E6;

}
input {
	background-color: #F4F0E6;
    border: none;
	border-bottom: 2px solid #000000;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
}

button {
	border-radius: 20px;
	border: 1px solid #474F7A;
	background-color: #474F7A;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 80ms ease-in;
}

button:hover{
    background-color: #474F7A;
    cursor: pointer;
}

form h1{
    /*Put letter in capital*/
    text-transform: uppercase;
    margin-bottom: 20px;
}
form button{
    margin-top: 20px;
}
.text_bottom {
    z-index: 1;
    position: relative;
    margin: auto;
    margin-top: calc(100vh - 30vh);
}
.text_bottom img{
    width: 50px;
}

.text_bottom h1, p{
    margin-bottom: 10px;
}
.poppins{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
#inscr_resp{
    display: none;
}
@media screen and (max-width: 1000px) {
    .container{
        width: 100%;
    }
    label{
        font-size: 20px;
    }
    button{
        margin-left: -5px;
        padding: 15px;
    }
    #inscr_resp{
        display: initial;
        padding: 15px 20px;
        margin-left: 5px;
        
    }

}
@media screen and (max-width: 650px) {
    #inscr_resp{
        margin-left: 0px;
        
    }
}