﻿
body {
    margin: 0;
}

a {
    text-decoration: none;
}

.Text {
    display: block;
    margin-top: 26px;
    font-size: 30px;
    letter-spacing: 0.9px;
    color: #464646;
    font-weight: bold;
    text-align: center;
}

.Account {
    height: 35px;
    text-align: left;
    font-size: 24px;
    letter-spacing: 0.3px;
    color: #F26980;
    opacity: 1;
    padding-left: 20px;

}

.Password {
    height: 35px;
    text-align: left;
    font-size: 24px;
    letter-spacing: 0.3px;
    color: #F26980;
    opacity: 1;
    padding-left: 20px;
}

.Input_Text {
    display: block;
    width: 100%;
    font-size: 26px;
    border: 1px solid #F26980;
    border-radius: 20px;
    margin-top: 10px;
    padding: 18px 0 17px 20px;
    opacity: 1;
    box-sizing: border-box;
    margin-top: 10px;
    /*margin-bottom: 20px;*/
    outline: 0;
}

.Input_Password {
    display: block;
    width: 100%;
    font-size: 26px;
    border: 1px solid #F26980;
    border-radius: 20px;
    margin-top: 10px;
    padding: 18px 0 17px 20px;
    opacity: 1;
    box-sizing: border-box;
    margin-top: 10px;
    /*margin-bottom: 20px;*/
    outline: 0;
}
#RegisterBtn {
    float: left;
    width: 100%;
    height: 65px;
    margin-top: 10px;
    background: #F26980;
    border-radius: 20px;
    margin-bottom:30px;
}

#CancelBtn {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-right: 30px;
    height: 65px;
    background: #C1C1C1;
    border-radius: 20px;
    margin-bottom: 30px;
}

.RegisterText {
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    line-height: 70px;
}

.CancelText {
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    line-height: 70px;
}
.Grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    margin-top: 30px;
}

.Padding {
    padding: 0px 33px 0px 33px;
}

.Verify {
    position: relative;
    margin: 10px 0 20px 0;
    width: auto;
    height: 65px;
    border: 1px solid #F26980;
    color: #111;
    font-size: 25px;
    border-radius: 20px;
}

.Referral {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 100%;
    line-height: 70px;
}

.Referral:first-child label {
    border-radius: 20px 0 0 20px;
}

.Referral:last-child label {
    border-radius:  0 20px 20px 0 ;
}

.Referral label {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 26px;
    text-align: center;
}

    .Referral input[type="radio"] {
        display:none;
    }

        .Referral input[type="radio"]:checked ~ label {
            background-color: #F26980;
            color: #FFFFFF;
        }
