/* Cubic Bezier Transition */

.login .centercontent {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.btn-form {
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.inputLogin {
    border: none;
    background-color: #e1e1e1;
    height: 57px;
    color: #8290a3;
    margin-bottom: 32px;
}

.login .content { 
    padding-left: 32px;
    padding-right: 32px ;
    padding-top: 32px;
    padding-bottom: 32px;
    flex-basis: 400px;
}

#login-form {
    background-color: RGB(242,242,242);
    border-radius: 25px;
    margin-bottom: 100px;
    margin-left: 10px;
    margin-right: 10px;
}

.imglogo {
    width: 205px;
    margin-bottom: 30px;
}

.btn-search {
    height: 55px;
    border-radius: 155px;
    color: white;
}

.betweenbutton {
    display: flex;
    justify-content: space-between;   
}

.spacecomponentbutton {
    margin-bottom: 33px;
}

.spacecomponent{
    margin-bottom: 0px;
}


.btn-form {
    margin-left: 20px;
    margin-top: 5px;
    width: 40%;
    border-radius: 35px;
    border-radius: 155px;
    color: white;
    height: 55px;
}

@media (max-width: 440px) {

    .betweenbutton {
        flex-direction: column;
    }

    .btn-form {
        width: 100%;
    }

    .spacecomponentbutton {
        margin-bottom: 0px;
    }

    .spacecomponent {
        margin-bottom: 32px;
    }
    .login .content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .imglogo {
        width: 134px; 
    }
 
}