﻿.path-63 {
    object-fit: cover;
    height: 35px !important;
    width: 45px !important;
}

.path-64 {
    height: 120px;
    /*left: 1px;*/
    object-fit: cover;
    /*position: absolute;*/
    /*top: 46px;*/
    width: 120px;
}

.path-65 {
    height: 234px;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 58px;
    width: 144px;
}


.overlap-group1 {
    /*-webkit-backdrop-filter: blur(28.896900177001953px) brightness(120%);*/
    align-items: flex-start;
    /*backdrop-filter: blur(28.896900177001953px) brightness(120%);*/
    border-radius: 15px;
    /*box-shadow: 5px 5px 10px #00000033;*/
    display: flex;
    flex-direction: column;
    padding: 40px 40px;
    filter: none !important;
    /*border: 0.5px solid #e7f2f5;*/
    width:300px;
    height:200px; 
    margin: 0px auto;
}

.overlap-group2 {
    /*-webkit-backdrop-filter: blur(28.896900177001953px) brightness(120%);*/
    align-items: flex-start;
    /*backdrop-filter: blur(28.896900177001953px) brightness(120%);*/
    border-radius: 15px;
    /*box-shadow: 5px 5px 10px #00000033;*/
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
    filter: none !important;
    /*border: 0.5px solid #e7f2f5;*/
    width:300px;
    height:200px; 
    margin: 0px auto;
}

.border-0-5px-aqua-squeeze {
    border: 0.5px solid #e7f2f5;
}

.flex {
    display: flex;
}

.fsc-logan {
    align-self: center;
    color: #A23400;
    font-family: "HelveticaNeue-Bold", Helvetica;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 5.40px;
    line-height: 34px;
    margin-right: 5.0px;
    min-height: 40px;
    min-width: 256px;
    white-space: nowrap;
}

.cn-logan {
    align-self: center;
    color: #A23400;
    font-family: "HelveticaNeue-Bold", Helvetica;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 2.40px;
    line-height: 34px;
    margin-right: 5.0px;
    min-height: 34px;
    min-width: 255px;
    white-space: nowrap;
}

.en-logan {
    align-self: center;
    letter-spacing: 2.60px;
    line-height: 33px;
    text-align: center;
    min-height: 33px;
    min-width: 219px;
    white-space: nowrap;
    color: #A23400;
    font-family: "HelveticaNeue-Bold", Helvetica;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
}

.input-container {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%
}

.input-img {
    position: absolute;
    bottom: 19px;
    left: 19px;
    width: 19px;
    height: 19px;
}

.login-btn {
    height: 58px;
    background-color: #9a802d;
    color: white;
    text-align: center;
    font-size: 24px;
    line-height: 58px;
    margin-top: 20px;
    transition: .1s;
}

.login-btn:hover {
    background-color: #9a802d;
    transform: scale(1.02);
    border-radius: 3px;
}

.login-btn:active {
    background-color: #9a802d;
    transform: scale(1);
}

.forget-password {
    margin-top: 19px;
    height: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2.40px;
}

.logout-div {
    width: 400px;
    min-width: 400px;
    height: 370px;
    min-height: 350px;
    box-shadow: 3px 3px 5px #00000033;
    background: linear-gradient(to right top, rgb(230, 217, 171), transparent 70%),linear-gradient(to left bottom, #fffffe, transparent 145%)
}