﻿/*
    Stylesheet for register.aspx
    Some of these styles doesn't need to exist on all pages.
    Keep things relatively lightweight
*/
.RegisterBox {
    margin: auto;
    margin-top: 10px;
    width: 350px;
    height: 625px;
    background-color: rgb(224,224,224);
    background-color: rgba(224, 224, 224, 0.8);
    border-radius: 10px;
}

    .RegisterBox .btn {
        background: #0a88dd;
        border: 1px solid #0771b9;
        padding: 8px;
        width: 100%;
        position: absolute;
        bottom: 70px;
        width: 320px;
    }

#BtnBackRegister {
    position: absolute;
    bottom: 20px;
    width: 320px;
}

#RequiredLabel {
    position: absolute;
    bottom: 110px;
    width: 320px;
}
