.modal-content {
	border: medium;
	border-radius: 2px
}

.modal .modal-content {
    margin: 0 auto;
    max-width: 440px;
    border: none;
    border-radius: 8px;
    background-color: #f7fafd;
}

.modal__content {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 440px;
    padding: 30px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #f7fafd;
    box-shadow: 0 5px 25px 0 rgba(0,0,0,0.2);
    overflow: hidden;
}
.btn-lg {
	font-size: 15px;
	padding: 12px 16px
}
.btn-outline-primary {
    border-color: #676767;
    color: #000000;
}
.btn {
    border-radius: 16px;
    font-size: 14px;
}
#login_modal a {
    color: var(--fs-primary-color);
    text-decoration: none !important;
}
#login_modal a:hover, h1, h2, h3, h4, h5, h6 {
    color: var(--fs-third-color);
}
.text-main {
    color: #000000!important;
}


.modal {
    top: -20px;
}