
body {
    background: rgba(245, 245, 245, 1);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.container {
    display: flex;
    flex-direction: column;
    background: rgba(245, 245, 245, 1);
}

.viewpage {
    background-color: rgba(245, 245, 245, 1);
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.title {
    color: #01B273;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 900;
    position: absolute;
    left: 20px;
    margin: 0;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 8vh;
}

.header-buttons {
    float: right;
}

.header-left {
    display: flex;
    align-items: center;
}

.header-nav {
    padding: 5px;
    padding-left: 20px;
    width: 70vh;
    height: 5vh;
    display: inline-grid;
    border-radius: 35px;
    border: 2px solid #7a7a7a1f;
}

span.header-nav-title {
    color: #4E4E4E;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
}

span.header-nav-desc {
    color: #7A7A7A;
    font-family: 'Roboto';
    font-size: 14px;
}


.header-content {
    background: #021526;
    width: 100%;
    height: 400px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.content-right {
    width: 700px;
    margin-right: 240px;
}

.content-left img {
    width: 70%;
    margin-top: 150px;
}


button.login-button {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 15px;
    width: 150px;
    height: 46px;
    border: none;
    border-radius: 25px;
    color: #01B273;
    background: none;
}

button.login-button i {
    margin-right: 10px;
    font-size: 20px;
}


button.login-button:hover {
    background: #b9e3d4;

    color: white;
}

button.register-button {
    background: none;
    font-family: 'Montserrat';
    font-weight: 600;
    width: 200px;
    height: 46px;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    color: #01B273;
}

button.register-button:hover {
    background: #b9e3d4;
    color: white;
}

button.register-button i {
    margin-right: 10px;
    font-size: 20px;
}


.btngroup-contentright {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.btngroup-contentright button {
    margin-left: 20px;
    width: 324px;
    height: 64px;
    border-radius: 30px;
    border: none;
}


.become-btn{

    background: #01b172;
}











