﻿.card {
    border: none !important;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.form-div {
    padding: 10px 30px 0 30px;
}

@media only screen and (max-width: 600px) {
    .form-div {
        padding-left: 0;
        padding-right: 0;
    }
}

.form-control-label {
    margin-bottom: 0;
    text-align: right;
}

input, textarea, button, select {
    padding: 8px 15px;
    border-radius: 5px !important;
    margin: 5px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 16px !important;
    font-weight: 300;
    text-align: right;
}

    input:focus, textarea:focus {
        border: 1px solid #00BCD4;
        outline: none;
        font-weight: 400;
    }

.input-control.error {
    border-color: red;
}

button:focus {
    outline: none;
    box-shadow: none !important;
}

.form-control-label{
    font-size:14px
}
.title-container {
    text-align: center;
    background-color: var(--global-color)
}

.offer-title {
    font-size: xx-large;
    color: white
}