
*:focus {outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}


div {
    position: relative;
    text-align: center;
    font-family: Rubik, sans-serif;
    background: transparent;
    color: #61777C;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.maindiv {
    width: 96vw;
    height: 100vh;
}

.clinic_title{
    width: 320px;
    height: 20px;
    margin: auto;
    top: 17%;
    font-size: 14pt;
}

.clinic_name{
    width: 780px;
    height: 50px;
    margin: auto;
    top: 18%;
    font-size: 38pt;
    cursor: pointer;
}

.er{
    width: 200px;
    height: 12px;
    margin: auto;
    top: 19%;
    font-size: 10pt;
    font-weight: 200;
    font-style: italic;
    color: red;
    text-align: center;
    visibility: hidden;
}

.frm {
    margin: auto;
    top: 20%;
     }

input {
    width: 240px;
    height: 35px;
    border: none;
    margin: auto;
    text-align: left;
    font-family: Rubik, sans-serif;
    background-color: #FFFFFF;
    color: #61777C;
    padding: 4px;
    font-size: 18pt;
    font-weight: 500;
}

.button{
    width: 305px;
    height: 28px;
    margin: 55px auto auto;
    border-radius: 8px;
    border: 2px solid rgba(30, 135, 118, 0.1);
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
}

.log_box{
    width: 320px;
    height: 50px;
    margin: 10px auto auto auto;
}


input[type=submit] {
    width: 300px;
    height: 25px;
    border: none;
    margin: auto;
    text-align: center;
    font-family: Rubik, sans-serif;
    background-color: transparent;
    color: inherit;
    font-size: 12pt;
    font-weight: 400;
    cursor: pointer;
   }


.star_box{
    width: 160px;
    height: 160px;
    border: none;
    margin: auto;
    top: 13%;
}

.star0{
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url("../imgs/star1.png");

    z-index: 3;
}

.star1{
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url("../imgs/star2.png");
    visibility: hidden;
    z-index: 3;
}

.star2{
    width: 8px;
    height: 8px;
    position: absolute;
    background-image: url("../imgs/star3.png");
    visibility: hidden;
    z-index: 3;
}

.subdiv{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.8;
    z-index: -1;
}
