
.main-content{
    margin-top: 100px;
}

.reg-form {
    width: 300px;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    /* font-family: Tahoma, Geneva, sans-serif; */
}
.reg-form h1 {
    text-align: center;
    color: #4d4d4d;
    font-size: 28px;
    padding: 60px 0 20px 0;
}
.reg-form input[type="password"],
.reg-form input[type="text"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    box-sizing:border-box;
}
.reg-form input[type="submit"] {
    width: 100%;
    padding: 15px;
    background-color: #11c019;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;

    font-family: Montserrat, sans-serif;
    font-weight: bold;
    color: #ffffff;

}
#credo {
    padding: 0px 0px 0px 0px;
    position:fixed;
    text-align: left;
}
.reg-form {
    width: 1024px;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;

    /* font-family: Tahoma, Geneva, sans-serif; */
}
.reg-form h1 {
    text-align: center;
    padding-top: 10px;
    color: #4d4d4d;
    font-size: 20px;
    text-transform: capitalize;
    padding: 60px 0 20px 0;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    }
.reg-form h3 {
    text-align: center;
    color: #4d4d4d;
    font-size: 10px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 5px;

}
.reg-form input[type="password"],
.reg-form input[type="tel"],
.reg-form input[type="email"],
.reg-form input[type="text"] {
    width: 100%;
    border: 0.5px solid #8d8c8c;
    border-radius: 4px;
    margin-bottom: 15px;
    box-sizing:border-box;
    padding: 12px 20px;
    margin: 8px 0;
    font-size: 20px;

}
.reg-form input[type="submit"],
#new_pat_button{
    width: 100%;
    padding: 15px;
    background-color: #8d8e8d;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    color: #ffffff;

}
.footer{
    position:fixed;
    bottom:0px;
    left: 50%;
    font-size:5px;
    font-family: Montserrat, sans-serif;

}
#message_panel{ display:block; width:100%; position:fixed; bottom:10px; z-index:9999; text-align:center;margin: 0 auto; left: 50%;transform: translate(-50%, -50%);}
#message_panel .content{ display:inline; margin:auto; background-color:#000000; color:#ffffff; font-size:small; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:2rem; padding: 0.5rem 2rem;}

#profile_panel{ display:block; width:100px; position:fixed; top:10px; z-index:0; text-align:center; left: 1000px; }
#profile_panel .profile_panel_content{ display:inline; margin:auto;color:#545151; font-size:small; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:2rem; padding: 0.5rem 2rem;}

#top_panel{
margin-right:120px;
width: 90%;
font-size:0.9rem;
display:block;
top:5px;
position:fixed;
background-color:rgba(121, 117, 117, 0.6);
color: #ffffff;
z-index:1001;

line-height:1rem;
padding: 0.5rem 1rem;
}

#logout{
position: relative;
float: right;margin-left:100em;
}
#login{
position: relative;
float: right;margin-left:100em;
}
#account{
position: relative;
float: right;margin-left:100em;
}
#register{
position: relative;
float: right;margin-left:100em;
}
