.container-fluid{
    background-color: #ffffff!important;
}
.authClass{
    background-color: #ffffff!important;
}
.log_icon {
    width: 50px;
    height: 45px;
}
.log_icon:hover {
    width: 50px;
    height: 45px;
}

.full-height {
    background-image: url('../images/layout-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh;
    padding: 0;
}
.full-height2 {
    background-color: rgba(0, 83, 208, 0.7);
    height: 100vh;
    width: 100%;
    margin: 0px;
}

.frame1 {
    width: 43%;
}
.frame2 {
    width: 57%;
}

.about {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 38px;
    align-items: center;
    color: #ffffff;
}
.logowhite {
    width: 100px;
    height: 68.5px;
}
.about img {
    width: 100px;
    height: 50px;
}
.vector {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 20px;
    bottom: 0px;
}
.group {
    position: absolute;
    left: 63.94%;
    right: 27.05%;
    width: 80px;
    height: 80px;
    top: 21.48%;
    bottom: 30%;
}
.log_type {
    width: 95%;
    background: #ffffff;
    box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    margin-top: 40px;
    cursor: pointer;
    padding-top: 14px;
    padding-bottom: 14px;
    overflow: auto;
}

.log_type:hover {
    width: 95%;
    background: #ffffff;
    border: 1px solid #054BB5;
    box-sizing: border-box;
    box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}

.log_type_mobile {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    margin-top: 10px;
    cursor: pointer;
    overflow: auto;
    padding: 10px;
}
.log_type_mobile:hover {
    width: 100%;
    background: #ffffff;
    border: 1px solid #054BB5;
    box-sizing: border-box;
    box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    overflow: auto;
    padding: 10px;
}

.log_details {
    font-size: 14px;
}

.arrow-right {
    margin-top: 20px;
}
