body {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #030712;
    font-family: 'Overpass', sans-serif;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
}
@media (max-width: 699px){
    main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: white;
        width: 370px;
        height: 450px;
        border-radius: 16px;
    }
    form {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        height: 100%;
        width: 100%;
        padding: 40px;
        gap: 10px;
    }
    img {
        height: 75px;
        margin-bottom: 40px;
    }
    fieldset {
        display: flex;
        flex-direction: column;
        border: none;
        width: 340px;
        gap: 5px;
    }
    label {
        font-size: 17px;
    }
    input {
        height: 40px;
        width: 100%;
        border-radius: 8px;
        border: 1px solid gray;
        box-sizing: border-box;
        padding: 10px;
    }
    button {
        height: 40px;
        width: 150px;
        background-color: rgb(115, 167, 39);
        border-radius: 5px;
        border: none;
        color: white;
        font-size: 16px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
    }
    button:hover {
        background-color: rgb(101, 146, 33);
    }
}
@media (min-width: 700px) and (max-width: 1024px){
    main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: white;
        width: 600px;
        height: 500px;
        border-radius: 16px;
    }
    form {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        height: 100%;
        width: 100%;
        padding: 40px;
        gap: 10px;
    }
    img {
        height: 90px;
        margin-bottom: 40px;
    }
    fieldset {
        display: flex;
        flex-direction: column;
        border: none;
        width: 500px;
        gap: 5px;
    }
    label {
        font-size: 17px;
    }
    input {
        height: 40px;
        width: 100%;
        border-radius: 8px;
        border: 1px solid gray;
        box-sizing: border-box;
        padding: 10px;
    }
    button {
        height: 40px;
        width: 150px;
        background-color: rgb(115, 167, 39);
        border-radius: 5px;
        border: none;
        color: white;
        font-size: 16px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
    }
    button:hover {
        background-color: rgb(101, 146, 33);
    }
}
@media (min-width: 1025px) and (max-width: 1440px){
    main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: white;
        width: 700px;
        height: 500px;
        border-radius: 16px;
    }
    form {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        height: 100%;
        width: 100%;
        padding: 40px;
        gap: 10px;
    }
    img {
        height: 90px;
        margin-bottom: 40px;
    }
    fieldset {
        display: flex;
        flex-direction: column;
        border: none;
        width: 500px;
        gap: 5px;
    }
    label {
        font-size: 17px;
    }
    input {
        height: 40px;
        width: 100%;
        border-radius: 8px;
        border: 1px solid gray;
        box-sizing: border-box;
        padding: 10px;
    }
    button {
        height: 40px;
        width: 150px;
        background-color: rgb(115, 167, 39);
        border-radius: 5px;
        border: none;
        color: white;
        font-size: 16px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
    }
    button:hover {
        background-color: rgb(101, 146, 33);
    }
}
@media (min-width: 1441px){
    main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: white;
        width: 700px;
        height: 500px;
        border-radius: 16px;
    }
    form {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        height: 100%;
        width: 100%;
        padding: 40px;
        gap: 10px;
    }
    img {
        height: 90px;
        margin-bottom: 40px;
    }
    fieldset {
        display: flex;
        flex-direction: column;
        border: none;
        width: 500px;
        gap: 5px;
    }
    label {
        font-size: 17px;
    }
    input {
        height: 40px;
        width: 100%;
        border-radius: 8px;
        border: 1px solid gray;
        box-sizing: border-box;
        padding: 10px;
    }
    button {
        height: 40px;
        width: 150px;
        background-color: rgb(115, 167, 39);
        border-radius: 5px;
        border: none;
        color: white;
        font-size: 16px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
    }
    button:hover {
        background-color: rgb(101, 146, 33);
    }
}