﻿#login-reg-container {
    /*border: 1px solid red;*/
    font-size: 0;
    height: 7.3vw;
}

    #login-reg-container > div {
        display: inline-block;
        vertical-align: top;
    }

    #login-reg-container a {
        text-decoration: none;
        color: white;
        display: block;
    }

#login-red-title {
    font-size: 1.47vw;
    font-weight: 500;
    color: black;
    margin-top: 2.2vw;
    margin-right: 3.5vw;
    position: relative;
    padding-right: 0.9vw;
}

    #login-red-title:after {
        content: "";
        position: absolute;
        top: 0.6vw;
        height: 1.4vw;
        width: 0.5vw;
        background-color: #00b262;
        right: 0;
        border-radius: 1vw;
    }

.login-reg-btn {
    background-color: #00b262;
    width: 11.2vw;
    height: 3vw;
    border-radius: 2vw;
    margin-top: 2vw;
    margin-right: 1.6vw;
    font-size: 1.47vw;
    color: white;
    text-align: center;
    font-weight: 500;
    /* cursor: pointer;
}
