.login_text{
    justify-content: center;
    text-align: center;
    font-size: 120%;
    font-bolt: false;
    color: #061e46;
    font-family: "Montserrat", sans-serif;
}

.loginform{
    display: flex;
    justify-content: center;
}

.login_label {
    font-size: 80%;
    color: #061e46;
    font-family: "Montserrat", sans-serif;
}
.login_label td {
    padding-top: 10px;
}

.login{
   background:rgb(0, 153, 255);
   color: white;
   height: 30px;
   width: 400px;
   border: none;
   outline: none;
   font-size: 75%;
   font-family: "Montserrat", sans-serif;
}

.password{
   background: rgb(0, 153, 255);
   color: white;
   height: 30px;
   width: 400px;
   border: none;
   outline: none;
   font-size: 75%;
}

.login_submit{
   font-size: 80%;
   font-weight: bold;
   background: rgb(0, 79, 218);
   color: white;
   height: 30px;
   width: 400px;
   outline: none;
   border: none;
   cursor: pointer;
   font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
    .login{
       height: 60px;
       width: 90%;
       border: none;
       outline: none;
       font-size: 150%;
    }

    .login::placeholder {
        font-size: 70%;
    }
    .login_text {
        justify-content: left;
        text-align: left;
        font-size: 100%;
        font-bolt: false;
    }
    .login_label {
        font-size: 90%;
    }
    .password{
       height: 60px;
       width: 90%;
       border: none;
       outline: none;
       font-size: 150%;
    }

    .login_submit{
       font-size: 120%;
       height: 60px;
       width: 90%;
       margin-bottom: 10px;
    }}