.form-style-7{
    /*max-width:400px;*/
    /*margin-top:2%;*/
    margin-bottom:4.5%;
    width:80%;
    height:120%;
    background: rgba(255, 255, 255, 0.41);
    border-radius:2px;
    padding:10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    position:static;
    margin-left: 10%;
    margin-right: 10%;
}
.form-style-7 h1{
    display: block;
    text-align: center;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: #5C5C5C;
    font-size:x-large;
}
.form-style-7 ul{
    list-style:none;
    padding-top: 35px;
    margin:0;
}
.form-style-7 li{
    width:40%;
    display:inline-block;
    padding: 9px;
    border:1px solid #34495e;
    margin-bottom: 15px;
    margin-left: 5%;
    border-radius: 3px;
}
/*.form-style-7 li:last-child{*/
    /*border:none;*/
    /*margin-bottom: 0px;*/
    /*text-align: center;*/
/*}*/
.form-style-7 li > label{
    display: block;
    float: left;
    margin-top: -19px;
    /*background: #FFFFFF;*/
    height: 14px;
    padding: 2px 5px 2px 5px;
    color: #34495e;
    font-size: 14px;
    /*overflow: hidden;*/
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.form-style-7 input[type="text"],
.form-style-7 input[type="date"],
.form-style-7 input[type="datetime"],
.form-style-7 input[type="email"],
.form-style-7 input[type="number"],
.form-style-7 input[type="search"],
.form-style-7 input[type="time"],
.form-style-7 input[type="url"],
.form-style-7 input[type="password"],
.form-style-7 textarea,
.form-style-7 select,
.form-style-7.license
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    /*display: block;*/
    outline: none;
    border-radius: 3px;
    border:1px solid #34495e;
    /*border: none;*/
    height: 40px;
    line-height: 25px;
    font-size: 14px;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    background-color: rgba(255, 255, 255, 0);
    color: #243240;
    /*font-weight: 700;*/
}
.form-style-7 input[type="text"]:focus,
.form-style-7 input[type="date"]:focus,
.form-style-7 input[type="datetime"]:focus,
.form-style-7 input[type="email"]:focus,
.form-style-7 input[type="number"]:focus,
.form-style-7 input[type="search"]:focus,
.form-style-7 input[type="time"]:focus,
.form-style-7 input[type="url"]:focus,
.form-style-7 input[type="password"]:focus,
.form-style-7 textarea:focus,
.form-style-7 select:focus
{
}
.form-style-7 li > span{
    background: rgba(243, 243, 243, 0.12);
    display: block;
    padding: 3px;
    margin: 0 -9px -9px -9px;
    text-align: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:700;
}
.form-style-7 textarea{
    resize:none;
}
.form-style-7 input[type="submit"],
.form-style-7 input[type="button"]{
    /*margin-top:1%;*/
    /*margin-left:45%;*/
    /*position: static;*/
    /*padding: 10px 20px 10px 20px;*/
    /*background-color: #34495e;*/
    /*border-color: #2b3c4e;*/
    /*color: #fff;*/
    /*line-height: 1.428571429;*/
    /*border-style: solid;*/
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.form-style-7 input[type="submit"]:hover,
.form-style-7 input[type="button"]:hover{
    background: #34495e;
    color:#fff;
}
#close {
    float:right;
    display:inline-block;
    /*padding:.6%;*/
    /*background:#fff;*/
    color:#5b0818;
    font-size: 45px;
    line-height: 58%;
}
#close:hover {
    float:right;
    display:inline-block;
    /*padding:.6%;*/
    /*background:#fff;*/
    color:#5b0818;
}

.mb-0 {
    margin-bottom: 2% !important;
    padding-bottom: 2%;
    /*border-bottom: 2px solid rgba(36, 50, 64, 0.52);*/
    color: #b52b27;
}

.text-muted {
    text-align: justify;
}

@media only screen and (max-width: 500px) {
    .form-style-7{
        position:relative;
        width: 80%;
    }

    .form-style-7 input[type="submit"],
    .form-style-7 input[type="button"]{

        margin-left:3%;
    }

    .form-style-7 li{
        width:80%;
    }
}
