@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
    font-family:  'Open Sans', sans-serif;
}

.container {
    width: 360px;
    height: 400px;
    margin: 3% auto;
    background: #FCFCFC;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.359);
}

h3 {
    text-align: center;
    margin-bottom: 30px;
    color: black;
}

#head {
    color: white;
    margin-left: -40px;
}

.container form {
    margin-top: 30px;
    width: 280px;
    position: absolute;
    top: 100px;
    left: 40px;
    transition: 0.6s ease;
}

form input {
    outline: none;
    border-bottom: 1.3px solid black;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    padding: 10px 5px;
    margin: 8px 0;
    background: transparent;
}

::placeholder {
    color: #777;
}

.btn-box {
    width: 100%;
    /* margin: 30px auto; */
    margin-top: 6%;
    text-align: center;
}

form button:hover {
     /*background: rgba(10, 134, 66, 0.59); */
    background:  rgb(70, 62, 32);
    color: black;
    font-weight: bold;
    transition: ease 0.6s;
}

form button {
    width: 110px;
    height: 35px;
    margin: 0 10px;
    background: white; 
    border-radius: 6px;
    outline: none;
    color: black;
    cursor: pointer;
    border: 1px solid black;
}

input:is(focus),
select:is(focus) {
    border-bottom: solid 2px black;
    transition: ease 0.8s;
}

label {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

input[type=checkbox]{
    flex: none;
}

#Form2 {
    left: 450px;
}

.step-row {
    width: 360px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-shadow: 0 -1px 5px -1px #000;
    position: relative;
   
}

.step-col {
    width: 100%;
    text-align: center;
    color: black;
    position: relative;
    font-weight: bold;
}

#progress {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(64, 64, 64, 0.608);
    transition: ease 0.6s;

}

#forgot { 
    font-size: 11px;
    display: absolute;
    margin-top: 3px;
    color: black;
}

select {
    width: 100%;
    outline: none;
    border: 0px;
    border-bottom: 1.3px solid black;
    background: none;
}

.list {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    color: black;
    outline: none;
    height: 42px;
    margin: 8px 0;
    width: 100%;
}

#head, #head2 {
    cursor: pointer;
}

  body {  
            background: #FCFCFC;
            /* background: rgb(237, 231, 222) !important; */
        }

        h3 {
            font-size: 22px !important;
            font-weight: bold !important;
            margin-bottom: 6% !important;

        }

        .container {
            overflow: none;
            width: 360px !important;
            box-shadow: 1px 3px 10px 3px rgba(1, 1, 1, 0.1);

        }

    form li {
        text-decoration: none;
        list-style: none;
    }

    .show { 
    width: auto;
    margin: -15px 0px 20px -36px;
    }

    .show label {
    float:left;
    margin: 0px 0px;  
    font-size: 10px;
    margin-left: 10px;
    }

    .txt {
    margin-left: -20px;
    margin-top: 30%;
    font-size: 10.3px;
    }

    #Form1 {
    margin-top: -15px;
    }

    #Form2 {
    margin-top: -19px;
    }

    input[type=date]{
    /*margin-top: -10px;*/
    width: 100%;
    }

    #datetext {
        transition: ease 0.4s;
        /*margin-top: -10px;*/
        width: 100%;
        border-top: none;
        border-left: none;
        border-right: none;
        width: 100%;
        padding: 10px 5px;
    }

    .dateclass {
        width: 100%;
    }

    .step-row {
        width: 100%;
        margin-left: -4%;
        width: 400px;
    }

    #progress {
        background: rgb(70, 62, 32);
    }

    #progress::after {
    border-left : 20px solid rgb(70, 62, 32);
    }

    .list {
        font-size: 16px;
    }

    form input {
        font-size: 16px;
    }
    
    form button:hover {
        background-color: #b8b092; 
    }

    #forgot { 
        font-size: 11px;
        display: absolute;
        margin-top: 3px;
        color: #745d1c;
    }

    a {
        text-decoration: none !important;
    }

    #forgot:hover { 
        color: #745d1c;
        font-weight: 600;
        padding-bottom: 1px;
        transition: ease 0.8s;
    }

    .container #Form1, 
    .container #Form2 {
        margin-top: -50%;
        width: 280px;
        position: absolute;
        top: 100px;
        /* left: 40px; */
        transition: 0.6s ease;  
}
    
    
