@import url(css/animate.css);
@import url(css/flaticon.css);
@import url(css/font-awesome.min.css);





/* salfu */


/* Login */


.login {
    background: #eee;
}

.full_height {
    height: 100vh;
}

.login_section {
    max-width: 640px;
    background: #fff;
    min-height: 540px;
    width: 100%;
    box-shadow: 0px 0 10px -8px #000;
    margin: 0px;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.logo_login {
    background: url('images/layout_img/login_image1.jfif');
    padding: 50px 0;
    background-position: center center;
    position: relative;
}

.logo_login::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(21, 40, 60, .8);
    top: 0px;
    left: 0;
}

.logo_login div {
    position: relative;
    z-index: 1;
}

.login_form {
    padding: 50px 50px;
    float: left;
    width: 100%;
}

.login_form form {
    float: left;
    width: 100%;
}

.login_form form .field {
    display: flex;
    margin: 0;
}

.login_form form .field label.label_field {
    margin: 0 30px 0 0;
    width: 115px;
    line-height: 45px;
    text-align: right;
    height: 45px;
    font-weight: 300;
    font-size: 15px;
}

.login_form form .field {
    display: block;
    margin: 0 0 20px;
}

.login_form form .field input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #ddd 2px;
    width: 395px;
    float: right;
    padding: 10px;
    line-height: normal;
    font-weight: 300;
    transition: ease all 0.5s;
}

.login_form form .field input:hover,
.login_form form .field input:focus {
    box-shadow: none;
}

.login_form .field label.form-check-label .form-check-input {
    width: auto;
}

.hidden {
    visibility: hidden;
}

.login_form .field label.form-check-label {
    margin-left: 20px;
    position: relative;
    top: 0;
}

.forgot {
    float: right;
    margin: 11px 0;
    position: relative;
    left: 0;
    color: #ff5722;
}

      .login-container {
         position: relative;
         
         
      }
      .login-container input {
         padding-right: 30px;
         width: 100%;
         height: 50px;
         border-radius: 10px;
         margin: 10px;
      }

        .password-container {
         position: relative;
      }

      .password-container i {
         position: absolute;
         right: 10px;
         top: 50%;
         transform: translateY(-50%);
         cursor: pointer;
      }

/* Register */
.form-container {
    max-width: 500px;
    margin: 20px auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-container h3 {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
    font-size: 28px;
}

.input-group {
    position: relative;
    margin-bottom: 25px;
    float: center;
}

.input-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
}

.input-group fas fa-eye{
    position: absolute;
    right: ;: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
}
.box{
    float: center;
}

.input-group input {
    width: 90%;
    padding: 12px 15px 12px 45px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s;
}

.input-group input:focus {
    border-color: #ff5722;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}

.btn {
    width: 100%;
    padding: 12px;
    background: #ff5722;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn:hover {
    background: #ff5722;
}

.social-login {
    margin: 20px 0;
    text-align: center;
}

.social-login p {
    margin-bottom: 15px;
    color: #777;
    position: relative;
}

.social-login p::before,
.social-login p::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30%;
    height: 1px;
    background: #ddd;
}

.social-login p::before {
    left: 0;
}

.social-login p::after {
    right: 0;
}

.social-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.social-btn i {
    margin-right: 8px;
    font-size: 18px;
}

.google-btn {
    background: #DB4437;
}

.google-btn:hover {
    background: #c23321;
}

.facebook-btn {
    background: #4267B2;
}

.facebook-btn:hover {
    background: #365899;
}

.profile-pic-container {
    text-align: center;
    margin-bottom: 20px;
}

.profile-pic-preview {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ff5722;
    margin-bottom: 10px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #555;
}

.profile-pic-label {
    display: inline-block;
    padding: 8px 15px;
    background: #ff5722;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.profile-pic-label:hover {
    background: #ff5722;
}

.profile-pic-input {
    display: none;
}

p {
    text-align: center;
    margin-top: 20px;
    color: #777;
}

p a {
    color: #ff5722;
    text-decoration: none;
}

p a:hover {
    text-decoration: underline;
}

