.background-darkblue {
    background-color: white;
    height: 100vh;
    width: 100vw;
    max-width: 100vw;
}

.logo-rl-blue {
    max-width: 340px;
}

.connecting{
    color: #2AA3FF;
}

@font-face {
    font-family: 'Open Sans v13';
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

.connecting-rl{
    text-align: center;
    font-family: 'Open Sans v13';
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    font-style: normal;
    font-variant: normal;
    letter-spacing: 0px;
}

.redirect-text-rl {
    font-family: 'Open Sans v13';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: normal;
}

.redirect-text-rl .subConnecting2 {
    color: #005596;
}

.subConnecting1{
    color: #000000;
}
.subConnecting2{
    color: #2AA3FF;
}
@media(max-width:960px){
    .loader{
        width: 25%;
    }
    .logo{
        width: 65%;
    }
    .connecting {
        font-size: 18px;
    }
    .subConnecting1 {
        font-size: 14px;
    }
    .subConnecting2 {
        font-size: 14px;
    }
}
@media(max-width:960px) and (orientation:landscape){
    .loader{
        width: 15%;
    }
    .logo{
        width: 45%;
    }
    .connecting {
        font-size: 19px;
    }
    .subConnecting1 {
        font-size: 15px;
    }
    .subConnecting2 {
        font-size: 15px;
    }
}

@media (min-width: 1280px) {
    .connecting {
        font-size: 20px;

    }
    .subConnecting1 {
        font-size: 16px;

    }
    .subConnecting2 {
        font-size: 16px;
    }
}


#mobile-app-loader {
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* mobile */

.bg-mobile {
    background-color: #F7F9FA;
}
.logo-rl-mobile {
    max-width: 138px;
}
.redirect-text-mobile {
    width: 303px;
    margin:35px auto 28px;
}
.redirect-text-mobile h2 {
    text-align: center;
    font-family: 'Open Sans';
    font-size: 26px;
    font-weight: 600;
    line-height: 20px;
    font-style: normal;
    font-variant: normal;
    color: #333333;
}
.redirect-text-mobile p {
    text-align: center;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-style: normal;
    font-variant: normal;
    color: #333333;
}
