


.post-content{
  border-radius: 20px !important;
}

body {
    font-family: "Montserrat", sans-serif;
}


.login-container {
  margin: 0 auto;
  border-radius: 2rem;
    background: rgba(0,0,0,.5);
    padding:0px;
}

.body-login {
  background: black !important;
}
.d-none{
  display: none;
}

@media screen and (min-width: 480px) {

}
@media screen and (min-width: 768px) {

}
@media screen and (min-width: 1024px) {

}
@media screen and (min-width: 1200px) {
.img-login {
border-top-left-radius:2rem;
    border-bottom-left-radius:2rem;
}
    .base-login {
  padding: 0px !important;
  padding-right: 25px !important;
}

}
.base-login {
  padding: 0px;
}



.blog-area .post {
  background-color: #fff;
  box-shadow: 0 5px 13px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 5px 13px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 5px 13px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 5px 13px 0 rgba(0,0,0,.1);
  -o-box-shadow: 0 5px 13px 0 rgba(0,0,0,.1);
  margin-bottom: 80px;
  border-radius: 2rem;
}
.btn-style-one {
    background: #00abed;
    border-radius: 2rem;
}
.btn-style-two {
    background: #f9591c;
    border-radius: 2rem;
}
.login {
  margin-top: 0px;
        color:white;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: none !important;
  border-radius: 2rem;
}
.alert-info {
  color: #ffff;
  text-transform:none !important;
    font-weight: bold;
}

.form-control {

  min-height:42px;
}

.info{text-align:center;padding:20px; background: #fafafa; border:1px solid #f1f1f1; border-radius:2rem}
.form-control {
  border-radius: 4px;
}
.btn-login{ width:100%;}

hr {
  border: 0;
height: 1px;
  background-image: linear-gradient(to right, rgba(0, 173, 239, 0), #00a6e0, rgba(0, 173, 239, 0));
}

.recupero-psw{ padding:10px 0px; text-align: right}
.small-login{ color:white;}

.main-footer {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 40px 20px 40px 20px;
  color: #8a8a8a !important;
  line-height: 19px;
  font-size: 14px;
  border-top: 1px solid #d9d9d9!important;
}
