﻿* {
    margin: 0;
    padding: 0;
   
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    background: linear-gradient(122.6deg, #e2fbf0, #d0e6fd); /* Gradient background */
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
}

.container {
    display: flex;
    flex-direction: column;
}

.login-main {
   
    justify-content: center;
    padding: 20px;
    
    border-radius: 10px;
    width: 400px;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}



.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width:100%;
}


.input {
    background-color: #d0e6fd;
    height: 40px;
    border-radius: 5px;
    width: 100%;
    border:none;
    padding-left:10px;
    margin-bottom:20px;
    border:1px #c6e0fc solid;
}

.submit-btn {
    background-color: #05bebf;
    height: 40px;
    border-radius: 5px;
    width: 100%;
    border: none;
    padding-left: 10px;
    margin-bottom: 10px;
    border: 1px #019e9f solid;
    color:#000;
    font-size:16px;
    font-weight:500;
}

    .submit-btn:hover {
        background-color: #00a5a6;
        height: 40px;
        border-radius: 5px;
        width: 100%;
        border: none;
        padding-left: 10px;
        margin-bottom: 10px;
        border: 1px #00a5a6 solid;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }

.fnt1 {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.signin {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #00a5a6;
    font-size:24px;
}

.change {
    float: right;
    color: #00a5a6;
}

.forget {
    
    color: #00a5a6;
}

.text1{
    color: #00a5a6;
    
}



.ot-btn {
    background-color: #05bebf;
    height: 40px;
    border-radius: 5px;
    width: 100%;
    border: none;
    padding-left: 10px;
    margin-bottom: 10px;
    border: 1px #019e9f solid;
    color: #000;
    font-size: 14px;
    font-weight: 500;
     bottom:10px;
     position:relative;
}

    .ot-btn:hover {
        background-color: #00a5a6;
        height: 40px;
        border-radius: 5px;
        width: 100%;
        border: none;
        padding-left: 10px;
        margin-bottom: 10px;
        border: 1px #00a5a6 solid;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }

.btn-forget{
    
    height: 40px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    
}


.forget-bg{
    background-color: #fff; /* White background for the form */
    padding: 30px;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    max-width: 500px; /* Limit the width of the form */
    margin: 30px auto; /* Center the form with top margin */
    min-height: 550px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
}

.mb1
{
    margin-bottom:20px;
}

.mt1 {
    margin-top: 25px;
}


.change-password {
    background-color: #fff; /* White background for the form */
    padding: 30px;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    max-width: 500px; /* Limit the width of the form */
    margin: 60px auto; /* Center the form with top margin */
    width:400px;
}

input::placeholder {
   
    font-size:14px;
}