body {
    font-size: 1.2em;
    font-family: /*"Segoe UI"*/ Arial, Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fefefe;
    /*background-image: radial-gradient(white, rgba(255,255,255,.2) 2px, transparent 40px), radial-gradient(white, rgba(255,255,255,.15) 1px, transparent 30px), radial-gradient(white, rgba(255,255,255,.1) 2px, transparent 40px), radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 30px);*/
    background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px;
    background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
}

ul, li, ol {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}


input[type="checkbox"], input[type="radio"] {
    border: 1px solid #bbb;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    border-radius: 2px;
}

input[type="radio"] {
    border-radius: 50%;
}

    input[type="checkbox"]:checked:before, input[type="radio"]:checked:before {
        float: left;
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        font-family: FontAwesome;
        font-size: 14px;
        font-weight: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f00c';
        margin: 7px 0 0 -1px;
        color: #1e8cbe;
    }

    input[type="radio"]:checked:before {
        content: '\f111';
    }

a.btn-sm > i {
    font-size: 1.2em;
    font-weight: normal;
}

.login-wrapper {
    border: 1px solid rgb(65, 189, 194);
    border-radius: 4px;
}

.form-group .checkbox label > input[type='checkbox'] {
    margin: 2px 4px 0px -20px;
}

.forgot {
    line-height: 35px;
    display: block;
}

.field-validation-error {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    line-height: 20px;
    border-radius: 2px;
    padding: 5px 8px;
    display: block;
    margin-top: 5px;
    font-size: 1em;
}
/* custom validation-summary-errors css */
.message-box {
    position: absolute;
    width: 50%;
    text-align: center;
    left: 25%;
    top: 2px;
    z-index: 99;
    display: none;
}

/* tip box */
.warning, .success, .info, .error {
    line-height: 20px;
    border-radius: 2px;
    padding: 5px 8px;
}

.validation-summary-errors {
    line-height: 20px;
    border-radius: 2px;
    padding: 5px 8px;
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
}

    .validation-summary-errors.summary {
        background-color: transparent;
        border: none;
        color: inherit;
    }

.warning {
    color: #c09853;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
}

.success {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}

.info {
    color: #3a87ad;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
}

.error {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
}


/**/
.cls-container {
    color: #fff;
    text-align: center;
}

.cls-header {
    position: relative;
    background-color: rgba(234, 234, 234, 0.18);
}

    .cls-header:after {
        content: "";
        display: block;
        border-top: 10px solid rgba(255, 255, 255, 0.26);
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        margin-bottom: -10px;
        margin-left: -10px;
        bottom: 0;
    }


    .cls-header .cls-brand {
        line-height: 60px;
    }

.cls-brand {
    display: inline-block;
    padding: 20px 0;
}


.box-inline {
    display: inline-block;
    color: #D8D8D8;
}

.cls-container a.box-inline:hover, .cls-container a.box-inline:focus {
    color: #fff;
}

.cls-container .cls-brand .brand-icon, .cls-container .cls-brand .brand-title {
    background-color: rgba(0, 0, 0, 0);
    float: none;
    display: inline-block;
    line-height: 22px;
    font-size: 1.8em;
    font-weight: 600;
    padding: 5px;
    vertical-align: middle;
    width: auto;
}

.cls-brand a .brand-icon, .cls-brand a .brand-title {
    opacity: .7;
    transition: all .5s;
}

.text-thin {
    font-weight: 300;
}

.content {
    background-color: #eceef1;
    width: 400px;
    margin: 40px auto 10px auto;
    padding: 30px;
    padding-top: 10px;
    overflow: hidden;
    position: absolute;
    top: 10%;
    right: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: -blackberry-touch;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.cls-content {
    padding: 50px 15px 15px;
    padding-top: 10vh;
    position: relative;
}

    .cls-content .cls-content-sm, .cls-content .cls-content-lg {
        color: #515151;
        width: 70%;
        min-width: 270px;
        margin: 0 auto;
        position: relative;
    }

@media(min-width:768px) {
    .cls-content .cls-content-sm {
        width: 350px;
    }

    .cls-content .cls-content-lg {
        width: 700px;
    }
}


.label-text {
    line-height: 18px;
    font-weight: normal;
}

.top-logo {
    background-color: rgba(18, 173, 179, 0.8);
    text-align: center;
    padding: 15px 0;
}

.pad-ver {
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(18, 173, 179, 0.8);
    border-radius: 0 0 3px 3px;
}

.btn-link {
    color: #02447D;
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    font-size: 1.2em;
}

a.btn-link:hover {
    color: #C72904;
    text-decoration: none;
}

.mar-rgt {
    margin-right: 15px;
}

.mar-lft {
    margin-left: 15px;
}

.panel {
    box-shadow: 0 2px 0 rgba(0,0,0,0.05);
    border: 0;
    margin-bottom: 24px;
}

.panel-body {
    padding: 25px 20px 0 20px;
}

.pad-btm {
    padding-bottom: 10px;
    font-size: 1.4em;
    font-weight: bold;
}


.lang-selector {
    text-align: center;
    padding: 10px;
}

    .lang-selector .language-icon {
        opacity: 0.8;
    }


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 40px;
    background-color: rgba(234, 234, 234, 0.18);
    color: #444;
    font-weight: 600;
    text-align: center;
    z-index: -1;
}
