﻿.btn-regular {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 30px;
    background-color: #c11b4e;
    font-size: 16px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    outline: none;
    font-family: shabnam;
    border: none;
}

    .btn-regular:hover {
        background-color: #c11b4e;
        box-shadow: 0 0 10px #c11b4e;
        -webkit-box-shadow: #c11b4e 0 0 10px;
    }


.normal-form {
    width: 100%;
    background-color: white;
    border-radius: 5px;
    padding: 40px 20px;
    margin-top: 30px;
    box-shadow: 0 0 10px hsla(0, 0%, 74.9%, .35);
    -webkit-box-shadow: hsla(0, 0%, 74.9%, .35) 0 0 10px;
}

.form-box-direction-col {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 10px;
    width: 100%;
    flex-direction: column;
    max-width: 380px;
}

.form-input {
    display: block;
    background-color: #f8f9fa;
    padding: 0 15px;
    height: 54px;
    line-height: 54px;
    color: #6a6a6a;
    transition: .3s;
    -webkit-transition: .3s;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    width: 100%;
    outline: none;
    padding: 0 20px;
    font-family: shabnam;
}

    .form-input.icon {
        padding: 0 50px 0 20px;
    }

.form-box-direction-col > input {
    max-width: 380px;
}

.form-box-direction-col img.filter-color-pos {
    filter: brightness(0) saturate(100%) invert(87%) sepia(0%) saturate(270%) hue-rotate(82deg) brightness(95%) contrast(88%);
    position: absolute;
    right: 20px;
    top: 15px;
}

.filter-color-pos {
    filter: brightness(0) saturate(100%) invert(87%) sepia(0%) saturate(270%) hue-rotate(82deg) brightness(95%) contrast(88%);
    position: absolute;
    right: 20px;
}

.form-input-area {
    display: block;
    background-color: #f8f9fa;
    color: #6a6a6a;
    transition: .3s;
    -webkit-transition: .3s;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    width: 100%;
    outline: none;
    padding: 20px;
    font-family: shabnam;
}
