body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 600px) {
    /* Estilos para telas menores ou iguais a 600 pixels de largura */
    .container{
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgb(28,28,28);
        background: linear-gradient(138deg, rgba(28,28,28,0.8883928571428571) 28%, rgba(55,227,117,0.9332107843137255) 58%);
    }
    .forgot-pass{
        width: 500px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .header-forgot-pass{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo{
        width: 80px;
        height: 80px;
    }
    .logo img{
        width: 100%;
    }
    .title-forgot-pass{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .form-recover-pass{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    form{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    input[type="text"]{
        width: 90%;
        height: 30px;
        font-size: 1.0rem;
        margin-left: 10px;
    }
    input[type="submit"]{
        width: 80%;
        height: 30px;
        background-color: #e9c111;
        color: #1c1c1c;
        border: none;
        margin-top: 30px;
        font-size: 1.0rem;
    }
    input[type="submit"]:hover{
        cursor: pointer;
        background-color: #e4c747;
    }
    .back{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .back a{
        text-decoration: none;
        color: #1c1c1c;
    }
    .back a:hover{
        cursor: pointer;
        text-decoration: underline;
    }
    
    /*PASSWORD RECOVER*/
    input[type="password"]{
        width: 90%;
        height: 30px;
        font-size: 1.0rem;
        margin-left: 10px;
        margin-top: 10px;
    }
  }
  
  @media only screen and (min-width: 601px) and (max-width: 1024px) {
    /* Estilos para telas entre 601 e 1024 pixels de largura */
    .container{
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgb(28,28,28);
        background: linear-gradient(138deg, rgba(28,28,28,0.8883928571428571) 28%, rgba(55,227,117,0.9332107843137255) 58%);
    }
    .forgot-pass{
        width: 500px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .header-forgot-pass{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo{
        width: 80px;
        height: 80px;
    }
    .logo img{
        width: 100%;
    }
    .title-forgot-pass{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .form-recover-pass{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    form{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    input[type="text"]{
        width: 90%;
        height: 30px;
        font-size: 1.0rem;
        margin-left: 10px;
    }

    input[type="submit"]{
        width: 80%;
        height: 30px;
        background-color: #e9c111;
        color: #1c1c1c;
        border: none;
        margin-top: 30px;
        font-size: 1.0rem;
    }
    input[type="submit"]:hover{
        cursor: pointer;
        background-color: #e4c747;
    }
    .back{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .back a{
        text-decoration: none;
        color: #1c1c1c;
    }
    .back a:hover{
        cursor: pointer;
        text-decoration: underline;
    }

    /*PASSWORD RECOVER*/
    input[type="password"]{
        width: 90%;
        height: 30px;
        font-size: 1.0rem;
        margin-left: 10px;
        margin-top: 10px;
    }
  }
  
  @media only screen and (min-width: 1025px) {
    /* Estilos para telas maiores que 1024 pixels de largura */
    .container{
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgb(28,28,28);
        background: linear-gradient(138deg, rgba(28,28,28,0.8883928571428571) 28%, rgba(55,227,117,0.9332107843137255) 58%);
    }
    .forgot-pass{
        width: 500px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .header-forgot-pass{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo{
        width: 80px;
        height: 80px;
    }
    .logo img{
        width: 100%;
    }
    .title-forgot-pass{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .form-recover-pass{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    form{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    input[type="text"]{
        width: 90%;
        height: 30px;
        font-size: 1.0rem;
        margin-left: 10px;
    }
    input[type="submit"]{
        width: 80%;
        height: 30px;
        background-color: #e9c111;
        color: #1c1c1c;
        border: none;
        margin-top: 30px;
        font-size: 1.0rem;
    }
    input[type="submit"]:hover{
        cursor: pointer;
        background-color: #e4c747;
    }
    .back{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .back a{
        text-decoration: none;
        color: #1c1c1c;
    }
    .back a:hover{
        cursor: pointer;
        text-decoration: underline;
    }

    /*PASSWORD RECOVER*/
    input[type="password"]{
        width: 90%;
        height: 30px;
        font-size: 1.0rem;
        margin-left: 10px;
        margin-top: 10px;
    }
  }
  