@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700";
@import "https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic";

* {
    list-style: none;
    margin: 0;
    padding: 0
}

.center {
    text-align: center
}

.container-fluid {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0
}

.cp {
    cursor: pointer
}

.h-100 {
    height: 100%
}

.hid {
    display: none
}

.inner-title {
    border-bottom: 1px solid #ccccccc4;
    display: block;
    margin: 0;
    margin-bottom: 10px;
    padding: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

    .inner-title .btn {
        float: right;
        font-size: .8rem;
        font-weight: 600;
        margin-top: -38px
    }

    .inner-title h2 {
        border-bottom: 1px solid #863dd9;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0;
        padding-bottom: 10px;
        text-align: center;
        text-align: left;
        width: 100%;
        width: 300px
    }

    .inner-title p {
        text-align: center;
        width: 100%
    }

.left {
    text-align: left
}

.logo {
    margin: 0 auto
}

.no-margin {
    margin: 0
}

.no-padding {
    background-color: white;
    padding: 0
}

.page-nav {
    padding: 40px;
    padding-top: 160px;
    text-align: center
}

    .page-nav ul {
        float: none;
        margin: auto
    }

.right {
    text-align: right
}

.session-title {
    margin: 0;
    padding: 30px
}

    .session-title h2 {
        font-family: 'Josefin Sans',sans-serif;
        font-weight: 400;
        text-align: center;
        width: 100%
    }

    .session-title p {
        float: none;
        margin: auto;
        max-width: 850px;
        text-align: center
    }

    .session-title span {
        float: right;
        font-style: italic
    }

.top-mar {
    margin-top: 15px
}

::placeholder {
    color: #747f8a !important;
    font-size: 13px;
    opacity: .5 !important
}

a {
    color: #444;
    outline: none;
    text-decoration: none
}

    a:hover {
        color: #444
    }

    a:hover, a:focus, input, textarea {
        outline: none;
        text-decoration: none
    }

body {
    background-color: #f1f1f145 !important;
    color: #6A6A6A;
    font-family: arimo;
    overflow-x: hidden
}



html, body {
    height: 100%
}

img {
    max-width: 100%
}

p {
    margin-bottom: 0;
    width: 100%
}



ul {
    margin-bottom: 0;
    padding-left: 0
}


.page-nav h2 {
    color: #444;
    font-size: 36px;
    width: 100%
}

@media screen and (max-width: 600px) {
    .page-nav h2 {
        font-size: 26px
    }
}

.btn {
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12)
}

.btn-light {
    background-color: #FFF;
    color: #3F3F3F
}

.btn-primary {
    background-color: #5288f4;
    border-color: #5288f4
}

    .btn-primary:active {
        background-color: #5288f4 !important;
        border-color: #5288f4 !important
    }

    .btn-primary:focus {
        background-color: #5288f4 !important;
        border-color: #5288f4 !important;
        box-shadow: none !important
    }

    .btn-primary:hover {
        background-color: #5288f4 !important;
        border-color: #5288f4 !important
    }

.btn-success {
    background-color: #223d50;
    border-color: #223d50
}

    .btn-success:active {
        background-color: #223d50 !important;
        border-color: #223d50 !important
    }

    .btn-success:focus {
        background-color: #223d50 !important;
        border-color: #223d50 !important;
        box-shadow: none !important
    }

    .btn-success:hover {
        background-color: #223d50 !important;
        border-color: #223d50 !important
    }

.collapse.show {
    display: block !important
}

.container {
    max-width: 1170px
}

.page-nav ul li {
    float: left;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 10px
}

    .page-nav ul li a {
        color: #444
    }

    .page-nav ul li i {
        color: #444;
        text-align: center;
        width: 30px
    }

@media screen and (max-width: 575px) {
    .container {
        padding: 10px 15px
    }
}

.img-box {
    border-right: 1px solid #cccccc5e;
    margin: auto;
    padding: 60px 40px;
    text-align: center
}

.login-box {
    border-left: 1px solid #cccccc5e;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 60px 50px
}

    .login-box .btnroo .btn {
        border-radius: 50px;
        margin-right: 15px;
        width: 120px
    }

    .login-box .donroo a {
        color: #5288f4;
        font-size: .9rem;
        padding-left: 3px;
        text-decoration: underline
    }

    .login-box .donroo p {
        font-size: .9rem
    }

    .login-box .forrr a {
        color: #5288f4;
        float: right;
        font-size: .9rem;
        margin-top: -22px
    }

    .login-box .forrr p {
        font-size: .9rem
    }

    .login-box .login-row {
        margin-top: 25px
    }

        .login-box .login-row input {
            margin-bottom: 0
        }

    .login-box h5 {
        margin-bottom: 50px
    }

    .login-box label {
        color: #928f8f;
        font-size: .93rem;
        margin-bottom: 0
    }

        .login-box label i {
            margin-right: 3px
        }

.login-container {
    background-color: rgb(255 255 255 / 89%);
    border: 3px solid #007bc1a6;
    border-radius: 5px;
    box-shadow: 1.5px 3.99px 27px 0 #007bc14d;
    margin: auto;
    margin-top: 7%;
    overflow: hidden;
    transition: .3s
}

body {
    background-image: url(../img/back-soft.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    overflow: hidden
}

@media screen and (max-width: 990px) {
    .container-fluid {
        align-items: flex-start
    }

    .login-container {
        margin-bottom: 5%
    }

    .row {
        flex-direction: column-reverse
    }

    body {
        overflow: auto
    }
}

