﻿@charset "utf-8";
/* CSS Document */

.FormTasarim{width:100%; height:auto;}
.FormTasarim ul{display:block; overflow:hidden; width:100%; padding:0; margin:0; list-style-type:none;}
.FormTasarim ul li{width:100%; overflow:hidden; min-height:50px; line-height:30px; padding:10px; box-sizing:border-box;}
.FormTasarim ul li:hover{background:#EEE;}
.FormTasarim ul li .gsp-left{width:35%; float:left; box-sizing:border-box;}
.FormTasarim ul li .gsp-left span{float:right;}
.FormTasarim ul li .gsp-right{width:55%; float:left; box-sizing:border-box; padding-left:20px;}
.FormTasarim ul li .gsp-right input[type=color]{width:80px; height:26px;}
.FormTasarim ul li .gsp-right input[type=file]{width:80%; height:30px;}
.FormTasarim ul li .gsp-right select{width:100%; border:solid 1px #EEE; height:30px; background:#FFF;}
.FormTasarim ul li .gsp-right input[type=button]{padding:10px 20px; font-size:16px; border:none; color:#FFF; background:#09C; cursor:pointer;}
.FormTasarim ul li .gsp-right input[type=button]:hover{background:#333;}
.FormTasarim ul li .gsp-right input[type=text]{width:100%; border:solid 1px #DDD; height:30px; background:#FFF; box-sizing:border-box; padding:5px;}
.FormTasarim ul li .gsp-right2{float:right; width:5%;}
.FormTasarim ul li .gsp-right2 button{width:80%; float:right; height:20px; margin-top:5px; background:none; border: solid 1px #DDD; cursor:pointer;}
.FormTasarim ul li .gsp-right2 button:hover{background:#333; color:#FFF;}

.btn-prev {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #13183E;
    text-align: right;
    padding: 0;
    padding-left: 17px;
    position: relative;
}

    .btn-prev:before {
        font-family: "ib-icon";
        content: "\e901";
        position: absolute;
        left: 0;
        font-size: 0.875rem;
        color: #D2935B;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }






.thanks-message h3 {
    color: #D2935B;
    margin: 26px 0 16px;
}

.thanks-message .thanks-message-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 250px;
}

    .thanks-message .thanks-message-row .thanks-message-icon {
        margin-right: 40px;
    }

        .thanks-message .thanks-message-row .thanks-message-icon i {
            font-size: 4.5625rem;
            color: #D2935B;
        }

    .thanks-message .thanks-message-row .thanks-message-text {
        position: relative;
    }

        .thanks-message .thanks-message-row .thanks-message-text p {
            margin: 0;
        }

        .thanks-message .thanks-message-row .thanks-message-text .thanks-message-link {
            position: absolute;
            bottom: -44px;
        }

@media (max-width: 991.98px) {
    .thanks-message h3 {
        text-align: center;
        margin: 45px 0 30px;
    }

    .thanks-message .thanks-message-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 90px;
    }

        .thanks-message .thanks-message-row .thanks-message-icon {
            margin-right: 0;
        }

        .thanks-message .thanks-message-row .thanks-message-text {
            position: relative;
        }

            .thanks-message .thanks-message-row .thanks-message-text p {
                text-align: center;
                margin: 14px 0 22px;
            }

            .thanks-message .thanks-message-row .thanks-message-text .thanks-message-link {
                position: relative;
                bottom: auto;
            }

                .thanks-message .thanks-message-row .thanks-message-text .thanks-message-link a {
                    width: 100%;
                }
}