body {
    background: url(../authbg.jpg);
    background-size: cover;
}

h5.text1 {
    text-align: initial;
}

.welcome_inner_content {
    text-align: center;
}

.registerLogin {
    padding: 20px;
    background: #e9ecef;
    max-width: 550px;
    height: auto;
    margin: 10vh auto;
}

.btn-primary {
    background-color: #44bb14;
    border-color: #44bb14;
}

.persona_detail_data h6 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 10px;

}

.welcome_inner_content h4 {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.welcome_inner_content img {
    height: 174px;
}

.welcome_inner_content p {
    margin: 20px 0px;
}

.inner_detail_data {
    width: 100%;

}

.persona_detail_data {
    max-width: 500px;
    margin: auto;
    width: 100%;
}

.date_welcome_letter_inner p span {
    float: right;
    color: #fff;
}

.date_welcome_letter_inner p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #fff;
}

.registerLogin img {
    max-width: 175px;
    height: auto;
}