﻿body {
    background-color: #052b6c;
    color: #052b6c;
    background-image: url(/images/seamless-lagapro.png);
    background-repeat: repeat;
}

.btn-primary {
    background-color: #052b6c;
    margin: 0 auto;
    width: 125px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'AkkoPro-BlackItalic', sans-serif;
    font-family: AkkoPro-BlackItalic;
    font-weight: normal;
    font-style: normal;
    color: #052b6c;
}

h1 {
    font-size: 30px;
}

.content {
    display: flex;
    justify-content: space-between;
}

.login-page-forms {
    max-width: 720px !important;
    padding-top: 33px !important;
    padding-bottom: 0 !important;
    box-shadow: 4.1px 8.2px 8.2px #000000;
}

.round-corners {
    overflow: hidden;
    background-color: white;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.round-corners-register {
    background-color: #c8c8c8 !important;
    overflow: hidden;
    background-color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 13px;
    margin-right: 13px;
}

input {
    margin: auto;
    max-height: 33px;
    width:80%!important;
}
.btn-group > .btn-check:checked + .btn {
    background-color: #112b66;
}

.btn-group > .btn-check:active + .btn {
    background-color: white;
}

.btn-secondary {
    color: #a1a1a1;
    background-color: #dedede;
    border-color: #a6a6a6;
}

.valjare {
    font-size: 10px;
    vertical-align: super;
}

::placeholder {
    color: #c8c8c8 !important;
    opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c8c8c8 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #c8c8c8 !important;
}

@media (min-width: 768px) {
    .first-column-register {
        width: 100% !important;
        padding-left: 60px;
        padding-right: 60px;
        display: block !important;
        margin: 0 auto;
    }
    .second-column-register {
        padding-top:20px;
        padding-right: 46px;
        display: block !important;
    }
}

#registerForm input {
    text-align: left;
    width: 100% !important;
}

.labelheader {
    font-size:12px;
    color:#808080;
    padding-top:10px;
}

.validation-summary-errors {
    padding-top:5px;
    font-size:12px;
}
    .validation-summary-errors ul {
        padding-left: 16px!important;
    }

.text-gray {
    font-size: 10px;
    color: #808080;
}

#PasswordRulesOpen {
    margin-top: -10px;
    margin-bottom: 12px;
    padding-left: 0px;
    margin-left: 0px;
    font-size: 12px;
    color: #808080;
}


/* Default desktop layout (row or stacked as you like) */
.checkbox-row {
    display: flex;
    align-items: flex-start; /* checkbox aligned with first line of text */
}

/* Desktop: checkbox and label stay in two columns if desired */
.checkbox-col {
    flex: 0 0 auto;
    margin-top: 4px;
    margin-right: 12px;
}

.label-col {
    flex: 1 1 auto;
    min-width: 0; /* allows wrapping */
}


/* Mobile CSS form */
@media (max-width: 768px) {

    .img-form-logo-holder {

        width:350px;
        margin:0 auto;
    }

    .extra-margin {
        padding-left: 25px;
        padding-right: 25px;
    }

    .extra-margin-form {
        padding-left: 15px;
        padding-right: 15px;
    }

    #extra-width-90 {
        max-width: 90% !important;
    }

    .checkbox-row {
        display: flex;
        flex-direction: row; /* checkbox inline with text */
        align-items: flex-start;
        flex-wrap: wrap; /* allow text to wrap */
    }

    .checkbox-col {
        flex: 0 0 auto;
        margin-top: 4px;
        margin-right: 15px;
    }

    .label-col {
        position: absolute;
        padding: 20px;
        top: -5px;
        left: 38px;
    }

    .input-fix-mobile {
        width: 300px;
        padding-left: 0 !important;
        right: 0 !important;
        margin-left: -10px !important;
    }

    .input-fix-mobile-2 {
        width: 325px;
        padding-left: 0 !important;
        right: 0 !important;
        margin-left: -20px !important;
    }

    .mobile-form-input {
        min-width:80%!important;
    }

    .checkbox-col input[type="checkbox"] {
        min-width: 50px!important;

    }

    .alert-info.checkbox-row {
        min-height:180px;
    }

    .fix-g-width {
        position:relative;
        float:left;
        width:100%;
    }

    .fix-b-width {
        position: relative!important;
        float: left!important;
        width: 100%!important;
    }

}