﻿.admin-settings-page {
    width: 410px;
    background-color:white;
    border:none;
    border-radius:20px;
    padding:40px;
    font-style:normal;
}

.control-label {
    font-weight: 400;
    color: #6C757D;
}

label {
    font-size: 16px;
}
section {
    padding: 0px !important;
}

.login-link {
    font-size: 16px;
    color: #6C757D;
    font-weight:600;    
}
    .login-link:hover {
        color: #543EA3;
    }

.loginform:last-of-type{
    margin-bottom:0px;
}

button{
    height:42px;
    font-size:16px !important;
}

#loginPassView, #loginConfirmPassView {
    position: absolute;
    right: 25px;
    top: 0px;
    font-size: 22px;
    cursor: pointer;
    color: #8b77ef;
}
#agreementCheckBox{
    width:16px;
    height:16px;
}

#agreementCheckBoxLabel {
    font-size: 12px;
    margin-left: 6px;
    color: #495057;
    font-style:normal;
    font-weight:400;
    line-height:15.6px;
}
    #agreementCheckBoxLabel a {
        font:inherit;
        color: #8B77EF;
        font-weight: 600;
        text-decoration: none;
    }
        #agreementCheckBoxLabel a:hover {
            color: #543EA3;
        }
.validation-summary-errors ul {
    list-style-type: none;
    padding-left:0px;
}