﻿.form-div {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 15px;
}

.form-order {
    padding: 8px;
}

.sr-only {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #333;
    line-height: 1.0;
    padding-left: 7px;
    display: none;
}

input, textarea {
    outline: none;
    border: none;
}

.form-control {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #333;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: 0 0;
    padding: 0 7px 0 40px;
    position: relative;
    font-weight: 600;
}
    input::selection {
        background: #f7a494;
    }

    .form-control::placeholder {
        color: #b5b5b5;
        opacity: 1;
        font-weight: 500;
    }

.input-group-addon {
    display: inline-block;
    position: absolute;
    color: #4e98e9;
    font-size: 19px;
    left: 11px;
    top: 12px;
    z-index: 9;
}

.sr-only {
    position: initial !important;
    font-weight: 500;
    color: #5d5d5d;
}

.input-group {
    position: relative;
}

    .input-group textarea {
        height: 60px;
        margin-top: 10px;
    }

.fosc {
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    bottom: 0px;
}

    .fosc::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background: #4e98e9;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        z-index: 9999;
    }

.form-control:hover + .fosc::before {
    width: 100%;
}

.form-control:focus + .fosc::before {
    width: 100%;
}

.btn-1 {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 40px;
    background: #eee0;
    border: none;
    width: 100%;
    border-radius: 20px;
    cursor: pointer;
}

.box-button {
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 30px 0 rgb(3 216 222 / 20%);
    -moz-box-shadow: 0 5px 30px 0 rgba(3,216,222,.2);
    -webkit-box-shadow: 0 5px 30px 0 rgb(3 216 222 / 20%);
    -o-box-shadow: 0 5px 30px 0 rgba(3,216,222,.2);
    -ms-box-shadow: 0 5px 30px 0 rgba(3,216,222,.2);
    border-radius: 25px;
    max-width: 215px;
    margin: auto;
}

.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #a64bf4;
    background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -moz-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    top: 0;
    left: -100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.div-submit {
    /*width: 80%;
    margin: auto;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 5px 30px 0 rgb(3 216 222 / 20%);
    -moz-box-shadow: 0 5px 30px 0 rgba(3,216,222,.2);
    -webkit-box-shadow: 0 5px 30px 0 rgb(3 216 222 / 20%);
    -o-box-shadow: 0 5px 30px 0 rgba(3,216,222,.2);
    -ms-box-shadow: 0 5px 30px 0 rgba(3,216,222,.2);
    margin-top: 16px;*/
}

.btn-1:hover + .login100-form-bgbtn {
    left: 0;
}

#showerror {
    border: none;
    text-align: center;
    color: red;
    margin-bottom: 10px;
}
select.form-control {
    border: none;
}

    select.form-control:focus {
        outline-color: #fff;
    }