#loginAdditionalTutorial {
	line-height: inherit !important;
	position: fixed;
	bottom: 70px;
	animation: MoveTut 1s linear infinite;
        right: 245px;
	z-index: 5;
}
#tut-head{
        height:140px;
        width: 140px;
        background:#D10019;
        text-align: center;
        color: white;
        border-radius: 140px;
}
#tut-bot {
        height: 0;
        width: 0;
        margin-left: 35px;
        margin-right: 35px;
        border-left: 35px solid transparent;
        border-right: 35px solid transparent;
        border-top: 30px solid #D10019;
        margin-top: -10px;
}

#tut-head #tut-text1{
        padding-top: 15px;
        font-size: 25px;
        color: white;
        margin-bottom; 0;
        line-height: 1em;
        font-weight: bold;
}
#tut-head #tut-text2{
        font-size: 14px;
        color: white;   
}
#tut-div{
        width: 140px;
        position: fixed; 
        bottom: 70px; 
        right: 200px; 
        animation: MoveTut 1s linear infinite;
}

@keyframes MoveTut {
  0% {
    bottom: 45px;
  }
  50% {
    bottom: 55px;
  }
  100% {
    bottom: 45px;
  }
}

.login .loginContainer #requestBackLink a {
	color: #a0a0a0;
}

.cavokWindow .loginRequestAccountConditions a {
	color: var(--cavok-primary-text-color);
}
.cavokWindow .loginRequestAccountConditions ul li {
	margin-left: 14px;
}
.requestAccountForm {
	width: 256px;
}

