.ucs-reg {
    /*margin-bottom: 10px;*/
}

.ucs .third {
    margin-right: 1em;
}
.ucs .logo {
    max-height: 120px;
}

.ucs .loginBtn {
    border-radius: 1em;
    background: #C21010;
    color: white;
    width: 100%;
}

.morewayDiv {
    margin-top: 30px;
    margin-bottom: 25px;
    border-bottom: 2px solid #aaa;
    position: relative;
    width: 80%;
    margin-left: 10%;
}

.morewaySpan {
    position: absolute;
    left: calc(49% - 52px);
    top: -10px;
    padding: 0 10px;
    background: #fff;
    color: #6A6A6A
}

.auxiliaryFunctionDiv{
	border:none;position: absolute; right: 6%; top: 15%; padding: 2px 7px; cursor: pointer;
}

#alert_fail{
	width: 50%;
    text-align: center;
    display: none;
    margin-left: 25%;
    float: center;
    position:absolute;
    margin-left: 14%;
    margin-top: -71%;
}
.padding-nan{
	padding: 0px !important;
}