@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
body {
    font-family: 'Lato', sans-serif;
}
.login_card {
    position: absolute;
    margin: auto;
    width: 300px;
    height: 360px;
    background-color: white;
    left: 50%;
    margin-left: -150px;
    
    position: relative;
    margin-top: calc(50vh - 280px);
    margin-top: calc(50vh - 320px);
    height: 465px;
    
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
}

#signup_card {
    margin-top: calc(50vh - 370px);
    height: 595px;
}

input {
    background-color: transparent;
    border-style: none;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    outline: none;
}
input:focus {
    outline: none;
}

.login_field {
    
    width: 80%;
    height: 45px;
    margin: auto;
    margin-top: 40px;
    
    text-align: center;
    font-size: 18px;
    color: black;
    
    
    background-color: #fff;
    border-radius: 15px;
/*    box-shadow: 1px 1px 6px 4px rgba(103, 103, 103, 0.6);*/
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
}

.login_button {
    
    width: 140px;
    height: 45px;
    margin: auto;
    margin-top: 40px;
    
    text-align: center;
    font-size: 20px;
    color: white;
    font-weight: 600;
    
    
    background-color: #16A9BD;
    background-color: #1a527e;
    
    border-radius: 15px;
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
}

.content {
    min-height: calc(100vh -56px);
/*    min-height: calc(100vh - 35px);*/
}
.footer_div {
    clear: both;
    position: relative;
    width: 100%;
/*    font-family: -apple-system, BlinkMacSystemFont, sans-serif;*/
    font-weight:normal;
    color: black;
    padding-top: 10px;
    height: 56px;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-top: 50px;
    
    background-color: #3077E1;
    background-color: transparent;
    
/*    z-index: 100;*/
    z-index: 10;
/*    background-color: rgb(238, 238, 238);*/
}

.forgotten_password_btn {
    text-decoration: none;
    color: #16A9BD;
    color: #1a527e;
    font-weight: 600;
}

/*Delete Outgoing Alert*/
.alert_notification_div {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    
    
    background-color: rgba(78, 78, 78, 0.73);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 101;
    
    display: none;
}

.alert_notification_background {
    position: fixed;
    width: 280px;
    height: 200px;
    margin: auto;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -140px;
    border-radius: 14px;
    
    background-color: white;
}

.alert_notification_title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 24px;
}

.alert_notification_text {
    text-align: center;
    width: 95%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
}

.alert_notification_link {
    text-decoration: none;
    color: #16A9BD;
    color: #1a527e;
    font-weight: 500;
/*    font-size: 20px;*/
}

.alert_notification_btn {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    
    font-size: 16px;
    font-weight: 700;
    background-color: #4b4b4b;
    width: 110px;
    height: 34px;
    border-radius: 10px;
    font-size: 18px;
    color: white;
    margin: auto;
}

#info_dismiss_button {
    position: fixed;
/*    background-color: #F4373C;*/
    background-color: #969696;
    left: 50%;
    margin-left: -115px;
}
#reset_password_dismiss_button {
    position: fixed;
/*    background-color: #F4373C;*/
    background-color: #969696;
    left: 50%;
    margin-left: -115px;
}

#info_agree_button {
    position: fixed;
    left: 50%;
    margin-left: 5px;
}