.page-content{
        min-height: 500px;
}

.form-control{
    color: #000;
    width: 100%;
    padding: 5px;
    height: 40px;
    font-size: 15px;
    margin: 0;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #acacac;
}

.btn-search{    
    background: #d92b83;
    width: 100%;
    height: 33px;
    border: none;   
    padding: 1px 0;
    border-radius: 5px;
    font-weight: 500;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.h-100 {
    height: 100% !important;
}

form{
    background: #f7f7f7;
    padding: 24px 15px 18px;
    margin: 20px 0;
    border-radius: 5px;
}

.btn-primary{
    width: 100%;
    border: 1px solid #d92b83;
    background: #d92b83;
    color: #fefefe;
    font-size: 18px;
    font-weight: 500;
    border-radius: 3px;
    padding: 4px;
}

.form-help{
    color: #d92b83;
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
}

label {    
    font-size: 13px;
    font-weight: 500;
}

h1{
    font-size: 22px;
    border-bottom: 1px solid #b7b5b5;
    padding: 0 0 8px;
    margin-bottom: 15px;
    font-weight: 500;
}

.cAlert{
    margin: 0 0 20px;
    background: #0d561d;
    padding: 4px 8px;
    border-radius: 3px;
    color: #fff;
}

.invalid-feedback{
    color: red;
    display: block;
    padding: 5px 0;
    font-size: 13px;
}

.showPasswordLbl{

}

.showPasswordLbl span{
    position: relative;
    top: -1px;
}

.registerOption{   
    background: #eaeaea;
    padding: 24px 15px 18px;
    margin: 20px 0;
    border-radius: 5px;
}

.registerOption h6 {
    font-size: 17px;
    font-weight: 400;
}

.registerOption .userRegInner{    
    padding: 14px 0;    
}

.registerOption .userRegInner .title{
    font-size: 15px;
    font-weight: 400;    
}

.registerOption .userRegInner svg{
    width: 84px;
    fill: #d92b83;
    margin-bottom: 20px;
}

.registerOption .btnLink{
    background: #d92b83;
    padding: 8px 10px;
    border-radius: 4px;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 18px;
}