body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    justify-content: center;
    /* margin: 32px auto 0;
    max-width: 935px;
    padding-bottom: 32px;
    width: 100%;*/
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.backgroundimg {
    position: relative;
    padding: 82px 15px;
    display: flex;
}

.image-in {
    position: absolute;
    top: 108px;
    left: 169px;
}

.instagram-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0px 30px;
}

.signup {
    border: 1px solid rgba(85, 85, 85, 0.274);
    border-radius: 3px;
    height: 42vh;
    width: 26vh;
    display: flex;
    flex-direction: column;
    padding: 52px;
}

.input-login {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
}

.input-login>input {
    border: 1px solid rgba(85, 85, 85, 0.274);
    border-radius: 1px;
    padding: 15px;
    width: 100%;
}

.form-middle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.labellogin {
    padding: 10px;
    border: 1px solid rgba(85, 85, 85, 0.274);
    border-radius: 5px;
    background-color: rgb(248, 248, 248);
    /*color: rgba(106, 113, 119, 0.514);*/
}

.submit {
    background-color: rgb(7 130 178 / 85%);
    border-radius: 7px;
    padding: 8px 0px;
    width: 100%;
    color: WHITE;
    font-size: 14px;
    margin-top: 12px;
    transition: background-color 0.3s ease;
}

.mdp {
    margin-bottom: 0px;
    font-size: 11px;
}

.mdp-forget {
    cursor: pointer;
}

.user {
    margin-bottom: 7px;
    font-size: 11px;
    color: #000000b9;
}

.fb-cnc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loginwithfb {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
    cursor: pointer;
}

.s2txt {
    font: bold 14px/20px 'Roboto', sans-serif;
    color: #4460A0;
}

.s2txt a {
    color: #4460A0;
    text-decoration: none;
}

.face-svg {
    width: 16px;
    padding: 10px;
}

.forget-text {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #545557;
    font-weight: 300;
}

.into-container {
    position: relative;
    bottom: 91px;
    right: 0;
}

.noaccount {
    border: 1px solid rgba(85, 85, 85, 0.274);
    font-weight: 550;
    border-radius: 3px;
    height: 7vh;
    width: 40vh;
    margin: 27px -52px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.insc {
    color: #2a98b9;
    font-weight: 550;
    cursor: pointer;
}

.downloadapp {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

.store {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 12px;
    translate: -55px;
}

.app {
    height: 40px;
    padding: 7px;
}

.storeimg {
    height: 40px;
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 0px;
    text-align: center;
    max-width: 1000px;
    margin: auto;
}

.footer-text {
    color: gray;
    padding: 10px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.footer-text a {
    color: gray;
    text-decoration: none;
}

.under-text-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

#cf img {
    position: absolute;
    left: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
    opacity: 0;
}

/* Password container */
.password-container {
    position: relative;
}

.password-input {
    width: -webkit-fill-available;
}

.show-password-btn {
    display: none;
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-weight: 550;
    color: #262626;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    text-transform: inherit;    
    text-overflow: ellipsis;
}

.languages {
    position: relative;
    display: inline-block;
    font-size: 0.8em;
    color: #777;
    border: none;
    cursor: pointer;
    background: transparent;
    padding-top: 10px;
}

.languages:after {
    content: "\25BC"; /* Unicode character for "down arrow" */
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 0px;
    padding-top: 0px;
}

.languages-content {
    display: block;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    padding: 12px;
    text-align: left;
    z-index: 1;
}

.languages:hover {
    color: #777;
}

.languages-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 1;
    border: 1px solid #ccc;
}

.languages-content a {
    color: #777;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.languages-content a:hover {
    background-color: #ddd;
}

.languages:hover .languages-content {
    display: block;
}
@media (max-width: 750px) {
    .backgroundimg {
        display: none;
    }
    .container {
        justify-content: center;
        padding-top: 40%;
    }
    .fb-cnc {
        justify-content: center;
        align-items: center;
    }
    .footer-container{
        padding-top: 150px;
    }
    .footer-text {
        font-size: 10px;
    }
    .s2txt{
        width: max-content;
    }
    .store{
        translate: -67px;
    }
}
