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

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

.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: #252c35;
    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: #f4f2ee;
}
.btn {
    border-radius: 16px;
    font-size: 14px;
}
#login_modal a {
    color: #39a9ff;
    text-decoration: none !important;
}
#login_modal a:hover, h1, h2, h3, h4, h5, h6 {
    color: #39a9ff;
}
.text-main {
    color: #ffffff!important;
}

#login_modal .bg-primary, .btn-primary, .btn-outline-primary:hover, .badge-primary {
    border-color: transparent !important;
    background: #ff516b;
    background: -moz-linear-gradient(-45deg, #ff516b 0%, #826cfd 100%);
    background: -webkit-linear-gradient(-45deg, #ff516b 0%, #826cfd 100%);
    background: linear-gradient(135deg, #3b3b3b 0%, #423b59 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff516b', endColorstr='#826cfd', GradientType=1);
}

.modal {
    top: -20px;
}