@media only screen and (max-width: 576px) {
    .form-login {
        margin:auto;
    }
    .form-register {
        margin: auto;
    }
    .row center img {
        max-width: 100%;
    }

    .signup {
        margin-top: 30px;
    }
    .row p{
        text-align: center;
    }
    .img-google {
        max-width: 100%;
        margin-top: 5px;
        margin-left: none;
    }
    .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        border:1px solid #C8C8C8;
        border-radius:100px;
    }
    .btn .row .text-left img {
        align-items: center;
    }
    .text-center {
        display: flex;
        justify-content: center;
    }
    .text-left img{
        padding:  0;
    }
}

@media only screen and (min-width: 992px) {
    .form-login {
        margin-left: 150px;
    }
    .form-register {
        margin-left: 150px;
    }
    .navbar-text img {
        display: flex;
        justify-content: flex-start;
    }

    /* teext area form login */
    .form-group input {
        display: flex;
        justify-content: center;
        width:479px; 
        height:50px; 
        padding-left:40px; 
        border:1px solid #D1D2D2;
        font-size:18px;
    }
    .text-center button {
        display: flex;
        justify-content: center;
        border-radius:5px;  
        color:#000000; 
        width:479px; 
        height:50px; 
        background-color:#FFB800; 
        margin-top:60px; 
        font-size:18px;
    }
    .btn {
        border-radius:100px; 
        width:479px; 
        height:45px; 
        background-color:#ECECEC; 
        border:1px solid #C8C8C8;
    }
    .btn .row a {
        font-size:18px;
    }

    .btn .row img {
        height:20px; 
        width:auto;
        margin-top: 0;
        padding-right: 0;
    }
    .signup {
        display: flex;
        justify-content: center;
        margin-top:30px;
    }
    .signup p {
        font-size: 18px;
    }
    .signup p a {
        font-size:18px;
    }
    .row p {
        font-size:17px;
    }

    .text-left img {
        width:500px; 
        height:auto;
        margin-top:60px;
    }

}