@charset "utf-8";
body{
    overflow: hidden;
}
#install-header{
    text-align: center;
    padding: 12px 0 12px;
    margin: 0px;
}
.install{
    margin: 10px auto !important;
    margin-bottom: 50px !important;
    padding: 0px !important;
    border:none !important;
    background:none !important;
    width: 657px;
    /* box-shadow: 0 0 16px 3px #add6ff !important; */
}
.button{
    padding-top: 30px !important;
}
.icon-ok:before {
    content: "\f00c";
    color: green;
}
.panel-body {
    padding-bottom: 10px !important;
}
.panel-group {
    background: #3682b3 !important;
    border-radius: 5px;
    box-shadow: 0px 0px 18px 10px #124263 !important;
}

.alert{
    font-size: 16px !important;
    margin: 3px 25px !important;
    font-weight: 700;
}
i.icon-remove {
    color: #7c1616 !important;
}
.button_1{
    width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
ul.list {
    padding: 0;
    margin: 0;
    background-color: #4ba2ff;
    border-color: #4ba2ff;
    width: 100%;
    height: 45px;
    border-radius: 6px 6px 0px 0px;
}
ul.list li {
    text-align: center;
    padding: 6px 19px;
    float: center;
    list-style: none;
    color: #fff;
    margin: 0 auto;
    font-size: 15px;
}
.padding_70{
    padding-top: 10px;
}
.bottom {
    padding-top: 18px !important;
    margin-bottom: 14px;
}
.text-danger {
    color: #7e242d!important;
    line-height: 20px;
    font-weight: 500;
    text-align: justify;
}
.btn-primary{
    border:unset;
}
h3 {
    font-size: 25px;
}
.alert-success {
    color: #155724;
    background-color: #d4eddad6;
    border-color: #c3e6cb;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
ul.list {
    padding: 0;
    margin: 0;
    background-color: #4ba2ff;
    border-color: #4ba2ff;
    width: 100%;
    height: 45px;
    border-radius: 6px 6px 0px 0px;
    display: flex;
}
.fa-check{
    margin-right: 5px;
}
.bottom_config{
    padding-top: 3px !important;
    display: flex;
    width: 95%;
    margin-left: 12px;
}
.config_form{
    width: 50%;
}
.bottom_btn_config{
    margin-bottom: 5px;
}
.width_50{
    width: 50%;
}
.alert-error{
    color: #7c1616;
}
.bottom_complete{
    margin-bottom: 14px;
}
.form-control {
    background-color: #ffffff85;
}
.form-control:focus {
    background-color: #ffffffa3;
}