*{
    font-family: Verdana ,"poppins", sans-serif ;
    margin: 0;
    padding: 0;
    
}


body{
    background-color: #f8f8fb;
}

.logo, .menu, .connect_title, label {
    color: #0000ff;
}

label{
    color: #171791;
}

.logo h1{
    font-size: 33px;
    font-weight: bold;
}

.header{

}

.menu{
     display: flex;
     padding-top: 5px;
     font-size: 14px;
     align-items: center;
}

.menu1{
    display: none;
    color: #0000ff;
    margin-top: 10px;
    cursor: pointer;
}

.sign_up{
    border: 1px solid #0000ff;
    border-radius: 17px;
    padding: 8px 20px 8px 20px;
    background: #0000ff;
    color: white;
    cursor: pointer;

    
}

.sign_in{
    margin-left: 10px;
    border: 1px solid;
    border-radius: 17px;
    padding: 8px 17px 8px 17px;
    cursor: pointer;

}

.connect{
    
}

.connect_title{
    text-align: center;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #171791;
}

input, button {
    text-decoration: none;
    border: none;
    outline: none;
    background: none;
    
}
button{
    font-size: 15px;
}


.div_input{
    border: 1px solid rgba(160, 156, 156, 0.384);
    margin-top: 10px;
    border-radius: 7px;
    padding: 10px 14px 10px 14px;
    width: 87%;
    display: flex;
    justify-content: space-between;
}

.div_input i{
    color: #171791;
    font-size: 25px;
    cursor: pointer;

}



.header{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    justify-content: space-between;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
    
}

.form{
    align-items: center;
    color: #8f8f8f;
    width: 500px;
    background: #ffff;
    margin: auto;
    padding-top: 50px;
    padding-left: 25px ;
    border-radius: 10px;
}

.div_input input{
    width: 100%;
}

.div_input{
    outline: #0000ff;
}

a:hover{
    outline: #0000ff;
}

.form_password{
    margin-top: 30px;
}


.remember{
    margin-top: 30px;
    font-size: 14px;
    margin-bottom: 30px;
}

.remember p{
    color: #0000ff;
}

.submit_btn button{
    
    border: 1px solid #0000ff;;
    border-radius: 20px;
    padding: 14px 25px 14px 25px;
    background: #0000ff;
    color: white;
}

.submit_btn {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 40px;
    cursor: pointer;
}

.other{
    text-align: center;
    color: #0000ff;
    margin-top: 30px;
    

}

.set_up{
    cursor: pointer;
    text-decoration: underline;
    padding-bottom: 10px;

}

.new_account{
    margin-top: 20px;
    cursor: pointer;
    text-decoration: underline;
    padding-bottom: 10px;
}





@media (min-width: 768px) and (max-width: 1024px) {
    
    .header{
        padding: 20px;

        
        
    }

    .menu1{
        display: block;
    }

    .menu{
        display: none;
    }
    
}

@media (min-width: 480px) and (max-width: 767px) {

    .header{
        padding: 20px;
        
    }

    .form{

        width: 420px;
    }

    .menu1{
        display: block;
    }

    .menu{
        display: none;
    }

}
