@import url('/static/css/font.css');

.container {
    width: 91%;
    margin: 0 auto;
    color: #343a40;
}

.container .header {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}

.container .header p{
    margin: 16px 0;
}

.container .form-container {
    height: 100%;
    overflow: hidden;
    margin: 25px 0;
}

.container .form-container .form-row {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.container .form-container .form-row .form-control {
    width: 100%;
    height: 48px;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #a5a5a5;
    line-height: 1.42857143;
    color: #343a40;
    display: block;
    padding: 6px 12px;
}

.container .form-container .form-row textarea {
    font-size: 14px;
    height: 129px;
    margin-bottom: 16px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 4px 8px;
    border: 1px solid #a5a5a5;
    display: block;
    line-height: 1.42857143;
    color: #343a40;
}

.container .form-container .form-row button {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    background: #007BFF;
    border-color: #007BFF;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    outline: none;
}

.container .text {
    line-height: 24px;
    font-size: 16px;
}