﻿@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300&display=swap');
.form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #ffffff;
    padding: 30px;
    width: 350px;
    border-radius: 20px;
    font-family: 'Readex Pro', sans-serif;
    font-weight: 300;
    font-style: normal;
}



.form button {
    align-self: flex-end;
}
.flex-column{
    direction: rtl;
}
.flex-column > label {
   align-self: flex-end;
    color: #151717;
    font-weight: 600;
}

.inputForm {
    border: 1.5px solid #ecedec;
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    transition: 0.2s ease-in-out;
    background-color: #0b6fb7;
    margin-bottom: 20px;
}
.inputForm svg {
  color: #2d79f3;
}
.input {
    margin-left: 10px;
    border: none;
    width: 100%;
    height: 95%;
    
}

.input:focus {
        outline: none;
    }

 

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

    .flex-row > div > label {
        font-size: 14px;
        color: black;
        font-weight: 400;
    }

.span {
    font-size: 14px;
    margin-left: 5px;
    color: #2d79f3;
    font-weight: 500;
    cursor: pointer;
}
.xdata{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 0 0 20px;
}
.xdata ul{
    align-self: center;
    width: 100%;
    padding: 0;
}
.button-submit {
    margin: 20px 0 10px 0;
 
    border: none;
    color: #0f0f0f;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    height: 70px;
    width: 100%;
    cursor: pointer;
    font-family: 'Readex Pro', sans-serif;
    font-weight: 300;
    font-style: normal;
}
 

.p {
    text-align: center;
    color: black;
    font-size: 14px;
    margin: 5px 0;
}

.btn {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    gap: 10px;
    border: 1px solid #ededef;
    background-color: white;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

    .btn:hover {
        border: 1px solid #2d79f3;
    }

.loginpage{
   display: flex;
   justify-content: center;
   padding: 100px 0 0 0;
   background-size: cover;
   background-repeat: no-repeat;
   height: 100vh;

}
.flex-row a{
    text-decoration: none;
    text-transform: uppercase;
    color: #5a7373;
    font-size: 14px;
    font-weight: 500;
}
.flex-row a i {
    color: #0f0f0f;
    font-size: 20px;
    margin-right: 10px;
}
.flex-row{
    display: flex;
    justify-content: space-around;
}
.form a{
    text-decoration: none;
    text-align: center;
    align-self: center;
    align-items: center;
    padding: 12px;
    width: 100%;
}