* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-image: url(puerto.jpg);
     height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: center;
}
@media screen and (max-width: 768px) {
    .body {
        background-position: top;
        background-size: contain;
    }
}
.wraper {
    width: 420px;
    background: transparent;
    border: 2px solid 255, 255, 255, .2;
    backdrop-filter: blur(.5px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.459);
    color: #fff;
    border-radius: 18px;
    padding: 38px 40px;
}

.wraper h1 {
    font-size: 36px;
    text-align: center;
}

.wraper .input-box {
    width: 100%;
    height: 50px;
    margin: 30px 0;
}

.input-box input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid black;
    border-radius: 40px;
    font-size: 16px;
    color: white;
    padding: 20px 45px 20px 20px;
}

.input-box input::placeholder {
    color: white;
}

.input-box i {
    position: relative;
    left: 280px;
    transform: translateY(-110%);
    font-size: 40px;
}

.wraper .remember-forgot {
    display: flex;
    justify-content: space-between;
    font-size: 14.5px;
    margin: -15px 0 15px;
}

.remember-forgot label input {
    accent-color: #fff;
    margin-right: 3px;
}

.remember-forgot a {
    color: #fff;
    text-decoration: none;
}

.remember-forgot a:hover {
    text-decoration: underline;
}

.wraper .btn {
    width: 100%;
    height: 45px;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, -1);
    cursor: pointer;
    font-size: 16px;
    color: blue;
    font-weight: 600;
}

.logo1 {
    position: relative;
    height: 60px;
    width: 55px;
    left: 5px;
    border-radius: 4px;
    align-items: center;
}