.form_content {
    padding: 10px;
    border-radius: 10px;
    width: 350px;
    min-width: 250px;
    -webkit-box-shadow: 1px 1px 25px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 1px 1px 25px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 1px 1px 25px 0px rgba(0, 0, 0, 0.20);
    border-bottom: solid 10px #EC1D25;
}

.myForm {
    padding: 20px;
}

.form_content input {
    border: none;
    border-bottom: solid 1px #bababa;
    border-radius: 0px;
    padding-left: 30px;
    font-size: 17px;
}

.form_content input:focus {
    outline: none;
}

#user_label {
    z-index: 99;
    margin-top: -45px;
    float: left;
    font-size: 20px;
    padding: 2px 5px;
    color: #bababa;
}

#error_msg {
    display: none;
    text-align: center;
    color: white;
    background-color: #EC1D25;
    -webkit-box-shadow: 1px -1px 18px 0px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 1px -1px 18px 0px rgba(0, 0, 0, 0.46);
    box-shadow: 1px -1px 18px 0px rgba(0, 0, 0, 0.46);
    padding: 5px;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-iteration-count: 4;
    -moz-animation-iteration-count: 4;
    -webkit-animation-iteration-count: 4;
}

.form_content #login_now {
    text-align: center;
    background-color: #2F4858;
    color: white;
    border-radius: 3px;
    border: solid 1px transparent;
    transition: 1s;
    width: 100%;
    text-transform: uppercase;
}

.form_content #login_now:hover {
    border: solid 1px #2F4858;
    background-color: transparent;
    color: #2F4858;
}

.form_content #signup_btn {
    text-align: center;
    background-color: transparent;
    color: #2F4858;
    border-radius: 3px;
    border: solid 1px #2F4858;
    transition: 1s;
    width: 100%;
    text-transform: uppercase;
}

.form_content #signup_btn:hover {
    background-color: #2F4858;
    color: white;
    border-radius: 3px;
    border: solid 1px #2F4858;
}

.btn_row {
    display: flex;
    justify-content: space-between;
}

.forgot_pass {
    text-align: center;
}

.forgot_pass a {
    color: #354F7B;
    text-decoration: none;
    transition: 1s;
}

.forgot_pass a:hover {
    text-decoration: none;
    color: #EC1D25;
}

.under_line {
    border-bottom: solid 3px red;
    width: 40px;
    text-align: center;
}

#user_label_error {
    z-index: 99;
    margin-top: -45px;
    float: right;
    font-size: 20px;
    padding: 2px 5px;
    color: #db2020;
}

.under_line {
    border-bottom: solid 3px red;
    width: 40px;
    text-align: center;
}

#user_label_error {
    z-index: 99;
    margin-top: -45px;
    float: right;
    font-size: 20px;
    padding: 2px 5px;
    color: #db2020;
}

.under_line {
    border-bottom: solid 3px red;
    width: 40px;
    text-align: center;
}    -o-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-iteration-count: 1;
}