/*** dop converter login ***/
a{text-decoration:none;}
.dop-converter-login{margin:2rem 1rem;}
.dop-converter-login .card{max-width:462px;margin:0 auto;padding:2rem 2rem 1rem;background: #fff; box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 9%); border-radius: .6rem; padding: 1.5rem; border: 0;}
.dop-converter-login .form-control { display: block; width: 100%; padding: .8rem 1rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #626262; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: #fff; background-clip: padding-box; border: 1px solid #e4e4e4; border-radius: 0.375rem; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; margin-bottom: 1rem; }
.dop-converter-login .form-control:focus { color:#626262; background-color:#fff;margin:0;border-color: #ff6166; outline: 0; box-shadow:none;margin-bottom: 1rem; }
.dop-converter-login .card-head{margin-bottom:2rem;}
.dop-converter-login .card-head p{max-width:80%;margin:0 auto;}
.dop-converter-login .text-muted{color: #989898; text-align: center; width: 100%; display: block; margin-top: .6rem;}
.dop-converter-login .card-bottom { border-top: 1px solid #e4e4e4; padding-top: .75rem; margin-top: 2rem; }
.dop-converter-login .card-bottom p {text-align: center; width: 100%; display: block; }
.dop-converter-login .card-bottom a{color:#ff6166;}
.dop-converter-login .btn-primary {color: #fff; background-color: #ff6166; border: 1px solid #ff6166; border-radius: 0.375rem; font-size: 1.25rem; padding: .61rem 1rem; display: block; width: 100%; font-weight: 700; }
.dop-converter-login .btn-primary:hover{color:#fff;background-color:#ed5156;border:1px solid #ed5156;}
@media (min-width:768px) {
  .dop-converter-login{margin:5rem 1rem;}
  .dop-converter-login .card{padding:3rem 3rem 1.5rem;}
  .dop-converter-login .card-head{margin-bottom:3rem;}
  .dop-converter-login .card-bottom{padding-top:1.5rem;margin-top:3rem;}
}
