/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 9, 2018, 11:42:50 AM
    Author     : gbemirojiboye
*/



.reg-field{

    margin: 1.3em 20%;
    padding: 1em 0.6em;
    font-size: 0.85em;
    border-radius: 0.8em;
    border: 1px solid cadetblue;

}



.pwd-show-label-container{

}

.show-pwd-label{
    float: right;
    text-align: right;
    font-size: small;
    font-family: sans-serif
}

.show-pwd-reg-input , .sex-ctrl{
    float: right;
    margin-left: 1.2em;
    vertical-align: middle;
}

.reg-field-btn{
    float: left;
    margin: 2em 20%;
    font-size: 1.2em;
    padding: 0.5em;

    margin-top: 2em;
    border-radius: 1em;
    color: white;
    font-size: large;
    background-color: dodgerblue; 
}

.gender-container{
    margin-top: 1em;
}

.img-div{ 
    height: 15em;
    margin-top: 1.5em;
    margin-left: 20%;
    background-color: darkblue;
    padding: 1em 1em;

}

.profile{
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.image-file-input{
    margin-left: 20%;
    margin-right: 1em;
    margin-top: 0em;
    font-size: 1.2em;
    padding: 0.5em;
     
    border-radius: 0.1em;
    color: white;
    font-size: large;
    background-color: dodgerblue; 
}


.img-progress {
    position:relative; 
    width:60%; 
    border: 1px solid #ddd; 
    padding: 1px; 
    border-radius: 3px; 
    margin-left: 20%;
    margin-top: 1em;
    margin-bottom: 1em;
}
.img-bar { 
    background-color: #B4F5B4; 
    width:0%; 
    height:20px; 
    border-radius: 3px; 
}
.img-percent {
    position:absolute; 
    display:inline-block; 
    top:3px; left:48%; 
}


.selected-img-label{
    color:green;
    margin-left: 20%;
    text-align: center;
    font-size: small;
    margin-top: 1em;
    margin-bottom: 1em;
}
