#user-panel {
    width: 400px;
    border-radius: 30px;
    background: rgb(238, 238, 239);
    padding: 40px 50px;
    border:3px solid #0b5dd1;
}

.wrapout span {
    font-size: 27px;
    font-weight: 500;
}

.wrapout .btnout {
    width: 50%;
    height: 45px;
    border: none;
    background: #0b5dd1;
    border-radius: 18px;
    cursor: pointer;
    font-size: 17px;
    color: white;
    margin-top: 30px;
    font-weight: 400;
}

.wrapout .btnout:hover{
    background: #16a0ef;
    color: white;
    transition: 0.5s;
}