*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    height: 100%;
}

body{
    width: 100%;
    margin: 0;
    position: relative;
    min-height: 100%;
    padding-bottom: 0.98rem;
}

.navbar{
    box-shadow: 0px 0px 1.1px;
    display: flex;
    flex-wrap: wrap;
    padding: 1.3% 4%;
}

.navbar img{
    width: 140px;
}

h1{
    color: #3e3e3e;
    font-size: 38px;
    font-weight: 500;
    font-family: 'Lato';
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.container{
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 3%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
    height: 363px;
}

.content{
    width: 500px;
    height: 323px;
    padding-inline: 12%;
}

.info{
    width: 500px;
    height: 323px;
}

h2{
    font-size: 30px;
    margin-bottom: 18px;
    font-weight: bold;
    font-family: 'Montserrat';
}

label{
    font-size: 14px;
    font-weight: 600;
    font-family: 'lato';
}

.input-box{
    width: 324px;
    position: relative;
    margin-top: 8px;
    margin-bottom: 18px;
}

.input-box input{
    box-sizing: border-box;
    width: 100%;
    height: 51px;
    padding: .8823529412rem;
    border: 1px solid #aaa;
    box-shadow: inset 0 1px 2px hsla(0, 0%, 7%, .1);
    box-sizing: border-box;
    font-family: inherit;
    font-weight: 400;
    font-size: 1rem;
    color: #111;
    appearance: none;
	outline-color: #aaa;
    font-family: 'lato';
}

.fa-solid{
    position: absolute;
    color: lightgray;
    cursor: pointer;
    top: 33%;
    left: 90%;
}

button{
    margin-top: 4%;
    margin-bottom: 4%;
    padding: 15px 30px;
    font-size: 16px;
    background: rgb(211, 23, 142);
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: auto;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    transition: 0.3s ease;
    font-family: 'lato';
}

button:hover{
    background-color: #050505;
}

.remember-forgot a{
    text-decoration: none;
    color: #d3178e;    
    font-family: 'lato';
}

.remember-forgot a:hover {
    text-decoration: underline
}

.line{
    width: 200px;
}

#vertical-line{
    width: 1px;
    height: 340px;
    background-color: lightgray;
    position: absolute;
    left: 50%;
    bottom: 10%;
}

hr{
    display: none;
}

p{
    font-size: 17px;
    font-family: 'lato';
}

p span{
    color: #d3178e;
}

p span:hover{
    cursor: pointer;
    text-decoration: underline;
}

.pra{
    line-height: 35px;
}

footer{
    background-color: #000;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    font-family: 'lato';
    color: #fff;
    width: 100%;
}

.bottom{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 13px;
    padding-inline: 4%;
    align-items: center;
    gap: 10px;
}

.bottom img{
    width: 93px;
    height: 16px;
}

.bottom p{
    font-size: 11px;
    font-weight: 600;
}

@media (max-width:770px) {
    .navbar{
        padding: 3% 4%;
    }
    .navbar img{
        width: 100px;
    }
    .container{
        flex-direction: column;
        width: 100%;
        height: 600px;
    }
    .content{
        width: 100%;
        height: 0px;
        margin-left: auto;
        margin-right: auto;
        padding-inline: 3%;
    }
    h1{
        font-size: 25px;
    }
    h2{
        font-size: 18px;
    }
    .remember-forgot a{
        font-size: 12px;
    }
    .input-box{
        width: 100%;
    }
    button{
        width: 100%;
    }
    .line{
        display: none;
    }
    .info{
        width: 100%;
        height: 323px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-top: 0%;
        padding-bottom: 0px;
    }
    hr{
        display: flex;
        width: 100%;
        margin-top: 3%;
        margin-bottom: 5%;
    }
    .pra p{
        font-size: 14px;
    }
    .bottom img{
        display: none;
    }
}

@media (min-width: 771px) {
    .container{
        width: 100%;
    }
    .content{
        width: 400px;
        padding-inline: 4%;
    }
    .info{
        width: 400px;
    }
    .line{
        width: 100px;
    }

}

@media (min-width:1024px) {
    .container{
        width: 100%;
        justify-content: center;
        gap: 130px;
    }
    .content{
        width: 420px;
        padding-inline: 10%;
    }
    .info{
        width: 420px;
    }
    .line{
        width: 10px;
    }
}

@media (min-width:1440px) {
    .container{
        display: flex;
        justify-content: space-between;
        align-content: center;
        margin-bottom: 3%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 1170px;
        height: 363px;
    }

    .content{
        width: 500px;
        height: 323px;
        padding-inline: 12%;
    }

    .info{
        width: 500px;
        height: 323px;
    }
}
