div.modal.fade.in {
    top: 8%;
    width: 80%;
    height: 70%;
}

div.modal {
    position: fixed;
    top: 10%;
    left: 50% !important;
    z-index: 1048;
    width: 564px !important;
    margin-left: -375px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

fieldset {
    padding-left: 30px;
    width: 100%;
}

div.modal.fade {
    top: -25%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}
.fade.in {
    opacity: 1;
}
div.modal {
    position: fixed;
    top: 10%;
    left: 50% !important;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.modal-body {
    position: relative;
    max-height: 733px !important;
    padding: 15px;
    overflow-y: auto;
    height: 100%;
}

.viewPass {
    padding: 5px;
    right: .2rem;
    width: 34px;
    height: 27px;
    color: #fff;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    text-align: center;
    top: 0;
    cursor: pointer;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
i.fa.fa-eye-slash {
    color: #ec19e1!important;
}
i.fa.fa-eye {
    color: #fff!important;
}
.viewPass:hover {
    color: #ab0922;
}
a#show-pass-1:hover, a#show-pass-2:hover {
    color: #000;
}

.viewPass>i{
    font-size: 1rem !important;
}

.viewPass:focus {
    outline: none;
}