.title-login {
    font-size: 1.7rem;
}

.btn-login {
    border: 0;
}

.container-form-login {
    margin-top: 60px;
    margin-bottom: 60px;
}

#news .container::before {
    top: -130px;
    right: 50px;
    height: 190px;
    width: 320px;
    background-image: url(../img/index/deco_sec01.png);
}

footer{
    padding-top: 30px;
}

@media only screen and (min-width: 320px) {

    #caddr,
    #addr,
    #email,
    #password {
        width: 80%;
        max-width: 320px;
    }

    .bi-eye,
    .bi-eye-slash {
        position: relative !important;
        right: 15px !important;
    }

    .show-password,
    .show-icon {
        position: absolute;
        right: 1%;
        top: 20px;
        display: grid;
        width: 50px;
        height: 50px;
        text-align: center;
        align-content: center;
        vertical-align: middle;
        align-items: center;
        -webkit-align-content: center;
        -webkit-align-items: center;
    }

    main {
        margin-bottom: 0px;
    }
    .pat_bg02{
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 600px) {

    #caddr, #addr, #email, #password {
        width: 90%;
        max-width: 320px;
    }
/* 
    .show-password,
    .show-icon {
        position: absolute;
        right: ;
        top: 20px;
        display: grid;
        width: 50px;
        height: 50px;
        text-align: center;
        align-content: center;
        vertical-align: middle;
        align-items: center;
        -webkit-align-content: center;
        -webkit-align-items: center;
    } */
}

@media only screen and (min-width: 740px) {

    #caddr,
    #addr,
    #email,
    #password {
        width: 90% !important;
        max-width: 320px;
    }
}

@media only screen and (min-width: 1023px) {

    #caddr,
    #addr,
    #email,
    #password {
        width: 90% !important;
        max-width: 320px;
    }
}

@media only screen and (min-width: 1024px) {

    #caddr,
    #addr,
    #email,
    #password {
        width: 90% !important;
        max-width: 320px;
    }
}

@media only screen and (min-width: 1400px) {

    #caddr,
    #addr,
    #email,
    #password {
        width: 90% !important;
        max-width: 320px;
    }
}

@media only screen and (max-width: 740px) {

    .pat_bg02{
        padding-bottom: 25px;
    }
    footer .container {
        padding-top: 15px;
    }
}
