.section-app {
    background-color: #F6F6F6;
    margin-bottom: 0px !important;
}

h3.h3-app {
    text-align: left;
    color: #171B2E;
    font-weight: 600;
}

.kt-login__logo {margin-bottom: 20px !important;}

.form-app input {
    background-color: #fff !important;
    border-radius: 33px;
    box-shadow: 0px 3px 6px 0 #c4c4c4;
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 3px 6px 0 #c4c4c4;
}
a#kt_login_forgot:hover {
    color: #171B2E;
}
.btn_app {
    background-color: #ce000c;
    color: #FEFDCD;
    padding: 13px 50px;
    width: 97%;
    font-size: 17px;
    border-radius: 33px;
}
.alert.alert-danger.error-app {
    background-color: transparent !important;
    color: #FF0000 !important;
    border: none !important;
}

.alert-icon i {
    color: #FF0000 !important;
}

.alert-text {
    color: #FF0000 !important;
}

button.close {
    color: #FF0000 !important;
}

i.la.la-close {
    color: #FF0000 !important;
}
p.option-app {
    color: #171b30;
    font-size: 16px;
}

.social-app {
    text-align: center;
    margin: 60px 0px;
}

.social-app ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}


.social-app ul li {
    margin: 0 10px;
    font-size: 33px;
}

.fb-icon i {
    color: #194586;
}

.gmail-icon i {
    color: #D14539;
}

.twitter-icon i {
    color: #04A9F4;
}

.dont-app {
    text-align: center;
    margin-top: 39px;
}

.dont-app p {
    color: #171b30;
    font-weight: 200;
    font-size: 15px;
}

.dont-app p a {
    color: #171b30;
    font-weight: 500;
}
.logo-app {
    text-align: center;
    margin-bottom: 25px;
}

.logo-app2 {
    background-color: #171b30;
    width: 124px;
    margin: auto;
    padding: 20px;
    line-height: 5;
    height: 124px;
    border-radius: 22%;
}

.logo-app2 img {
    height: 73px;
}

.kt-grid__item.kt-grid__item--fluid.kt-login__wrapper.section-app {
    padding-top: 69px;
}
.kt-grid__item.kt-grid__item--fluid.kt-grid.kt-grid--hor
{
    background-image: none !important;
    background-color: #f6f6f6;
}
.radio_btn li{
  color: #AAAAAA;
  display: flex;
  position: relative;
  float: left;
  width: 100%;
  margin-right: 25px;
}

.radio_btn li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.radio_btn li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  margin: 6px 14px 0;
  height: 30px;
  left: 28px;
  z-index: 9;
  cursor: pointer;
  top: 21px;
}

.radio_btn li:hover label{
    color: #171b30;
}

.radio_btn li .check{
  display: block;
  position: absolute;
  border: 3px solid #AAAAAA;
  border-radius: 100%;
  height: 19px;
  width: 19px;
  top: 30px;
  left: 20px;
  z-index: 5;
}

.radio_btn li:hover .check {
  border: 3px solid #171b30;
}

.radio_btn li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 11px;
  width: 11px;
  top: 1px;
  left: 1px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.radio_btn input[type=radio]:checked ~ .check {
  border: 3px solid #171b30;
}

 .radio_btn input[type=radio]:checked ~ .check::before{
  background: #171b30;
}

 .radio_btn input[type=radio]:checked ~ label{
  color: #171b30;
}
ul.radio_btn {
    padding: 0;
    list-style: none;
    display: flex;
}