html,
body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100vh;
}

* {
    box-sizing: border-box;
}

.potal-title {
    background: #368FFF;
    display: flex;
    width: 100%;
    height: 48px;
    padding: 20px 282px 14px 20px;
    align-items: center;

    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.whole-potal {
    width: 100%;
    height: 80vh;
    background: #368FFF;
    padding-top: 30px;
}

.title-area {

    padding-left: 56px;
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 100px;
}

.bottom-bar {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    background: var(--white, #FFF);
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.logo-potal {
    background-image: url(../images/logo.jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 50px;
    flex-shrink: 0;
}

.graybtn{
    width: 150px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #358FFF;
    border: none;
    color: #fff;
    font-weight: 800;
    border-radius: 15px;
}