   body{
         background:linear-gradient(.4turn,  #182d63, #e51941); 
        background-size: cover;
    background-repeat: no-repeat;
    }
    p,h5{
        color: white
    }
    *{
        
        font-family: poppins,sans serif;
    }
    .form-control{
         
        height: 60px;
        border-radius: 40px;
            color: white!important;
    background: rgba(67, 34, 167, 0.4);
    border: none;
    font-size: 14px;
    padding: 10px 30px; 

    }
    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a69dda!important;
  opacity: 1; /* Firefox */
}
    .form-control:focus{
       background: rgba(67, 34, 167, 0.4);

    }
     .form-control:focus + ::placeholder {
        color: white!important;

    }
    .m-login__btn.m-login__btn--primary {
    color: white;
    border-color: #c2acf4;
}

.m-login__btn {
    color: #b295f1;
    border-color: #9168eb;
    background-color: transparent;
}
.m-login__btn {
    display: inline-block;
    text-align: center;
       padding: 1rem 3.3rem;
    border-radius: 100px;
    font-size: 14px;
    margin-top: 0.8rem;
}
.m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-login__form-sub {
    padding-left: 7px;
    padding-right: 7px;

    margin: 15px auto;
}.m-checkbox {
    color: #c2acf4;
}
 .m-link {
    text-decoration: none;
    position: relative;

    display: inline-block;
     font-size: 14px!important;
    color: #c2acf4;
}
.m-login__form {
    color: #c2acf4;
}
.m-link:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    top: 1rem;
    left: 0;
    width: 0%;
}
.m-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
   
      font-size: 14px!important;
    
}
.m-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  
}
.m-checkbox.m-checkbox--focus > span {
    border: 1px solid #bdc3d4;
}
.m-checkbox > span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: none;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
}
.m-checkbox > span:after {
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px!important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg)!important;
}
 .m-checkbox > input:checked ~ span:after {
    display: block;
}
.m-checkbox > span:after {
    content: '';
    position: absolute;
    display: none;
}
.m-checkbox.m-checkbox--focus > input:checked ~ span {
    border: 1px solid #9816f4;
}