@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Scada&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');


/* .box-1 {
    display: inline-flex;
    padding: 2.5rem;
    flex-direction: column;
    max-width: 550px;
    /* align-items: flex-start; */
    /* gap: 1.5rem; */
/* } */ 


@media only screen and (max-width: 600px) {
    .bg-w {
        width: 100%;
    }
}

.lock_screen {
    width: 350px;
    margin: 10rem;
}

.title {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 2.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 2.68125rem */
}

.sub-title {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 1rem;
    line-height: 175%;
}

.input-text{
    color: #FFF;
    font-family: 'Poppins';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 1.75rem */
}

.box-2 input {
    width: 29.75rem;
    height: 2.5rem;
    padding: 0.5rem 1rem;
}

.btn-2 {
    width: 10rem;
    margin: 0 auto;
}


