﻿#changePasswordModal .modal-content {
    border-radius: 50px 0px 50px 0px !important;
}

#changePasswordModal .modal-dialog {
    margin-top: 4%;
    max-width: 35%;
}

#changePasswordModal .modal-body {
    padding: 60px;
    padding-bottom: 40px;
}

#changePasswordModal .modal-body .green-close {
    position: absolute;
    top: -25px;
    right: -25px;
    margin: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: none;
    background: #B8D149 !important;
    transition: all .5s ease;
}

#changePasswordModal .modal-body .green-close i {
    color: #343E46;
    transition: all .5s ease;
}

#changePasswordModal .modal-body label {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    color: #343E46;
}

#changePasswordModal .modal-body .green-close:hover {
    opacity: 1;
    background: #343E46!important;
}

#changePasswordModal .modal-body .green-close:hover i {
    color: white!important;
}

#changePasswordModal .modal-body .align-right {
    text-align: right;
}

#changePasswordModal .changePasswordWrapper .callout-button {
    margin-bottom: 0px !important;
    margin: unset;
    margin-left: auto;
    padding: 0px 20px;
    width: fit-content;
    text-align: center;
    font-size: 17px !important;
    font-weight: bold !important;
    color: #343E46 !important;
    text-transform: none;
    border-radius: 10px;
    box-shadow: none;
    height: 50px;
    margin-bottom: 25px;
    font-family: "proxima-nova", sans-serif !important;
}

#changePasswordModal .changePasswordWrapper .callout-button:hover {
    color: white !important;
}

@media (min-width: 1368px) and (max-width: 1600px) {
    .modal-dialog {
        max-width: 40%;
    }
}

@media (min-width: 1200px) and (max-width: 1367px) {
    #changePasswordModal .modal-dialog {
        max-width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #changePasswordModal .modal-dialog {
        max-width:75%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #changePasswordModal .modal-dialog {
        max-width: 90%;
    }
}

@media (max-width: 767px) {
    #changePasswordModal .modal-dialog {
        max-width: 100%;
        width: 90%;
        margin: auto;
        margin-top: 40px;
    }

    #changePasswordModal .modal-dialog .col-md-12 {
        float: none;
        clear: both;
    }

    #changePasswordModal .modal-body {
        padding: 60px 40px;
    }

    #changePasswordModal .changePasswordWrapper .callout-button {
        margin-left: unset;
    }

    #changePasswordModal .modal-body {
        padding: 60px 25px;
    }
}

/********************************/
/* Error Popup - bootbox */
/********************************/

.bootbox.modal.fade.bootbox-alert.in {
    background: rgba(0, 0, 0, 0.5);
}

.bootbox .modal-body {
    padding: 10px;
}

.bootbox .modal-dialog {
    margin-top: 5%;
}

.bootbox .bootbox-body {
    padding: 40px 40px 20px;
}

.bootbox .bootbox-accept {
    padding: 0px 20px;
    width: fit-content;
    text-align: center;
    font-size: 17px !important;
    font-weight: bold !important;
    color: #343E46 !important;
    text-transform: none;
    border-radius: 10px;
    box-shadow: none;
    height: 50px;
    margin-bottom: 25px;
    font-family: "proxima-nova", sans-serif !important;
    transition: all .5s ease;
    margin-bottom: 0px;
}

.bootbox .bootbox-accept:hover {
    color: white !important;
    background: #4c6170!important;
    text-decoration: none!important;
}

.bootbox .bootbox-close-button {
    position: absolute;
    top: -25px;
    right: -25px;
    margin: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: none;
    background: #B8D149 !important;
    transition: all .5s ease;
    margin-right: 0px !important;
    color: #343E46;
    transition: all .5s ease;
}

.bootbox .bootbox-close-button:hover {
    opacity: 1;
    background: #343E46 !important;
    color: white !important;
}
