
#request_section, #resetting_section {
    margin:auto auto;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 10px;
    width:95%;
    min-width: 250px;
    max-width: 450px;
    max-width: 600px;
    margin:50px auto;
    box-sizing: border-box;
}

legend {
    color:green;
    padding:7px 15px;
    border:1px solid lightgray;
    border-radius:3px;
    font-weight: bold;           
}
.elmt_section {
    display:flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.elmt_section label{
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 35px;
}
#telephone, #code, .password {
    border:1px solid lightgray;
    padding:10px;
    border-radius: 3px;
    padding-right:20px;
    padding-left:10px;
    box-sizing: border-box;
}
#telephone, .password {
    width:95%;
    min-width: 225px;
    max-width: 300px;
}
#code {
    width: 125px;
}
#telephone:hover, #code:hover, .password:hover {
    border: 2px solid rgb(0, 140, 230);
}
#telephone:focus, #code:focus, .password:focus {
    border: 0 solid rgb(0, 140, 230);
    box-shadow: 0 0 15px 1px rgb(0, 140, 230);}

#request_button, #reset_button {
    border:0 solid white;
    padding: 10px 55px;
    border-radius: 3px;
    background-color: rgb(0, 153, 230);
    color:white;
    margin: 20px auto 10px auto;
}
#request_button:hover, #reset_button:hover {
    background-color: rgb(0, 140, 230);
}
#account_type_selector {
    padding: 10px 15px;
    border-radius: 5px;
    border:1px solid lightgray;
    display: block;
    margin: 15px 0;
    margin-bottom: 25px;
    width: max-content;
}
.ind {
    font-size: 12px;
    color: dimgray;
}
.time_count_down_section {
    font-size: 13px;
    color: dimgray;
    margin-top: 50px;
    margin-bottom: 25px;
}
.time_count_down_display {
    width: 75px;
    text-align: center;
    font-size: 12px;
    color: dimgray;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 3px 5px;
    display: inline-block;
    margin-left: 10px
}
@media only screen and (max-width:602px){
  
    .elmt_section {
        font-size: 12px;
    }
    #request_section p, #resetting_section p {
        font-size:11px;
    }
    #telephone, #code, .password {
        font-size:12px;
    }
    #request_button, #reset_button {
        
        padding: 7px 25px;
        font-size: 12px;
        
    }
   
}
