﻿/******************************
   pvCreateAccount Stylesheet
 ******************************/

.create-account-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.create-account-header {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 1vh;
    border-bottom: 1px solid lightgrey;
}

.create-account-warnings {
    color: red;
    font-size: 12px;
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
}

.create-account-name {

}

.create-account-name label {
    padding: 0.5vh;
    font-weight: bold;
    width: 25%;
}

.create-account-address input {
    min-width: 35%;
}

.create-account-address select {
    min-width: 30%;
}

.create-account-address label {
    padding: 0.5vh;
    font-weight: bold;
    width: 25%;
}

.create-account-csz {

}

.create-account-csz label {
    padding: 0.5vh;
    font-weight: bold;
    width: 25%;
}

.create-account-address-type label {
    padding: 0.5vh;
    font-weight: bold;
    width: 25%;
}

.create-account-address-type select {
    width: 25%;
}

.create-account-phone label {
    padding: 0.5vh;
    font-weight: bold;
    width: 25%;
}

.create-account-email label {
    padding: 0.5vh;
    font-weight: bold;
    width: 25%;
}

.create-account-password label {
    padding: 0.5vh;
    font-weight: bold;
    width: 40%;
}