

.signout-page {
    width: 100%;
    margin: auto;
    max-width: 525px;
    position: relative;
    min-height: 657px;
    background: url(/public/images/cadops.jpeg) no-repeat center;
    background-size: cover;
    box-shadow: 0 12px 15px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);
    margin-top: 124px;
}

#logout-page {
    width: 100%;
    height: 100%;
    padding: 115px 80px 85px 80px;  
    background: rgba(40, 57, 101, .9);
    display: block;
    min-height: 657px;
}

.signout-page .login-panel{
    margin: 0;
    background: transparent;
    border: none;
}
.signout-page .panel-heading{
    background: none !important;
    border: none;
}
.signout-page #text-color{
    color: #aaa;
}
.signout-page .text-danger {
    color: #cd3835 !important;
}

.signout-page #custom-button{
    border-radius: 35px !important;
}