/* standard form */

.standard-form {
    margin: 0px 0px 0px 0px;
    border-top-style: none;
    border-bottom-style: none;
    position: relative;
    text-align: center;
}

.standard-form input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    position: relative;
    top: 0px;
    border: 0;
    z-index: 0;
}

.standard-form .container {
    max-width: 1920px;
    position: relative;
}

.standard-form .standard-form-background {
    width: 448px;
    background: #adadad;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 37px;
}

.standard-form .standard-form-title {
    font-size: 36px;
    font-family: "Poppins";
    color: rgb(26, 27, 29);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.standard-form .standard-form-top-strip {
    width: 448px;
    height: 6px;
    background-color: #e6ca63;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.standard-form .standard-header {
    height: 118px;
    border-bottom-width: 0px;
    padding: 0 0 0 0;
    border-bottom-style: none;
    position: relative;
    justify-content: center;
    border-bottom-style: none;
}

.standard-form .standard-form-text {
    width: 100%;
    border: 0px;
    height: 48px;
    padding-left: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    color: #919191;
    background: none;
}

.standard-form .standard-form-text-link {
    width: 100%;
    border: 0px;
    height: 48px;
    padding-left: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    color: #919191;
    text-align: left;
    font-size: 14px;
    background-color: #e1e1e1;
}

.standard-form .standard-form-checkbox {
    border: 0px;
    height: 24px;
    padding-left: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    color: #919191;
}

.standard-form .standard-form-text-split {
    width: 100%;
    border: 0px;
    height: 48px;
    padding-left: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    background-color: #e1e1e1;
    color: #919191;
}

.standard-form .standard-form-email {
    width: 100%;
    border: 0px;
    height: 48px;
    padding-left: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin: 0 0 0 0;
    background-color: #e1e1e1;
    color: #919191;
    border-bottom-style: solid;
    border-color: red;
}

.standard-form .standard-form-message {
    width: 334px;
    border: 0px;
    height: 150px;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 0px;
    background-color: #e1e1e1;
    color: #919191;
}

.standard-form .standard-form-input-single-line {
    width: 100%;
    border: 0px;
    height: 40px;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 0px;
    background-color: #e1e1e1;
    color: #919191;
}

.standard-form .standard-form-select {
    width: 100%;
    border: 0px;
    height: 40px;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 0px;
    background-color: #e1e1e1;
    color: #919191;
}

.standard-form .standard-form-password {
    width: 100%;
    border: 0px;
    height: 48px;
    padding: 12px;
    background-color: #e1e1e1;
    color: #919191;
}

.standard-form .standard-form-button {
    border-radius: 20px;
    height: 40px;
    width: 200px;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    background-color: #989898;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border: 1px;
    border-width: 2px;
    border-color: #1a1b1d;
    border-style: solid;
    vertical-align: middle;
    text-align: center;
}

.standard-form .standard-form-text {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(55, 55, 55);
    line-height: 2.571;
    text-align: left;
    background: none;
}

.standard-form .standard-form-footer {
    width: 448px;
    border-top-style: none;
    height: 40px;
    background-color: #797979;
    padding: 0 0 0 0;
    border-bottom-right-radius: 37px;
}

.standard-form .standard-form-errors {
    width: 100%;
    border: 0px;
    height: 48px;
    padding-left: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    color: #d65353;
}

.standard-form .pad-top {
    padding-top: 1px !important;
}

.standard-form .pad-bottom {
    padding-bottom: 1px !important;
}

.standard-form .pad-right {
    padding-right: 1px !important;
}

.standard-form .corners-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.standard-form .corners-top-left {
    border-top-left-radius: 5px;
}

.standard-form .corners-top-right {
    border-top-right-radius: 5px;
}

.standard-form .corners-bottom {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px;
}

.standard-form .corners-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.standard-form .corners-all {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.standard-form .corners-left {
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px;
}

.standard-form .corners-right {
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 5px;
}

.standard-form .subscribe-text {
    font-size: 14px;
}