* {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #8c8c8c;
}

nav.navbar {
    padding-left: 30px;
    padding-right: 30px;
}

.blue-text {
    color: #00a4e4;
}

#plzSingIn {
    font-size: 28px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #00a4e4;
}

.btn-blue {
    background-color: #00A4E4;
    border: 1px solid #00A4E4;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #ffffff;
    font-weight: bold;
}

.btn-blue:focus, .btn-blue:hover {
    background-color: #ffffff;
    border: 1px solid #00A4E4;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #00A4E4;
    cursor: pointer;
    outline: 0;
    /* line-height: 1.472; */
}

.btn-white, .btn-white:focus, .btn-white:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #00A4E4;
    font-weight: bold;
}

.line {
    height: 0.75px;
    width: 100%;
    background-color: #8c8c8c;
    margin: 10px;
}

.term-container a {
    font-size: 11px;
}

.bg-blue-gradient {
    background: #00A4E4;
background: linear-gradient(139deg, rgba(0, 164, 228, 1) 40%, rgba(42, 182, 237, 1) 69%, rgba(125, 218, 255, 1) 100%);
}