﻿.bg-main-img {
    background-image: url("/login/images/ProjectmatesWelcome.png");
    min-height: 880px
}
 
.site-content { 
    height: calc(100vh - 113px)
}

.grey-bg-header {
    background-color: #f3f4f6;
}

.main-bg-color {
    background-color: #C70125;
}

/*menu*/
li > ul {
    transform: translatex(100%) scale(0)
}

li:hover > ul {
    transform: translatex(101%) scale(1)
}

li > button svg {
    transform: rotate(-90deg)
}

li:hover > button svg {
    transform: rotate(-270deg)
}
 
.group:hover .group-hover\:scale-100 {
    transform: scale(1)
}

.group:hover .group-hover\:-rotate-180 {
    transform: rotate(180deg)
}

.scale-0 {
    transform: scale(0)
}

.min-w-32 {
    min-width: 8rem
}

.min-w-24 {
    min-width: 6rem
}


.two-fa-verification-content {
    min-width: 400px;
}

    .two-fa-verification-content .verification-buttons {
        display: flex;
        justify-content: center;
    }

.pin-code-label-content {
    max-width: 325px;
    margin: 0 auto;
    text-align: left;
    margin: 0px auto 15px auto;
}

.password_container {
    max-width: 325px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px auto 0px auto;
}

.number_input {
    height: 36px;
    width: 36px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    border-width: medium;
    border-color: rgba(229, 103, 23, 0.8);
    display: block;
}

.dont-have-app-info {
    margin-bottom: 15px;
}

#sendEmailTwoFACodeButton {
    margin-top: 8px;
    width: auto;
}

/* TwoFaVerifyCode.cshtml styles end */
