
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");

*{
  font-size: 15px;
}

.input-group{
  font-size: 14px;
}

body{
    font-family: 'Poppins', sans-serif;
    background: #a7a7a749;
}
/*------------ Login container ------------*/
.box-area{
    width: 930px;
}
/*------------ Right box ------------*/
.right-box{
    padding: 40px 30px 40px 40px;
}
/*------------ Custom Placeholder ------------*/
::placeholder{
    font-size: 16px;
}
.rounded-4{
    border-radius: 20px;
}
.rounded-5{
    border-radius: 30px;
}
/*------------ For small screens------------*/
@media only screen and (max-width: 768px){
     .box-area{
        margin: 0 10px;
     }
     .left-box{
        height: 100px;
        overflow: hidden;
     }
     .right-box{
        padding: 20px;
     }

     .con_img{
      box-shadow: 0 6px 8px rgba(86, 86, 86, 0.147);
     }
}

.con_img{
  background: #593bdb;
}

.btn-primary {
  color: #fff;
  background-color: #593bdb;
  border-color: #593bdb;
}

.btn-primary:hover {
  color: #fff;
  background-color: #4425cb;
  border-color: #4123c0;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 88, 224, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #593bdb;
  border-color: #593bdb;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4123c0;
  border-color: #3d21b5;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 88, 224, 0.5);
}

a{
  text-decoration: none;
  color: #3d21b5;
}

#spinner-div {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.spinner-border {
  margin: auto;
}


.inp_form {
  border: 1px solid #b8b8b8;
}

b{
  font-size: 30px;
  color: #593BDB;
}