 
.btn-primary {
    font-family: "DIN NEXTTM ARABIC";
    height: 50px;
    /* line-height: 70px; */
    display: inline-block;
    padding: 10px 50px;
    background: #043577!important;
    color: #fff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0.3rem;
}
label {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    padding: 4px;
}
.arrow10 {
    float: right;
    /* font-size: 30px; */
    padding: 0;
    min-width: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    line-height: 40px;
    border-radius: 50%;
    background-color: #f5f6f7;
    display: inline-block;
    /* color: green; */
    text-align: center;
    margin-left: 10px;
    padding-top: 5px;
    text-align: center;
} 
.container10 {
  display: flex;
  margin: 20px;
}

.left-section {
  flex: 1;
  background-color: white;
  background-image: url('train.jpg?dummy=5');
  background-size: cover;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.right-section {
  flex: 1;
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  text-align: right;

}
.left2-section {
    flex: 1;
    background-color: white;
    background-image: url('login.jpg');
    background-size: cover;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  }
.right-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    margin-right: 30px;
    margin-top: 20px;
  }
  .btn-animated{
    background-color: #EDEDED;
    padding: 12px;
    border: none;
    /* margin: 15px; */
    width: 80%;
    border-radius: 20px;
    margin: auto;
    display: block;
  }

  .btn-animated:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;

  }
  .icon {
    display: inline-block;
    font-size: 1em;
    color: white;
    padding: 0.5em;
    border-radius: 50%;
    background-color: black;
    margin-right: 12px;
    margin-bottom: 12px;

    transition: all 0.2s ease-in-out;
  }
  
  .icon:hover {
    color: #fff;
    background-color: black;
  }
  
/* form-group */
.form-group label{
    display: block;
    font-size: 1.0rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    padding: 4px;
    font-size: 14px;
  }
  .form-group  {
      margin: auto;
      margin-bottom: 10px;
    width: 90%;
    padding: 1px 2px;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;

  }
  .form-group:focus{
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  /* form-control */
  .form-control2 {
    text-align: right;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #EDEDED;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .form-control  {
    display: block;
    text-align: right;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #EDEDED;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  /* form-check */
.form-check-label {
    padding-right: 0;
}
  .form-check-label {
    position: relative;
    padding-left: 2.5rem;
    font-size: 32px;
    color: #555;
    cursor: pointer;
  }
  
  .form-check-label::before {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 1.75rem;
    height: 1.75rem;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  
  .form-check-input:checked + .form-check-label::before {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 1.75rem;
    height: 1.75rem;
    background-color: #EDEDED;
    border: none;
    border-radius: 0.25rem;
  }
  
  .form-check-input:focus + .form-check-label::before {
    outline: none;
    box-shadow: 0 0 0 1px #20c997;
  }
  
  .form-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 0;
  }
  
/* Login */
.login-message {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.5;
    text-align: right;
  }
  .login-message-btn {
    background-color: gray;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
  }
  p {
    font-size: 18px;
    color: #333;
  }
  
  .line {
    border-top: 1px solid black;
    margin: 20px 0;
  }
  .m-all{
    margin: 20px;
  }

  /* alert */

.alert {
  background-color: rgb(172, 70, 70);
  border: 1px solid black;
  padding: 10px;
  padding: 15px;
  margin: 20px;
  color: white;
}
a {
    text-decoration: none;
    border-bottom: none;
    color: #8B7E74;
  }
  a:hover {
    text-decoration: none;
    border-bottom: none;
    color: black;

  }
/* Media query for screens smaller than 768px */
@media screen and (max-width: 768px) {
  .container10 {
    flex-direction: column;
    margin: 10px;

  }
  
  .left-section {
    height: 50vh;
  }
  
  .right-section {
    height: 50vh;
  }
  .form-group{
    margin: auto;
    margin-bottom: 10px;
  width:80%;
  }
  .form-control2{
    /* width: 90%; */
  }
}
@media only screen and (max-width: 768px) {
    .btn-animated {
        width: 80%;
        /* padding: 10px; */
        /* font-size: 32px; */
    }
}
@media only screen and (max-width: 480px) {
    .btn-animated {
        width: 100%;
        padding: 8px;
        font-size: 32px;

    }
}