@font-face {
    font-family: "terry-junior";
    src: url("/content/fonts/Terry_Junior_W01_Deluxe.ttf");
}

@font-face {
    font-family: sunshineregular;
    src: url(/content/fonts/USAsuReg.ttf);
}

html,
body {
    /* height: 100%; */
    font-family: sunshineregular;
}

.top-header {
    height: 50px;
    background-color: #253f8e;
    vertical-align: middle;
}

.home-text {
    text-align: left;
    padding: 12px 40px;
}

.home-text>a {
    color: #ffffff;
}

.global-container {
    height: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* background-color: #f5f5f5; */
}

form {
    padding-top: 10px;
    font-size: 14px;
    margin-top: 30px;
}

.card-title {
    text-align: center;
    color: #253f8e;
    padding-top: 15px;
    /* font-size: 40px; */
    font-size: 34px;
}

.btn {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 400;
}

.login-form {
    width: 330px;
    margin: 20px;
}

.sign-up {
    text-align: center;
    padding: 20px 0 0;
    font-size: 12px;
    color: #939598;
}

.alert {
    margin-bottom: -30px;
    font-size: 13px;
    margin-top: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #5f7bb6;
    border-color: #5f7bb6;
}

.btn-primary:hover {
    color: #fff;
    background-color: #253f8e;
    border-color: #253f8e;
}

.card {
    border: none;
}

.logo {
    text-align: center;
}

.logo-text {
    font-family: terry-junior;
    font-size: 24px;
    color: #00aeef;
    vertical-align: middle;
    margin-left: 5px;
}

.activation-title {
    margin-top: 30px;
    color: #00aeef;
    font-weight: bold;
    line-height: 0.5;
}

.oops-text {
    font-size: 40px;
    color: red;
    font-weight: bold;
}