@font-face {
  font-family: 'Poppins-Black';
  src: url('Poppins-Black.ttf') format('ttf');
}

body {
  margin: 0;
  font-family: 'Poppins-Black', sans-serif;
}


main{
    min-height: 400px;
}

.input_wrap{
    border  : 2px solid blue;
    border-radius: 10px;
    height: 40px;
    width: 350px;
    margin-top: 15px;
    padding: 0px 10px;
}

.input_wrap input{
    border: none;
    outline: none;
    margin-top: 15px;
    width: 100%;
    font-size: 17px;
}

.logo {
    position:absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 28px;
    color: black;
    margin-bottom: 30px;
}

.logo img {
  width: 50px;
  height: auto;
}



.login_layout{
    display: flex;
    height: 100vh; 
}

.login_left{
    flex: 0.7;
    background-image: url('zeldaBOTW.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.login_right{
    position: relative;
    flex: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.login_right main{
    align-items: center;
}

.back_buton{
    font-weight: bold;
    color: white;
    padding : 10px 15px;
    border: 2px solid #3d82c2;
    background: linear-gradient(to bottom, #11a1bb, #1c77ac);
    border-radius: 40px;
    position: absolute;
    top: 117px;
    left: 5px;
    text-decoration: none;
}

.subtitle {
    font-size: 14px;
}

.buton {
    font-weight: bold;
}

.connect_button{
    font-weight: bold;
    color: white;
    padding : 10px 15px;
    border: 2px solid #3d82c2;
    background: linear-gradient(to bottom, #11a1bb, #1c77ac);
    border-radius: 40px;
    position: absolute;
    text-decoration: none;
    margin-top: 15px;
}

.question{
    position: absolute;
    bottom: 50px;

}

.register_page main {
    margin-top: -40px;
}

.question_creatron{
    font-size: 16px;
    margin-bottom: 7px;
}