
/*------------------------------------------------------------------------------------------
#  Authentication
------------------------------------------------------------------------------------------*/
.text-h1{
    font-size: 24px;
    font-weight: bold;
    font-family: 'RobotoSlab', sans-serif;
    letter-spacing: .75px;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: calc(100vh - 217px);
}

.content-center .form-label ,.content-center .form-check-label{
    font-family: 'Roboto', sans-serif;
    letter-spacing: .75px;
    font-size: 14px;
}

.form-text {
    font-family: 'Roboto', sans-serif;
    letter-spacing: .5px;
}

.sort-to-auth {
    font-family: 'Roboto', sans-serif;
    letter-spacing: .5px;
}

.center-top {
    margin-top: -150px;
    min-height: calc(100vh - 120px) !important;
}

@media (max-width: 1400px) {
    .center-top {
        margin-top: 0px;
        min-height: calc(100vh - 270px) !important;
    }
}

.checked-icon {
    font-size: 45px;
    color: #008000;
}

.auth-max-w-fixed {
    max-width: 450px
}

.error-card {
    text-align: center;
}

.error-card h1 {
    font-size: 100px;
}

.auth-max-w-fixed .text-h2 {
    font-size: 20px;
    letter-spacing: .75px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .content-center {
        margin-top: 0;
        min-height: calc(100vh - 370px) !important;
    }

    .error-card h1 {
        font-size: 60px;
    }
}

.auth-branding img {
    width: 60px;
}

.auth-branding {
    color: #008000;
    font-size: 30px !important;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.icon-box{
    height: 40px;
    width: 40px;
    border: 2px solid #dce0e4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000000;
}

.icon-box:hover{
    border: 2px solid #006400 !important;
    color: #006400 !important;
}

.dark .icon-box{
    border: 2px solid #344050;
    color: #dce0e4;
}

@media (max-width: 991px) {
    .md-order-0{
        order: 0 !important;
    }
    .md-order-1{
        order: 1 !important;
    }
}

.btn-color-fb {
    background-color: #527bca !important;
    border-color: #527bca;
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .75px;
}

.btn-color-fb:hover, .btn-color-fb:active {
    background-color: #527bca !important;
    border-color: #527bca !important;
    color: #fff !important;
    box-shadow: none;
}

.btn-color-google {
    background-color: #d24836 !important;
    border-color: #d24836;
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .75px;
}

.btn-color-google:hover, .btn-color-google:active {
    background-color: #d24836 !important;
    border-color: #d24836 !important;
    color: #fff !important;
}

.btn-color-linked-in {
    background-color: #0077b4 !important;
    border-color: #0077b4;
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .75px;
}

.btn-color-linked-in:hover, .btn-color-linked-in:active {
    background-color: #0077b4 !important;
    border-color: #0077b4 !important;
    color: #fff !important;
}

.btn-color-insta {
    background: linear-gradient(90deg, rgba(233,177,33,.97) 0%, rgba(238,145,39,1) 5%, rgba(218,127,66,1) 15%, rgba(175,88,123,1) 66%, rgba(140,56,169,1) 100%);
    color: #fff !important;
    border:none !important;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .75px;
}

.btn-color-insta:hover, .btn-color-insta:active {
    background: linear-gradient(90deg, rgba(233,177,33,.97) 0%, rgba(238,145,39,1) 5%, rgba(218,127,66,1) 15%, rgba(175,88,123,1) 66%, rgba(140,56,169,1) 100%);
    color: #fff !important;
}
.st-text{
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 32px;
    word-break: break-word;
}

.branding-center{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media (max-width: 991px) {
    .sm-w-fix{
        max-width: 450px;
        margin: 0 auto;
    }
}
.page-middle {
    min-height: calc( 100vh - 165px ) !important;
}

.page-center{
    min-height: 100vh !important;
}