.ul-btn {
	display: inline-block;
    position: relative;
    text-align: center;
    transition: text-shadow 80ms ease-out 0s, -webkit-transform 80ms ease-out 0s;
    transition: transform 80ms ease-out 0s, text-shadow 80ms ease-out 0s;
    transition: transform 80ms ease-out 0s, text-shadow 80ms ease-out 0s, -webkit-transform 80ms ease-out 0s;
    vertical-align: middle;
	outline: 0;
}
.ul-btn:not([disabled]) {
	cursor: pointer;
}

.ul-btn .icon {
	font-size: 14px;
}

.ul-btn--back--login-first {
	display: none;
}

.ul-btn-deny {
	height: 48px;
    padding-left: 34px;
    padding-right: 34px;
    border: 1px solid #979797;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    background: no-repeat #fff;
    color: #979797
}

.ul-btn-deny:hover:not(:disabled) {
    border: 1px solid #acacac;
    background: #acacac;
    background-repeat: no-repeat;
    color: #fff;
}

.ul-btn-deny:active:not(:disabled) {
    border: 1px solid #d7d7d7;
    background: #d7d7d7;
    background-repeat: no-repeat;
    color: #fff;
}

.ul-btn-deny:disabled {
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    background-repeat: no-repeat;
    color: #d7d7d7;
}

.ul-btn-deny:focus {
}

	
.ul-btn-accept {
	height: 48px;
    padding-left: 60px;
    padding-right: 60px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    background-repeat: no-repeat;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.ul-btn-accept[disabled] {
	/*opacity: 0;*/
	background: no-repeat #f6f6f6;
    color: #d7d7d7
}
	
.__ul-back-btn {
	background-color: rgba(255, 255, 255, 0.5); /*fade(white, 50%);*/
	border: solid 2px rgba(58, 63, 66, 0.5); /*fade(@black, 50%);*/
	color: #3A3F42; /*@black;*/
}

.__ul-back-btn:focus {
	border: solid 3px #007FAC; /*@client-color;*/
}

.__ul-back-btn:not([disabled]):hover {
	color: #FFFFFF; /*@text-color;*/
	background-color: #3A3F42; /*@black;*/
	border-color: #3A3F42; /*@black;*/
	-webkit-box-shadow: none;
	box-shadow: none;
}

.__ul-back-btn:not([disabled]):active {
	color: #FFFFFF; /*@text-color;*/
	background-color: #005370; /*@client-color-active-button-color;*/
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.__ul-back-btn[disabled] {
	opacity: 0.3;
}

.__ul-login-btn {
	border: solid 4px #007FAC; /*@client-color;*/
	background-color: #007FAC; /*@client-color;*/
	color: #FFFFFF; /*@text-color;*/
	font-weight: 600;
	line-height: 1.5;
}

.__ul-login-btn:focus {
	border: solid 3px rgba(58, 63, 66, 0.3); /*fade(@black, 30%);*/
}

.__ul-login-btn:not([disabled]):hover {
	border-color: #00668a; /*@client-color-hover-button-color;*/
	background-color: #00668a; /*@client-color-hover-button-color;*/
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #FFFFFF; /*@text-color;*/
}

.__ul-login-btn:not([disabled]):active {
	border-color: #005370; /*@client-color-active-button-color;*/
	background-color: #005370; /*@client-color-active-button-color;*/
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #FFFFFF; /*@text-color;*/
}

.__ul-login-btn[disabled] {
	opacity: 0.3;
}

.ul-text-link {
	background: none;
	color: #3498db;
    font-size: 16px;
    line-height: 18px; 
    border: none;
    cursor: pointer;
}

.ul-text-link:focus,
.ul-text-link:hover {
    text-decoration: none;
    cursor: pointer;
	border-bottom: 1px solid #3498db;
}

.ul-text-link[disabled] {
    color: #d7d7d7;
    cursor: text;
    border: none;
}
	
.ul-link-btn {
    color: #3498db;
    text-decoration: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    margin: 0 11.5px;
	display: inline-block;
	height: 18px;
	white-space: nowrap;
}

.ul-link-btn-secondary {
    color: #004b66;
    margin-bottom: 0;
    text-decoration: none;
}

    .ul-link-btn-secondary[disabled] {
        color: #c0c0c0;
    }

.ul-link-btn a {
    color: #3498db;
}

.ul-link-btn:focus,
.ul-link-btn:hover {
    /*color: #007FAC; @client-color;*/
    text-decoration: none;
    cursor: pointer;
	border-bottom: 1px solid #3498db;
}

.ul-link-btn:visited {
    color: #3498db;
    border-bottom: 1px solid #3498db;
}

.ul-link-btn-link:link, 
.ul-link-btn-link:visited {
	color: #fff;
    border: 3px solid #fff;
	border-radius: 5px;
    padding: 14px 80px;
    text-align: center; 
    text-decoration: none;
    display: inline-block;
	cursor: pointer;
	font-size: 18px;
	line-height: 24px;
}

.ul-link-btn-link:hover,
.ul-link-btn-link:active {
	/*border-color: #f0f0f0f;*/
}

@media (max-width: 767px) {
    .ul-link-btn {
    	text-align: center;
        display: block;
        width: 100%;
		border: none;
    }
	.ul-btn {
        width: 100%;
		margin: 15px 0 0;
    }
	.ul_form__buttons {
		border: none;
	}
}

@media (min-width: 768px) {
	.ul-btn--login {
        max-width: 419px;
    }
}