

#successful_request_msg_section_wrapper {
    position: fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background-color: rgba(7, 7, 7, 0.918);
    display: none;
}
#successful_request_msg_section {
    box-sizing: border-box;
    width:100%;
    margin:auto ;
    margin-top: 150px;
    background-color: white;
    padding:10px;
    padding-bottom: 25px;
    border-radius: 7px;
    width:95vw;
    max-width:450px;
}
#user_greeting {
    color: dimgray;
    text-shadow: 0px 0px 15px lightgray;
    padding-left:25px

}
#y2klick_login_feedback_msg {
    box-sizing: border-box;
    text-align: justify;
    line-height: 1.7em;
    font-size:17px;
    max-width:90%;
    color:dimgray;
    padding-left:25px

}
#successful_request_icon_section {
    text-align: center;
}
#successful_request_icon_section img {
    margin: 5px auto;
    width:75px;
    height:75px
}

