.modal--login{padding-top:20px;padding-left:50px;padding-right:50px;padding-bottom:20px;max-width:500px;min-width:420px;height:auto;z-index:2000;margin-left:auto;margin-right:auto;border:1px
                  solid #D8E2EC;box-shadow:0px 1px 3px 0px #D8E2EC;border-radius:10px}

.modal--sigup{
    padding:20px;
    max-width:500px;min-width:360px;height:auto;z-index:2000;
    margin-left:auto;
    margin-right:auto;
     border: 1px solid hsl(0, 0%, 100%);
    box-shadow:0px 1px 3px 0px #D8E2EC;
    border-radius:10px;
    background-color: hsl(0, 0%, 97%);
    background-image: -moz-linear-gradient(center top , hsl(0, 0%, 94%), hsl(0, 0%, 87%));
   

}