body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: rgb(63,63,63);
    background-color: rgb(63, 63, 63);
}
#wrapper{
    background-color: white;
    border: 8px solid rgb(85, 83, 83);
    border-radius: 15px;
}
img{
    width: 100px;
    height: 100px;
}
.label{
    min-width: 230px;
    cursor: pointer;
}
.labelSelect{
    min-width: 160px;
}
.selection{
    width: 70px;
    height: 30px;
    cursor: pointer;
}
.selectDiv{
    margin-bottom: 2px;
}
.thePw{
    padding-top: 5px;
    min-width: 265px;
}
#generate{
    margin-top: 5px;
}
#copyAllButton{
    margin-top: 5px;
}
#msg{
    margin-top: 5px;
    font-size: 16px;
}
.btn{
    font-weight: bold;
    font-size: 16px;
    color: white;
    background-color: #ff6600;
    border: solid 3px rgb(85, 83, 83);
    border-radius: 100px;
    transition: all 0.3s ease;
    margin-bottom: 5px;
    margin-right: 15px;
    float: left;
}
.copyOneButton{
    font-weight: bold;
    font-size: 12px;
    color: white;
    background-color: #ff6600;
    border: solid 3px rgb(85, 83, 83);
    border-radius: 100px;
    transition: all 0.3s ease;
    margin: 3px;
    
}
.btn:hover{
    background-color: white;
    color: #ff6600;
}
.btn:active{
    background-color: #ff6600;
    color: white;
}
#pwDiv{
    font-size: 14px;   
    background-color: gainsboro;
    min-width: 220px; 
    border-radius: 10px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    float:left;
}
label.custom-control-label::before,
label.custom-control-label::after{
    right: 0;
    left: 210px;
    width: 20px;
    height: 20px;
}
.custom-control{
    position: relative;
    padding: 0;
    margin-bottom: 2px;
}
.custom-control-input:focus~.custom-control-label::before {
    border-color: #ff6600 !important;
    box-shadow: 0 0 0 0.2rem gainsboro !important;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #ff6600 !important;
    background-color: #ff6600 !important;
}
@media (max-width: 575px){
    body{
        font-size: 17px;
        transition: all 0.3s ease;
    }
    label.custom-control-label::before,
    label.custom-control-label::after{
        right: 0;
        left: 220px;
        width: 25px;
        height: 25px;
        transition: all 0.3s ease;
    }
    .custom-control{
        margin-bottom: 5px;
    }
    #selectNcheckbox{
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    #btnNpwd{
        width: 83%;
        margin-left: auto;
        margin-right: auto;  
    }
    #firstDiv{
        border-bottom: dashed 2px rgb(85, 83, 83);
    }
    
}
#landingLink{
    margin: 10px;
    margin-bottom: 0px;
    padding: 4px;
    font-size: 14px;
    background-color: #ff6600;
    color: white;
    border-radius: 10px;
    width: auto;
    float: left;
}
#copyright{
    font-size: 12px;
    color: white;
    float: right;
    text-align: right;
}

