* {
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: "Google Sans",roboto,"Noto Sans Myanmar UI",arial,sans-serif;
}

.broker-back {
    width: 100%;
    height: 100vh;
    display: flex;
    /* background: url("/media/back1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(8px) brightness(0.3); */
}

.broker-left {
    width: 40%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.broker-right {
    width: 60%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #372f85;
}

.broker-right img {
    width: 75%;
}

.broker_login_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.broker_login_box img{
    width: 90px;
}

.broker_login_box h1{
    font-size: 24px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* new template */
.broker-back{
    width: 100%;
    height: 100vh;
    background: #f1f4f9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.broker_center{
    /* width: 55%; */
    /* height: 400px; */
    background: white;
    /* border-radius: 25px; */
    display: flex;
    /* padding: 35px; */
    width: 1040px;
    border-radius: 28px;
    padding-bottom: 36px;
    min-height: 315px;
    padding-top: 36px;
    padding-right:36px;
    padding-left:36px;
    margin-left: auto;
    margin-right: auto;
}

.content_left{
    width: 50%;
    height: inherit;
}

.content_right{
    width: 50%;
    padding-top: 90px;
}

.content_left img{
    height: 48px;
}

.content_left h3{
    word-break: break-word;
    font-size: 2.75rem;
    font-weight: 400;
    line-height: 1.1818181818;
    color-scheme: light;
    margin-top: 24px;
    margin-bottom: 0;
    color: #1f1f1f;
}

.content_left p{
    font-size: 1rem;
    font-weight: 400;
    margin-top: 16px;
    letter-spacing: 0rem;
    line-height: 1.5;
    color: #1f1f1f;
}

.content_right .access{
    padding: 18px 15px;
    border: 1px solid black;
    width: 75%;
    display: block;
    color: #1f1f1f;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 10px;
}

.content_right .access_denied{
    width: 75%;
    color: #b42318;
    background: #fef3f2;
    border: 1px solid #fecdca;
    border-radius: 4px;
    padding: 12px 15px;
    margin-bottom: 12px;
    font-size: 0.875rem;
    line-height: 1.4;
}

.content_right .access:hover{
    background: #372f85;
    color: white;
}

.content_right .racc{
    color: #0b57d0;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: 0.015625rem;
    font-size: 0.875rem;
    text-decoration: none;
    cursor: pointer;
}

.content_right p{
    padding-top: 40px;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 1.4285714286;
}
