/*----------------------------
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:2em;
        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;
    }
    .container_signin label {
        color: #C4C4C4;
        opacity: 1;
    }

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

    :-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;
    }
    #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%;
    }
    .img_right {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
        display: none;
    }

}

@media screen and (min-width: 1024px){
    .container_signin{
        display: flex;
        margin-left: 10%;
        width: 90%;
        justify-content: space-between;
    }
    .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:2em;
        display: flex;
        flex-direction: column;
    }

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

    .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 {
        color: #C4C4C4;
        opacity: 1;
    }

    :-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;
    }

    .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;
    }
}
