.enter-modal {
    border-radius: 8px;
}
.enter-modal h2 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -1px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #202225;
    font-family: Calibri;
    font-style: normal;
    font-weight: normal;
}

.enter-modal .additional {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #A9AFB8;
    margin: 0 0 20px;
}

.enter-modal input {
    width: 100%;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #222528;
    margin: 0;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DDE2E4;
    box-sizing: border-box;
    border-radius: 6px;
}

.enter-modal .control-label {
    color: #222528;
    font-size: 16px;
    line-height: 24px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
}
.enter-modal input:active {
    border: 1px solid #DDE2E4;
    box-sizing: border-box;
    border-radius: 6px;
    background: #f5f5f5;
}
.enter-modal .password-control {
    margin-top: 1px;
    padding-right: 25px;
    position: absolute !important;
    top: 11px;
    right: 10px;
    height: 20px;
    background: url(../images/Eye.png) 0 0 no-repeat;
}
.enter-modal .password {
    position: relative;
}
.enter-modal .password-control.view {
    background: url(../images/EyeClosed.png) 0 0 no-repeat;
}
.enter-modal .help-block {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    position: unset;
}

.enter-modal button.btn-1 {
    padding: 16px 32px;
    color: #fff;
    background: #2583C9;
    border: 1px solid #2583C9;
    border-radius: 4px;
    height: 56px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.enter-modal .refresh-pwd {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    text-decoration-line: underline;
    color: #57606F;
}

.enter-modal .not-have {
    font-family: Open Sans;
    margin-top: 28px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #222528;
}
.modal-dialog {
    margin: 100px auto auto auto;
}

.modal-content {
    max-width: 420px;
    width: 95%;
    margin: auto;
}

.modal-header {
    border: none;
    padding: 3px 20px 0 0;
}

.modal-body {
    padding: 36px;
    padding-top: 0px;
}
.modal-header .close {
    height: 56px;
}