@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body.dayim-wrapper {
    
    background-repeat: no-repeat;
    font-family: "Montserrat", serif !important;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
.login-container{ 
  background: url('../images/login-bg.png') no-repeat center center !important;
  background-size: cover !important;
 height: 100%;
}
.card {
    border-radius: 60px 0 0 60px !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.card-body {
    padding: 30px 30px 10px 30px !important;
}

.inner-card{
    background-color: #F9B21B;
    padding: 30px;
    border-radius: 15px;
}
.sign-in{
    border-radius: 4px;
    background: #050953;
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

.loginpage a{
    text-decoration: none;
    color: #050953 !important;
    font-size: 14px;
    font-weight: 500;
}
.heading{
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 0 0 0;
}
.heading span{
    color: #050953;
    font-size: 24px;
    font-weight: 800;
}
 input::placeholder {
    font-size: 14px; /* Adjust the font size as needed */
  }

  .form-label {
    font-size: 14px;
    font-weight: 500;
  }

  .form-check label {
    font-size: 14px;
    font-weight: 500;
  }
  .form-check{
    padding-bottom: 15px !important;
  }
  .desc{
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
  }
  .form-select{
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  .form-check-input:checked{
    background-color: #050953 !important;
    border: none;
  }
  .loginError {
    text-align: center;
    color: #ff0000;
    font-weight: bold;
    padding: 0 0 10px 0;
}
.input-group-text {
  background-color: #FFFFFF;
  border: none;
}
.form-select{
  border: none;
}
.form-control{
  border: none;
}
.loginpage i{
  font-size: 18px;
}
