body {
    background: #ffffff;
    margin: 10px 30px 10px 30px;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}



a {
    text-decoration: none;
    color: #000000;
}

.main-container {}
.main-exit {
    text-align: right;
}
.exit {
    font-weight: 400;
    font-size: 12px;
    color: #333;
}
.main-header {
    text-align: center;
}
.main-logo {
    font-weight: 700;
    font-size: 22px;
    color: #333;
}
.main {}
.window-login {
    margin-top: 40px;
    text-align: center;
}
.window-title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}
.form-auth {}
.login-fields {
    text-align: right;
    width: 200px;
    margin-left: calc(50% - 100px);
}
.block-in-login {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    color: #222;
}
.auth-input {
    width:100px;
    border: 1px solid #999999;
    background: #f6f6f6;
    height: 15px;
    margin-left: 7px;
    padding: 2px;
    font-size: 12px;
}
.login-button {
    width: 140px;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    background: #333;
    height: 30px;
    margin-top: 25px;
}

.message-error {
    font-weight: 700;
    font-size: 13px;
    color: #ff0000;
}

.error {
    font-weight: 400;
    font-size: 10px;
    color: #ff0000;
    margin-bottom: 20px;
}

.company-fields {
    text-align: center;
}

.company-select {
    width:250px;
    border: 1px solid #999999;
    background: #f6f6f6;
    height: 27px;
    margin-left: 7px;
    padding: 2px;
    font-size: 12px;
}

.cursor {
    cursor: pointer;
}


.company-title {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.payment-fields {
    text-align: right;
    width: 200px;
    margin-left: calc(50% - 100px);
}

.message-input {
    width:220px;
    border: 1px solid #999999;
    background: #f6f6f6;
    height: 15px;
    margin-left: 7px;
    padding: 2px;
    font-size: 12px;
}

.message-fields {
    text-align: center;
    margin-top: 20px;
}


.message-title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}


.payment-area {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.send-fields {
    width: 180px;
    margin-top: 30px;
    margin-left: calc(50% - 90px);
}

.email-input {
    width:180px;
    border: 1px solid #999999;
    background: #f6f6f6;
    height: 18px;
    font-size: 14px;
}

.send-title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #888;
}

.StripeElement {
    background-color: white;
    height: 40px;
    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;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}



#payment {
    display: none;
}


