.login-bg{
    padding: 30px;
    border-radius: 3px;
    margin: 50px 25% 65px 25%;
    background-color: #eeeeee;
    color: #666;
    @media screen and (max-width: 900px){
        margin: 50px 10px 50px 10px;
    }
}

.form-login{
    padding: 10px;
}

.form-login .bg-div{
    border-radius: 3px;
    background-color: white;
    padding: 10px;
    height: 100%;
}

.form-login div input{
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0);
    width: 100%;
    color: #212529bf;
    height: 25px;
}

.login-holder h1{
    text-align: center;
    font-size: 60px;
    padding-bottom: 20px;
}

.password-holder{
    display: flex;
    background: none;
}

.form-login div button{
    background: white;
    border: rgba(0, 0, 0, 0);
    outline: none;
    color: #666;
}

.form-login .submit{
    height: 70px;
}

.form-login .submit input{
    height: 100%;
}
