

body{
    background: #fafafa;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    font-size: 15px !important;
    margin: 0;
    padding: 0;
}

.navbar{
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.inst_container{
    width: 400px;
    margin: 80px auto;
    padding-bottom: 40px;
}

.brand{
    width: 200px;
    margin: 20px auto;
}

@media screen and (min-width:600px) {
    .inst_container{
        background: white;
        box-shadow: 0px 0px 3px rgba(128, 128, 128, 0.37);
        padding: 10px;
    }
}

@media screen and (max-width:600px) {
    .inst_container{
        width: 100%;
        margin-top: 30px;
    }

    .margin-top{
        margin-top: -90px;
    }
}

.contact-us{
    width: 100%;
    height: 100px;
    margin-top: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.contact-us-item{
    margin-right: 20px;
}

.form{
    margin: 60px auto;
    display: flex; justify-content: center;
}

.form input{
    padding: 15px;
    border: none;
    box-shadow: 0 0 10px rgb(215, 215, 215);
}

.inputs{
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
}

.form button{
    padding: 15px;
    border: none;
    box-shadow: 0 0 10px rgb(215, 215, 215);
    background-color: red;
    color: white;
}

.claim{
    margin: 40px auto;
    display: flex;
    justify-content: center;
}

.claim a{
    text-decoration: none;
    color: white;   
    /* background-color: rgb(110 48 146); */
    background-color: rgb(0 161 241);
    padding: 10px;
    border-radius: 5px;
}

.insta-login-text-color{
    color: #b6a69a;
}

.insta_form form input{
    display: block;
    margin-bottom: 10px;
    background: #fafafa;
    box-shadow: none;
    border: thin solid #b6a69a;
    padding: 9px;
    width: 90%;
}

.insta_form button{
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #0095f6;
    color: white;
    width: 97%;
    border: none;
    /* padding: 10px; */
    border-radius: 5px;
    font-size: 16px;
    font-weight: bolder;
}

.link{
    color: #0095f6;
    font-weight: bolder;
    text-decoration: none;
}

.center{
    text-align: center;
}

.continue-with-facebook{
    background: #0095f6;
    color: white;
    padding: 7px;
    border-radius: 5px;
}

.forgot-password{
    display: flex;
    justify-content: flex-end;
    /* margin-right: 10px; */
}

.footer{
    background-color: rgb(247, 247, 247);
    text-align: center;
    padding: 30px;
}

.footer a{
    margin: 10px;
    font-size: 11px;
    color: grey;
    padding: 15px;
    
}
