@font-face {
    font-family: 'SofiaPro';
    src: url('../Sofia Fonts/Sofia Pro Black [TheFontsMaster.com].otf') format('opentype'),
    url('../Sofia Fonts/Sofia Pro Black [TheFontsMaster.com].ttf') format('truetype');
}

.forget .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    margin-top: 80px;
}
.forget #exampleModal1 .modal-header {
    display: inline-block;
    background-color: #f4666c;
    color: #fff;
    padding: 20px;
}
.forget #exampleModal1 .modal-header h5 {
    font-family: 'SofiaPro';
    font-size: 30px;
    font-weight: 700;
}
.forget #exampleModal1 .modal-title {
    margin-bottom: 20px;
    line-height: 1.5;
    margin-top: 10px;
}
.forget #exampleModal1 .modal-header p {
    margin-bottom: 0;
}
.forget #exampleModal3 .modal-header .close, #exampleModal2 .modal-header .close, #exampleModal1 .modal-header .close, #exampleModal55 .modal-header .close {
    padding: 0px 0px;
    position: absolute;
    top: 14%;
    text-align: center;
    right: 9%;
    opacity: 1;
    color: #6c757d;
    background-color: #fff;
    border-radius: 20px;
    left: 86%;
}
.forget #exampleModal1 .modal-body {
    text-align: center;
    background-color: #ebebeb;
    padding: 30px 30px 0px 30px;
    border-radius: 0 0 10px 10px;
}
.forget #exampleModal1 .modal-body input {
    padding: 15px 50px;
    background: #fff;
    padding-left: 20px;
    border-radius: 2px;
    width: 72% !important;
}
.forget input, input:focus, input:active {
    box-shadow: none;
    border: none;
    outline: none;
}
.forget #exampleModal1 .modal-body button {
    padding: 13px 94px;
    border: none;
    margin-top: 20px;
    background: #000;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 2px;
    width: 72% !important;
}
.forget .tick {
    left: 90%;
    bottom: 64px;
    width: 10%;
    position: relative;
}

.forget p {
    font-size: 16px;
}

.forget #exampleModal1 .modal-body{border-radius:2px;}