﻿body {
    padding-top: 5rem;
    font-family: Montserrat, sans-serif;
    font-weight: 200;
}

wifi-list-text {
    font-size: 30px;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 1500px;
    }
}

.hidden {
    display: none;
}

.waiting {
    font-style: italic;
}

.support_warn {
    font-style: italic;
    font-weight: bold;
    color: #dc3545;
}

.page_heading {
    font-size: 4em;
    font-weight: 200;
}

.system_message {
    font-size: 115%;
    font-style: italic;
}

.btn-lg2 {
    font-size: 40px;
    width: 450px;
    height: 70px;
    border-radius: 32px;
}

.btn-md2 {
    font-size: 30px;
    width: 275px;
    height: 45px;
    padding-top: 0px;
    border-radius: 18px;
}

.blue-text {
	color: #0085B1;
}

.btn-blue {
    background: linear-gradient(150deg,rgba(0,133,177,1) 40%,rgba(83,193,197,1) 100%);
    color: #fff;
    border: 0;
}

.btn-blue:hover {
    color: #ccc !important;
}

.btn-blue:focus {
    color: #ccc !important;
    border: 1px solid #ccc !important;
    outline: none;
}

.btn-busy {
    background-color: #ccc;
    color: #fff;
}

.btn-busy:focus {
    color: #fff;
}

.round_border_row {
    border: 1px solid #aaa;
    border-radius: 45px;
    height: 80px; 
    display: flex; 
    align-items: center;    
}

.round_border_left {
    padding-left: 45px;
    border-right: 1px solid #aaa;
}

.round_border_right {
    padding-right: 45px;
}

.input-lg2 {
    font-size: 32px;
    border: 0;
}

.label-lg2 {
    font-size: 32px;
    font-weight: bold;
}

.rotateimg180 {
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);    
}
