body.openPopupModalSuccessLogin{
    overflow: hidden;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert ul{
    margin-bottom:0px;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.custom-btn {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#00966e), to(#00916a));
    background: linear-gradient(to bottom, #00966e, #00916a);
    -webkit-box-shadow: inset -2px -5px 8px rgba(0, 0, 0, 0.3), inset 2px 5px 8px rgba(255, 255, 255, 0.3), 3.5px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset -2px -5px 8px rgba(0, 0, 0, 0.3), inset 2px 5px 8px rgba(255, 255, 255, 0.3), 3.5px 4px 0px rgba(0, 0, 0, 0.3);
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding: 0;
  }
  .custom-btn:hover,.custom-btn:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#00966e), to(#00916a))!important;
    background: linear-gradient(to bottom, #00966e, #00916a)!important;
    -webkit-box-shadow: inset 2px 8px 6px rgba(0, 0, 0, 0.3), inset -2px -5px 8px rgba(255, 255, 255, 0.3) !important;
    box-shadow: inset 2px 8px 6px rgba(0, 0, 0, 0.3), inset -2px -5px 8px rgba(255, 255, 255, 0.3) !important;
    cursor: pointer !important;
}
.popupModalSuccessLogin {
    overflow-y: auto;
}
.popupModalSuccessLogin .modal-content{
    padding-left:30px;
    padding-right:30px;
}
.popupModalSuccessLogin .titleOfModal{
    font-size:24px;
}
.popupModalSuccessLogin h1{
    font-size:19px;
    font-weight:700;
}
.popupModalSuccessLogin h2{
    font-size:17px;
    font-weight:700;
}
.popupModalSuccessLogin h3{
    font-size:15px;
    font-weight:700;
}
.popupModalSuccessLogin h4{
    font-size:13px;
    font-weight:700;
}
.popupModalSuccessLogin .button-sec .button {
    line-height: 0px;
    width: 40px;
    height: 40px;
    display: block;
    padding: 21px 10px 5px;
    border-radius: 50%;
    float: left;
    margin: 1vmin 0.8vmin 0.8vmin;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    -webkit-box-shadow: inset -2px -5px 8px rgba(0, 0, 0, 0.3), inset 2px 5px 8px rgba(255, 255, 255, 0.3), 2px 2.5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset -2px -5px 8px rgba(0, 0, 0, 0.3), inset 2px 5px 8px rgba(255, 255, 255, 0.3), 2px 2.5px 0px rgba(0, 0, 0, 0.3);
}
.popupModalSuccessLogin .button-sec .button:active, .popupModalSuccessLogin .button-sec .button:hover, .popupModalSuccessLogin .button-sec.active .button{
    -webkit-box-shadow: inset 2px 8px 6px rgba(0, 0, 0, 0.3), inset -2px -5px 8px rgba(255, 255, 255, 0.3) !important;
    box-shadow: inset 2px 8px 6px rgba(0, 0, 0, 0.3), inset -2px -5px 8px rgba(255, 255, 255, 0.3) !important;
}

.popupModalSuccessLogin .button-sec .btn-light-blue {
    background: -webkit-gradient(linear, left top, left bottom, from(#0d6592), to(#419ccb));
    background: linear-gradient(to bottom, #0d6592,#419ccb);
    color: #fff;
}
.popupModalSuccessLogin .button-sec .btn-light-blue:active,  .popupModalSuccessLogin .button-sec .btn-light-blue:hover{
    background: -webkit-gradient(linear, left top, left bottom, from(#419ccb), to(#0d6592));
    background: linear-gradient(to bottom, #419ccb, #0d6592);
}
.popupModalSuccessLogin .button-sec .btn-orange {
    background: #f3a30c;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3a30c), to(#bd7e08));
    background: linear-gradient(to bottom, #f3a30c, #bd7e08);
    color: #fff;
}
.popupModalSuccessLogin .button-sec .btn-orange:hover,  .popupModalSuccessLogin .button-sec .btn-orange:active{
    background: -webkit-gradient(linear, left top, left bottom, from(#bd7e08), to(#f3a30c))!important;
    background: linear-gradient(to bottom, #bd7e08, #f3a30c)!important;
}
.popupModalSuccessLogin .button-sec .btn-blue {
    background: #064892;
    background: -webkit-gradient(linear, left top, left bottom, from(#064892), to(#023f84));
    background: linear-gradient(to bottom, #064892, #023f84);
    color: #fff;
}
.popupModalSuccessLogin .button-sec .btn-blue:hover,  .popupModalSuccessLogin .button-sec .btn-blue:active{
    background: -webkit-gradient(linear, left top, left bottom, from(#023f84), to(#064892))!important;
    background: linear-gradient(to bottom, #023f84, #064892)!important;
}