    .section {
        font:16px/1.5 "Lato", sans-serif;
        width: 1024px;
        margin:0 auto;
        margin-top:50px;
    }
    .section .input-group {
        margin-bottom:15px;
        width:100%;
    }
    .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 {
        width: 100%;
        padding: 6px;
        border: 1px solid #00000005;
        font-size: 0.8rem;
        line-height: 1rem;
        color: #616a75;
        border-radius: 5px;
        background: #f2f5f8;
    }
    .section select{
        width:97.5%;
    }
    .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;
}