@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");


body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
 
 
 
}

button, input, optgroup, select, textarea {
  font-family: "Lato", sans-serif;
}

/* Background */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: url("/rent-my-equipment/front_assets/images/background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    opacity: 0.5;
    z-index: -1;
}
.login-wrapper {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.card {
    width: 100%;
    max-width: 426px;
    border: 1px solid #DFDFDF;
    border-radius: 14px;
    box-shadow: 0px 4px 40px 0px #00000014;
    padding: 40px;
    background: #ffffff;
}

.login-card-logo {
    text-align: center;
}

.login-card-logo img {
    width: 140px;
    height: auto;
}

.login-title {
    font-size: 24px;
    font-weight: 600;
    color: #414141;
    text-align: center;
    margin-top: 30px;
}

.login-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #767676;
    text-align: center;

}

.login-form-group {
    margin-top: 13px;
}

.login-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    color: #414141;
    margin-bottom: 10px;
    margin-top: 12px;

}

.login-input {
 width: 100%;
  
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    background-color: #F9FAFB;
    padding: 10px;
        font-size: 14px !important;
    outline: none;


}

.login-input:focus {
    border: 1.5px solid #E76727;

}

.login-input::placeholder {

    font-weight: 400;
    font-size: 14px!important;
    line-height: 100%;
 
    color: #AAAAAA;
}

.verify-box {
    display: flex;
    align-items: center;
    margin: 15px;
    margin-left: 0px;
    gap: 5px;
}

.login-checkbox {
    height: 18px;
    width: 18px;
    border: 1px solid #E5E7EB;
}

.login-checkbox-label {
    font-weight: 400;
    font-size: 14px;
    color: #414141;
    line-height: 20px;

}

.login-verificarion-btn {
    width: 100%;
    height: 52px;
    border-radius: 6px;
    background-color: #E76727;
    border: none;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
    transition: 0.3s;
}

.login-redirect {
    margin-top: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #414141;
}

.login-redirect-link {
    color: #E76727;
    text-decoration: none;
}
.verify-box {
    display: flex;
  
    gap: 8px;
    margin: 15px 0;
}

.login-checkbox {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    margin-top: 3px;
}

.login-checkbox:checked {
    background-color: #E76727;
    border-color: #E76727;
}

.login-checkbox:checked::after {
       content: "✔";
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: 1px;
    left: 3px;
}
/* otp */

.otp-form-group {
    margin: 30px 30px;
}

.otp-input {
    width: 49.5px;
    height: 50px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background-color: #F9FAFB;
    padding: 12px 0px 12px 18px;
    font-size: 18px;
    font-weight: 600;
    color: #414141;
    outline: none;

}

.otp-input:focus {
    border: 1.5px solid #E76727;

}
