*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
    font-weight: normal;
    text-decoration: none;
    list-style: none;
    font-family: sans-serif;
}

body{
    background: #021546;
}
.logosignup{
    padding-top: 50px;
}
.logosignup h1{
    font-family: cursive;
    color: #fff;
    margin-top: 0px;
    font-weight: bolder;
    width: 200px;
    margin: 0px auto;
}
.__signup-form{
    background: transparent;
    width: 70%;
    margin: 0px auto 0 auto;
    padding: 0px 40px;
    text-align: center;

}
.__signup-form h2{
    color: #fff;
    font-weight: bolder;
    font-family: cursive;
    text-align: center;
    padding: 0px 10px 15px 10px;
    margin-bottom: 20px;
}
.__signup-form p{
    color: #fff;
    font-size: 12px;
}
.__signup-form p a{
    color: #0283C0;
    font-weight: bolder;
}
.__signup-form p a:hover{
    color: aqua;
}
.__signup-form input{
    text-align: center;
}
input[type='text'], input[type='phone']{
    padding: 10px 10px;
    width: 30%;
    margin-bottom: 15px;
    outline: none;
    border: none;
    border-radius: 20px;
    background: #dcdfdf;
}
input[type='email']{
    padding: 10px 10px;
    width: 70%;
    margin-bottom: 15px;
    outline: none;
    border: none;
    border-radius: 20px;
    background: #dcdfdf;
}
input[type='password']{
    padding: 10px 10px;
    width: 50%;
    margin-bottom: 15px;
    outline: none;
    border: none;
    border-radius: 20px;
    background: #dcdfdf;

}
input[type='submit']{
    background: #0283C0;
    color: #fff;
    padding: 10px 10px;
    width: 30%;
    outline: none;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    transition: .6s ease-in-out;
    font-weight: bolder;
    margin-bottom: 15px;
    margin-top: 10px;
}
input[type='submit']:hover{
    background: #000;
    color: #0283C0;
    border: 1px solid #013750;
   

}

.__signup-form .__social-links ul{
    text-align: center;
    margin: 5px 25px 25px 25px;
}

.__signup-form .__social-links li{
    display: flex;
}

.__signup-form .__social-links li > div{
    margin:5.5px auto;
    
}
.__signup-form .__social-links div:hover{
    
}
@media(max-width: 570px){
    body{
        background: #fff;
    }
    .logosignup{
        background: #021546;
        padding: 20px;
        margin-top: 0;
    }
    .logosignup h1{
        font-family: cursive;
        text-align: center;
        color: #021546;
        margin-top: 0px;
        font-weight: bolder;
    }
    .logosignup h1 span{
        color: #0283C0;
        font-family: cursive;
        font-weight: bolder;
    }
    .__signup-form{
        background: #fff;
        width: 100%;
        margin-top: -10px;
        padding: 10px 5px;
        text-align: center;
    
    }
    .__signup-form h2{
        color: #021546;
        font-weight: bolder;
        font-family: cursive;
        text-align: center;
        padding: 45px 10px 15px 10px;
        margin-bottom: 5px;
    }
    .__signup-form .cpr{
        color: #013750;
        font-size: 14px;
        padding: 0 50px;
    }
    .__signup-form p{
        color: #021546;
        font-size: 14px;
    }
    .__signup-form p a{
        color: #D69212;
        font-weight: bolder;
    }
    .__signup-form p a:hover{
        color: aqua;
    }
    input[type='text']{
        padding: 12px 10px;
        width: 80%;
        margin-bottom: 15px;
        outline: none;
        border: none;
        border-radius: 20px;
        background: #dfe0e0;
    }
    input[type='email']{
        padding: 12px 10px;
        width: 90%;
        margin-bottom: 15px;
        outline: none;
        border: none;
        border-radius: 20px;
        background: #dfe0e0;
    }
    input[type='password']{
        padding: 12px 10px;
        width: 70%;
        margin-bottom: 15px;
        outline: none;
        border: none;
        border-radius: 20px;
        background: #dfe0e0;
    
    }
    input[type='submit']{
        background: #021546;
        color: #fff;
        padding: 10px 10px;
        width: 40%;
        outline: none;
        border: none;
        border-radius: 30px;
        font-size: 18px;
        transition: .6s ease-in-out;
        font-weight: bolder;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    input[type='submit']:hover{
        background: #D69212;
        color: #fff;
        padding: 12px 12px;
    
    }
}