@font-face {
    font-family: gothic;
    src: url('../../fonts/gothic.woff');
}
html, body {
    font-family: gothic, serif;
}
body, .app-default {
    background-color: #f2f4f6 !important;
}
.login-box {
    max-width: 360px;
    padding: 10px 40px;
    margin: 7% auto;
    background: white;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.33);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.33);
}
.login-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 0 0 0;
    color: #999999;
}
.login-box small {
    color: #666;
}
.login-logo {
    margin-top: 10px;
    margin-bottom: 25px;
}
.login-box h1 {
    text-align: center;
    color: #393939;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 30px;
}

.StripeElement {
    background-color: white;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.btn {
    background: #15c39a;
    border: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 50px;
    box-shadow: 3px 1px 4px #54525299;
    font-weight: 600;
}
.btn.btn-success {
    border-color: #15c39a;
    background-color: #15c39a;
}
.login-box input[type="email"], .login-box input[type="password"], .login-box input[type="text"] {
    border: unset;
    background: #f2f2f2;
    border-radius: 15px;
}
.login-box .input-group-text {
    border: unset;
    background: #f2f2f2;
    border-radius: 15px;
}