﻿html {
    width: 100vw;
    height: 100vh;
}

body {
    width: 100%;
    height: 100%;
    background-color: #f4f5fa;
    display: flex;
    justify-content: center;
}

.rope-page {
    margin-top: 89px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
}

.rope-logo {
    height: 89px;
    object-fit: contain;
    margin-bottom: 55px;
}

.rope-card {
    min-width: 610px;
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.12);
    height: fit-content;
    background-color: rgb(255, 255, 255);
    padding: 32px;
}

.rope-card--header {
    display: flex;
    align-items: center;
    margin: 0px;
    font-family: Roboto !important;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.6);
    text-transform: capitalize;
}


.rope-card--content {
    padding-top: 16px;
}

.rope-text {
    font-family: Roboto !important;
    font-size: 20px;
    letter-spacing: 1.5px;
    color: rgba(0, 0, 0, 0.6);
}

.rope-form-group {
    margin-bottom: 24px;
}

.rope-input--label {
    padding: 0px 0px 0px 8px;
    font-family: Roboto Condensed !important;
    text-transform: uppercase;
    font-size: 16px !important;
    letter-spacing: 1.5px !important;
    color: rgba(0, 0, 0, 0.6) !important;
    text-transform: capitalize;
}

input:-webkit-autofill::first-line {
    font-family: Roboto;
    font-size: 18px;
    letter-spacing: 1.5px;
    color: rgba(0, 0, 0, 0.87) !important;
}

.rope-input {
    height: 55px;
    box-shadow: none !important;
    font-family: Roboto;
    font-size: 18px;
    letter-spacing: 1.5px;
    color: rgba(0, 0, 0, 0.87) !important;
}

.rope-button {
    font-family: Roboto Condensed !important;
    font-size: 20px !important;
    letter-spacing: 2px !important;
    margin-right: 12px;
    margin-top: 12px;
    box-shadow: none !important;
    border: 0;
}

.rope-button--primary {
    background-color: #03a9f4 !important;
    color: #e1f5fe !important;
}

.rope-button--primary:hover {
    background-color: #81d4fa !important;
    color: #e1f5fe !important;
}

.rope-button--primary:focus {
    background-color: #81d4fa !important;
    color: #e1f5fe !important;
}

.rope-button--primary:active {
    background-color: #0277bd !important;
    color: #e1f5fe !important;
}

.rope-button--secondary {
    background-color: inherit !important;
    color: rgba(0, 0, 0, 0.6) !important;
}

.rope-button--secondary:hover {
    background-color: inherit !important;
    color: rgba(0, 0, 0, 0.87) !important;
}

.rope-button--secondary:focus {
    background-color: inherit !important;
    color: rgba(0, 0, 0, 0.87) !important;
}

.rope-button--secondary:active {
    background-color: inherit !important;
    color: rgba(0, 0, 0, 0.87) !important;
}


.welcome-page .logo {
    width: 120px;
}

.icon-banner {
    width: 32px;
}

.body-container {
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

.grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold;
}

.grants-page .card .card-title img {
    width: 100px;
    height: 100px;
}

.grants-page .card label {
    font-weight: bold;
}
