
:root {
    --ubq-orange: #ff6700;
    --ubq-blue: #002582;
}

.errorMessage{
    padding: 10px;
    color: #FF0000 ;
    border: 0 ;
    cursor: default ;
    font-size: 13px;
    text-align: center;
}

.carousel-indicators li {
    border: 1px solid #ff6700;
}

.carousel-indicators li.active {
    background-color: #ff6700;
}

.animate-me.ng-hide-add {
    opacity: 1.0;
    display: block !important;
    transition: opacity 3s;
}
.animate-me {
    opacity: 1.0;

    transition: opacity 3s;
}

.animate-me.ng-hide-add-active {
    opacity: 0;
}

.login-iframe-container{
    position: relative;
    width: 67%;
    padding-bottom: 26.417%;
}
.login-iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ad-img-height {
    height: 15vh;
}

.anchor-highlight {
    font-weight: 800;
    color: #cf5e45;
}

.anchor-highlight:hover{
    color: #992f1c;
}

.login-header {
    height: 10vh;
    width: 100vw;
    background-color: whitesmoke;  /* #1c1c4c;*/
    z-index: 100;
    position: absolute;
    border-bottom-style: solid;
    border-bottom-color: lightgray;
    border-width: 1px;
    padding: 0px 25px 0px 0px;
}

.login-footer {
    height: 10vh;
    width: 100vw;
    background-color: whitesmoke;
    z-index: 10;
    bottom: 0%;
    position: absolute;
    border-top-style: solid;
    border-top-color: lightgray;
    border-width: 1px;
}

.login-bg-texture-left{
    position: absolute;
    left: 1%;
    top: 0%;
    opacity: 0.04;
    height: 100%;
    transform: rotate(90deg);
    z-index: -1;
}
.login-bg-texture-right{
    position: absolute;
    right: 1.5%;
    top: 0%;
    opacity: 0.04;
    height: 100%;
    transform: rotate(-90deg);
    z-index: -1;
}

.medics-logo {
    font-weight: 700;
    height: 80px;
    z-index: 1;
}

.login-title{
    font-size: 125%;
    font-family: sans-serif;
    color: #516c80;
}
.app-download-section{
    padding-right: 2%;
}
.medics-app-title{
    font-size: 80%;
    font-weight: bolder;
    color: #433f41 !important;
}
:focus {
    outline: unset !important;
}
.fade-element-in.ng-enter {
    transition: 0.8s linear all;
    opacity: 0;
}

.fade-element-in-init .fade-element-in.ng-enter {
    opacity: 1;
}

.fade-element-in.ng-enter.ng-enter-active {
    opacity: 1;
}

.fade-element-in.ng-leave {
    transition: 0.3s linear all;
    opacity: 1;
}
.fade-element-in.ng-leave.ng-leave-active {
    opacity: 0;
}
.arrow{
    transform: translate(0%,-50%);
    margin-right: 2vw;
    margin-left: 2vw;
}
.arrow span{
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 4px solid #679f9e;
    border-right: 4px solid #679f9e;
    transform: rotate(45deg);
    animation: animate 2s infinite;
    border-radius: 3px;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}

@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(315deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(315deg) translate(20px,20px);
    }
}

.carousel-inner {
    height: 100%;
}

.carousel-indicators {
    bottom: 2vh;
}

.item{
    min-height: 100vh;
}

.dialog-title{
    font-weight: bold;
}

.otp-input{
    text-align: center;
    font-size: 5rem;
    max-width: 125px;
    letter-spacing: 10px;
}

.error{
    color:#CD2B24;
    white-space: nowrap;
    font-size: 1rem;

}
#loginsupportnumber{
    display: flex;
    align-items: center;
}
.input-field-alert{
    font-size:1rem;
    color:#CD2B24;
}

.forgotPasswordField{
    font-size: 2.5rem;
    text-align: left;
}

.description-new-password{
    text-align: center;
    vertical-align: middle;
    margin-top: 3vh;
    padding: 1vh 2vw 1vh 2vw;
    margin-bottom: 3vh;
    min-width: 35.2vw;
}

.desription {
    text-align: center;
    font-size: 10pt;
}


@media screen and (min-width: 400px) {

    .forgotPasswordContainer {
        min-height: 400px;
    }

    .desription {
        text-align: center;
        font-size: 10pt;
    }

}

@media screen and (min-width: 1200px) {

    .forgotPasswordContainer {
        width: 30vw;
        height: 52vh;
    }

    .desription {
        text-align: center;
        font-size: 12pt;
    }

    .needHelpDescription  {
        min-height: 28vh;
    }

    .userWithNoPhoneEmailDescription {
        min-height: 34vh;
    }

    .resetPasswordDescription  {
        min-height: 28vh;
    }

    .verifyOTPDescription{
        min-height: 15vh;
    }

    .setNewPasswordDescription{
        min-height: 10vh;
    }

    .successResetDescription {
        min-height: 30vh;
    }

}

.backgroundCover {
    overflow: hidden;
    background-size: cover;
    background-position: initial;
}

#loginProgress *{
    height: 3px;
}

.fade-out {
	opacity: 0;
	animation-name: fadeOutOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}

@keyframes fadeOutOpacity {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.login-button {
    position: absolute;
    top: 55px;
    right:50px;
    background-color: white;
    color: rgb(73, 73, 214);
    border: 2px solid rgb(73, 73, 214);
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 90px;
    height: 50px;
    font-weight: bold;
    z-index: 10;
}

md-progress-linear.md-default-theme .md-container, md-progress-linear .md-container {
    background-color: transparent;
}

md-progress-linear.md-default-theme .md-bar, md-progress-linear .md-bar {
    background-color: var(--ubq-blue);
}

#loginProgress md-progress-linear .md-container.md-mode-query .md-bar2 {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100px;
    -webkit-animation: linearquery 1s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
    animation: linearquery 1s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
}

@-webkit-keyframes linearquery {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-150%) scale(1, 1);
        transform: translateX(-150%) scale(1, 1);
    }
    100% {
        /* opacity: 0; */
        -webkit-transform: translateX(300%) scale(1, 1);
        transform: translateX(300%) scale(1, 1);
    }
}

@keyframes linearquery {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-150%) scale(1, 1);
        transform: translateX(-150%) scale(1, 1);
    }
    100% {
        /* opacity: 0; */
        -webkit-transform: translateX(300%) scale(1, 1);
        transform: translateX(300%) scale(1, 1);
    }
}

@media screen and (max-width: 1180px) {
    #login-box{
        min-width:  50% !important;
        height: inherit;
        right: 0;
        top: 0;
        z-index: 10;
        margin: 40px;
    }
}
@media screen and (min-width: 1181px) {
    #login-box{
        min-width:  24% !important;
        /*min-width:  30% !important;*/
        height: inherit;
        right: 0;
        top: 0;
        z-index: 10;
        margin: 40px;
    }
}
@media screen and (max-width:599px) {
    #AnniversaryText{
        display: none !important;
    }
    .medics-logo{
        height:70px !important;
    }
    #loginsupportnumber{
        -ms-transform: scale(0.70);
        -webkit-transform: scale(0.70);
        transform: scale(0.70);
    }
    .login-header{
        padding:0px;
    }
}
@media screen and (min-width: 600px) and (max-width:1024px) {
    #AnniversaryText{
        display: none !important;
    }
    .medics-logo{
        height:85px !important;
    }
    .login-header{
        padding:0px 20px 0px 0px;
    }
}