.main-container {
    min-height: calc(100vh - (105px + 101px));
    background: url("/assets/images/cloud1.png");
}

.form-container .form-box .title h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
}

.form-container .form-box .info p {
    text-align: center;
    color: #ffffff;
    line-height: 24px;
}

.form-wrapper {
    max-width: 750px;
    margin: 30px auto 0 auto;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(25px);
}

.input-box {
    width: 100%;
    margin-bottom: 20px;
}

.input-box:nth-last-child(1) {
    margin-bottom: 0;
}

.input-box label {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-bottom: 6px;
}

.input-box label.radio-label {
    margin-bottom: 0;
    margin-left: 6px;
}

.input-box input[type="text"],
.input-box input[type="email"],
.input-box textarea {
    outline: none;
    border: none;
    width: 100%;
    padding: 12px 14px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.input-box input::placeholder,
.input-box textarea::placeholder {
    color: #ffffffe8;
}

/* responsive  */
@media (max-width: 767px) {
    .form-container .form-box .info p br {
        display: none;
    }
}

@media (max-width: 500px) {
    .form-container .form-box .logo-box img {
        height: 34px;
    }
    .form-container .form-box .title h1 {
        font-size: 32px;
    }
    .form-container .form-box .info p {
        font-size: 14px;
        line-height: 22px;
    }
}
