.lock-icon {
    width: 136px !important;
    height: 136px !important;
}

.reset-password-label {
    letter-spacing: 0px;
    font-size: 36px;
    color: #212529;
    opacity: 1;
}

.main-custom {
    margin: 0 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    flex-direction: center !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50% !important;
    max-width: 663px !important;
}

.form-custom {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
}

.btn-custom {
    width: 200px;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    border-radius: 36px !important;
}

.text-custom {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-family: geekexpressregular !important;
}

::placeholder {
    letter-spacing: 0px !important;
    color: #B7B7B7 !important;
    opacity: 1 !important;
}

@media only screen and (max-width: 1000px) {
    .lock-icon {
        width: 100px !important;
        height: 100px !important;
    }

    .reset-password-label {
        letter-spacing: 0px;
        font-size: 22px;
        color: #212529;
        opacity: 1;
    }

    .main-custom {
        width: 65% !important;
    }

    .btn-custom {
        width: 100% !important;
        text-align: center;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: capitalize;
        opacity: 1;
        border-radius: 36px !important;
    }

    .text-custom {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .form-custom {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: column !important;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 760px) {
    .main-custom {
        width: 100% !important;
    }

    .lock-icon {
        width: 80px !important;
        height: 80px !important;
    }

    .btn-custom {
        width: 100% !important;
        text-align: center;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: capitalize;
        opacity: 1;
        border-radius: 36px !important;
    }

    .text-custom {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
        align-items: center !important;
        justify-content: center !important;
    }
}