* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
    box-sizing: border-box;
}
body {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
}

form {
    width: 32%;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
    height: auto;
    background-color: #ffffff;
    padding: 30px;
    padding-top: 30px;
    /* border: 1px solid red; */
    position: relative;
    overflow: hidden;
}
 
form h1{
    color: #000;
}
form .inputgroup {
    background-color: #fff;
    height: auto;
    display: flex;
    flex-direction: column;
}

label {
    width: 100%;
    font-weight: 500;
    color: #ff9900;
    color: #151717;
    margin-top: 10px;
    font-size: 14px;
}
select {
    padding: 12px;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #666;
}
input::-webkit-input-placeholder{
    color: #666;
    font-size: 12px;
}
::placeholder {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
input {
    padding: 12px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
input:focus {
    outline: none;
    /*border:none;*/
}

inputForm:focus-within {
    border: 1.5px solid #2d79f3;
}


.agree{
    /* border: 1px solid red; */
    height: 40px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    
}
.agree p{
    font-size: 12px;
    margin-left: 10px;
    margin-top: 10px;
    color: #666;
}
.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.remember_me{
    /* border: 1px solid red; */
    width:50%;
    height: 40px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    
}
.remember_me p{
    font-size: 12px;
    margin-left: 10px;
    margin-top: 10px;
    color: #666;
}
.forgot_password {
    margin-top: 10px;
    font-size: 14px;
    margin-left: 5px;
    color: #2d79f3;
    font-weight: 500;
    cursor: pointer;
}
button[type="submit"] {
    width: 100%;
    background-color: #000;
    background-color: #ff9900;
    border: none;
    color: #fff;
    border-radius: 5px;
    height: 50px;
    cursor: pointer;
    margin-top: 10px;
}
.password_input{
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.password_input button{
    /* margin-top: 10px; */
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: none;
    cursor: pointer;
}
.password_input input{
    border: none;
    width: 100%;
    border-radius: 0px;
    margin-top: 0px;
}

.signuplink {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.signuplink a {
    color: #2d79f3;
}



.special_separator hr{
    background-color: #eee;
    height: 1px;
    border: none;
    width: 40%;
    border-radius:10px;
}
.special_separator{
    width: 100%;
    margin-top: 20px;
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
} 
.special_separator p{
    width: 20%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    text-align: center;
    /* border: 1px solid red; */
}
.or_title {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
    /* border: 1px solid red; */
}

.or_title hr {
    background-color: #ddd;
    width: 45%;
    height: 1px;
    border: none;

}

.or_title p {
    width: 10%;
    display: flex;
    color: #666;
    font-weight: 900;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #666; */
}

.login_with_google {
    width: 50%;
    margin-top: 10px;
}

.login_features i {
    color: #ff9900;
}

.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;
}


.info {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.reset_paragraph {
    width: 100%;
    margin-top: 20px;
    /* text-align: center; */
    font-size: 14px;
}
.info a {
    color: #2d79f3;
}

.welcome_para {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    /* text-align: center;   */
    font-size: 12px;
    color: #666;
}

hr{
    background-color: #ddd;
    height: 1px ;
    width: 100%;
    border: none;
}
.proceedtologin{
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #ff9900;
    color: #fff;
    font-size: 12px;
    display: flex;
    margin-top: 10px;
}
@media only screen and (max-width:912px) {
    form {
        width: 98%;
        /* padding: 10px; */
    }
}