    /*.section {
        font-family: monospace;
        width: 1024px;
        margin:0 auto;
    }*/
    .section {
        display: flex;
        font-family: Calibri;
        width: 1024px;
        margin: 0 auto;
        flex-direction: column;
        align-content: center;
        align-items: stretch;
    }

    .section .input-group {
        margin-bottom:15px;
        width:100%;
        display: flex;
        justify-content: center;
    }
    .section .input-group span {
        display:block;
        height: 25px;
        text-align: left;
        font-size: 0.9rem;
    }
    .section input[type="text"], input[type="email"], select,select:hover {
        font-family: monospace;
        width: 100%;
        padding: 6px;
        border: 1px solid #00000005;
        font-size: 0.8rem;
        line-height: 1rem;
        color: #616a75;
        border-radius: 5px;
        background: #f2f5f8;
        height: 40px;
    }
    .section select{
        width:100%;
    }
    .section button {
        display: inline-block;
        background-image: none;
        background-color: #175fff;
        min-width: 175px;
        color: #FFF;
        font-weight: 600;
        padding: 13px 20px;
        margin: 15px 0;
        font-size: 1rem;
        border-radius: 5px;
        border: 0;
        -webkit-transition: background 0.3s 0s ease-in-out;
        -moz-transition: background 0.3s 0s ease-in-out;
        -o-transition: background 0.3s 0s ease-in-out;
        transition: background 0.3s 0s ease-in-out;
    }
    .errMsg, .scsErr {
    color: #fff;
    background: #ff5a75;
    height: auto;
    vertical-align: middle;
    padding: 20px !important;
    line-height: 15px;
    border-radius: 5px;
    margin-bottom: 35px;
    text-align: center;
}
.scsErr br {
    line-height:22px;
}
.scsInfo {
    background: #0ee379;
    color: #ffffff;
}
.scsMsg, .scsInfo {
    color: #52606d;
    background: #edf0f7;
    height: auto;
    vertical-align: middle;
    padding: 20px !important;
    line-height: 15px;
    border-radius: 5px;
    margin-bottom: 35px;
    text-align: center;
    border: 1px solid #cfd6e4;
}

.is-hidden-mobile-small{
	display: none;
}

.logoAuth{
	margin-top: 0px;
}

.warn-text{
	font-size: 12px;
	color: red;
	font-height: 400;
	margin-bottom: 20px;
}

.warn-text a{
	color: #50a2ff;
}

.warn-text a:hover{
	color: #047bff;
}

.inp:focus{
    background-color: #0a2540!important;
    color: white !important;
    outline: none;
}

.input-wrap, .input-group{
    width: 100%;
}

button.button.blue {
    background-color: #0a2540;
}

.flex-wide {
    /* padding: 3px; */
    /* border: 1px solid #0a2540; */
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.athonForm{
    max-width: 775px !important;
}


.btlwrap{
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #0a2540;
}

.btlwrap:hover{
    background-color: #0a2540;
    color: white;
}

.hText{
    font-size: 20px;
}

.timer{
    min-height: 7VH;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: xx-large;
}

.t-days, .t-hours, .t-minutes, .t-seconds{
     margin-right: 10px;
     margin-left: 10px;
    font-size: xx-large;
}

.scsErr{

}