﻿body {
    font-family: 'Poppins';
    background: #ededed;
}

.wrapper {
    width:100%;
    max-width:500px;
    border-radius: 10px;
    margin: 50px auto;
    padding: 30px 40px;
    box-shadow: 20px 20px 80px rgb(206, 206, 206)
}

.h2 {
    
    font-size: 3.5rem;
    font-weight: bold;
    color: #400485;
    font-style: italic
}

.input-field {
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #400485;
    color: #400485
}

.input-field:hover {
    color: #7b4ca0;
    border: 1px solid #7b4ca0
}

.form input {
    border: none;
    outline: none;
    box-shadow: none;
    /*width: 100%;*/
    padding: 0px 2px;
    font-family: 'Poppins', sans-serif
}

.btn.btn-block {
    border-radius: 20px;
    background-color: #400485;
    color: #fff
}

.btn.btn-block:hover {
    background-color: #55268be0
}

.login-btn{
    background:#3F3451;
    padding:0.5rem !important;
    color:white;
    width:100%;
    border-radius:10px;
    margin-top:1rem;
    border:0;
}
.login-btn:hover{
    background:#4FB6E2;
}

/**/
.create-form{
     border-radius: 10px;
   
    box-shadow: 20px 20px 80px rgb(206, 206, 206)
}
.create-form submit{
    background:red !important;
}
h5{
    font-size:0.9rem !important;
    text-align:center;
    font-weight:600;
}
#ContentPlaceHolder1_ctl00___CustomNav0_StepNextButtonButton{
    background:#3F3451;
    padding:0.5rem !important;
    color:white;
    /*width:100%;*/
    border-radius:10px;
    margin-top:1rem;
    border:0;
    position: relative;
    right: -15px
}

#ContentPlaceHolder1_ctl00___CustomNav0_StepNextButtonButton:hover{
    background:#4FB6E2;
}