.login-error {
    margin: 0;
    margin-top: 40px;
    margin-bottom: -90px;
}

/*----------------------------
    Mobile
    ----------------------------*/
@media (max-width: 1024px) {
    .container_signin {
        display: flex;
        margin: 0 auto !important;
        width: 90%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .left_side {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 90%;
        height: 100%;
        padding-top: 2em;
        margin-bottom: 2em;
        margin-left: 5%;
        margin-right: 5%;
    }

    .container_signin h1 {
        font-size: 1.5em;
        font-weight: 700;
        margin-bottom: 0.5em;
    }

    .container_signin h4 {
        font-size: 1.2em;
        color: #c4c4c4;
    }

    .container_signin form {
        margin-top: 8em;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .container_signin input[required] {
        font-size: 1em;
        padding: 10px 10px 10px 5px;
        width: 100%;
        border: none;
        border-bottom: 2px solid #c4c4c4;
        margin-bottom: 1.5em;
    }
    ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #c4c4c4;
        opacity: 1; /* Firefox */
    }

    :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #c4c4c4;
    }

    ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #c4c4c4;
    }
    .form-group {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    #remember {
        font-size: 0.875em;
    }
    .container_signin a {
        text-decoration: none;
        color: #dd5f41;
        font-weight: 700;
        font-size: 0.875em;
    }
    #connectbutton {
        background-color: #dd5f41;
        color: white;
        width: 100%;
        font-weight: 700;
    }
    .connect {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3em;
        width: 100%;
        flex-direction: column;
    }

    .connect_with {
        font-weight: 700;
        font-size: 0.875em;
        color: #c4c4c4;
    }
    .connect_container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }
    .connect_with_facebook {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        background-color: #4267b2;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 1em;
    }
    .connect_with_google {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .icon {
        width: 40px;
        height: 40px;
    }
    .sign_up {
        font-weight: 700;
        font-size: 0.875em;
        color: #c4c4c4;
        text-align: center;
    }

    /*----------------------------
          Right Side of the Page
          ----------------------------*/

    .right_side {
        width: 80%;
        display: none;
    }
    .img_right {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }
}

@media screen and (min-width: 1024px) {
    .container_signin {
        display: flex;
        margin-left: 10%;
        width: 90%;
        justify-content: space-between;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .left_side {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 60%;
        height: 100%;
        padding-top: 2em;
        margin-bottom: 2em;
    }

    .container_signin h1 {
        font-size: 2.25em;
        font-weight: 700;
        margin-bottom: 0.5em;
    }

    .container_signin h4 {
        font-size: 1.5em;
        color: #c4c4c4;
    }

    .container_signin form {
        margin-top: 8em;
        display: flex;
        flex-direction: column;
    }

    .container_signin input[required] {
        font-size: 1em;
        padding: 10px 10px 10px 5px;
        width: 400px;
        border: none;
        border-bottom: 2px solid #c4c4c4;
        margin-bottom: 1.5em;
    }
    ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #c4c4c4;
        opacity: 1; /* Firefox */
    }

    :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #c4c4c4;
    }

    ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #c4c4c4;
    }
    .form-group {
        display: flex;
        justify-content: space-between;
    }
    #remember {
        font-size: 0.875em;
    }

    #connectbutton {
        background-color: #dd5f41;
        color: white;
        width: 60%;
        font-weight: 700;
    }
    .connect {
        display: flex;
        margin-top: 3em;
        width: 100%;
        flex-direction: column;
    }

    .container_signin a {
        text-decoration: none;
        color: #dd5f41;
        font-weight: 700;
        font-size: 0.875em;
    }

    .connect_with {
        font-weight: 700;
        font-size: 0.875em;
        color: #c4c4c4;
    }
    .connect_container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }
    .connect_with_facebook {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        background-color: #4267b2;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 1em;
    }
    .connect_with_google {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .icon {
        width: 40px;
        height: 40px;
    }
    .sign_up {
        font-weight: 700;
        font-size: 0.875em;
        color: #c4c4c4;
    }

    /*----------------------------
          Right Side of the Page
          ----------------------------*/

    .right_side {
        width: 80%;
    }
    .img_right {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }
}
