    #forgot-box,#loader {
        display: none;
    }

    .error {
        color: #012a4a;
        font-weight: 600;
    }

    body{
        font-family: 'Roboto';
        text-align: center;
        position: absolute;
        vertical-align: center;
        width: 100%;
        background-color: #012a4a;
        color: #ffffff;
    }

    label,h3,hr {
        color: #012a4a;
        text-align: left;
        font-weight: bold;
    }

    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    a {
        color: #012a4a;
        text-decoration: none;
    }

    .btMenu {
        color: white;
        font-weight: 600;
    }

    .logo {
        object-fit: none;
        object-position: left top;
    }