﻿@font-face {
    font-family: "Roboto";
    src: url("/fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Flamente";
    src: url("/fonts/Flamante-Roma-Medium.ttf");
}

body {
    /*font-family: 'Poppins';*/
    font-family: 'Roboto' !Important;
}

.ismslogin {
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 50px;
    width: 60%;
}

.login-form-title {
    width: 100%;
    display: block;
    font-size: 20px;
    color: #3896c6;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 500;
}

#particles-js {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: fixed;
    top: 0px;
}

.box {
    position: relative;
    top: 0;
    opacity: 1;
    float: left;
    padding: 30px 50px 30px 50px;
    width: 100%;
    background: url(/image/icons/family.png) #fff no-repeat;
    background-position: center;
    border-radius: 10px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    z-index: 5;
}

    /*.box.back {
                transform: scale(.95);
                -webkit-transform: scale(.95);
                -ms-transform: scale(.95);
                top: -20px;
                opacity: .8;
                z-index: -1;
            }*/

    .box:before {
        content: "";
        width: 100%;
        height: 30px;
        border-radius: 10px;
        position: absolute;
        top: -10px;
        background: rgba(255, 255, 255, 0.52);
        left: 0;
        transform: scale(.95);
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        z-index: -1;
    }

.overbox .title {
    color: #fff;
}

    .overbox .title:before {
        background: #fff;
    }

.box .title {
    background: #04becabf;
    border-radius: 30px;
}

.title {
    width: 100%;
    float: left;
    line-height: 46px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
}

    .title:before {
        content: "";
        width: 5px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -50px;
        background: #04beca;
    }

.input,
.input label,
.input input,
.input .spin,
.button,
.button button .button.login button i.fa,
.material-button .shape:before,
.material-button .shape:after,
.button.login button {
    transition: 300ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: 300ms cubic-bezier(.4, 0, .2, 1);
    -ms-transition: 300ms cubic-bezier(.4, 0, .2, 1);
}

.material-button,
.alt-2,
.material-button .shape,
.alt-2 .shape,
.box {
    transition: 400ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: 400ms cubic-bezier(.4, 0, .2, 1);
    -ms-transition: 400ms cubic-bezier(.4, 0, .2, 1);
}

.input,
.input label,
.input input,
.input .spin,
.button,
.button button {
    width: 100%;
    float: left;
}

.input,
.button {
    margin-top: 30px;
    height: 70px;
}

    .input,
    .input input,
    .button,
    .button button {
        position: relative;
    }

        .input input {
            height: 60px;
            top: 10px;
            border: none;
            background: transparent;
        }

        .input input,
        .input label,
        .button button {
            /*font-family: 'Poppins', sans-serif;*/
            font-family: 'Roboto','Poppins', sans-serif;
            font-size: 15px;
            color: rgba(0, 0, 0, 0.8);
        }

        .input:before,
        .input .spin {
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .input:before {
            content: "";
            background: rgba(0, 0, 0, 0.1);
            z-index: 3;
        }

        .input .spin {
            background: #0956d7;
            z-index: 4;
            width: 0;
        }

.overbox .input .spin {
    background: rgba(255, 255, 255, 1);
}

.overbox .input:before {
    background: rgba(255, 255, 255, 0.5);
}

.input label {
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 2;
    cursor: pointer;
    line-height: 60px;
}

.button.login {
    width: calc((100% - 20px) / 2);
    transform: translate(50%,0%);
}

    .button.login input,
    .button input {
        width: 100%;
        line-height: 45px;
        left: 0%;
        background-color: #005bac;
        font-weight: 400;
        font-size: 15px;
        color: #fff !important;
        border: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        border-radius: 50px;
    }

/*.button.login {
            margin-top: 30px;
        }*/

.button button {
    background-color: #fff;
    color: #0956d7;
    border: none;
}

.button.login button.active {
    border: 3px solid transparent;
    color: #fff !important;
}

    .button.login button.active span {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
    }

    .button.login button.active i.fa {
        opacity: 1;
        transform: scale(1) rotate(-0deg);
        -webkit-transform: scale(1) rotate(-0deg);
        -ms-transform: scale(1) rotate(-0deg);
    }

.button.login button i.fa {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 60px;
    transform: scale(0) rotate(-45deg);
    -webkit-transform: scale(0) rotate(-45deg);
    -ms-transform: scale(0) rotate(-45deg);
}

.button.login input:hover {
    color: #0956d7;
    border-color: #cdd3e1;
}

.button {
    /*margin: 20px 0;*/
    overflow: hidden;
    z-index: 2;
}

    .button button {
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

.pass-forgot {
    width: 100%;
    float: left;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    font-size: 15px;
}

.click-efect {
    position: absolute;
    top: 0;
    left: 0;
    background: #ED2553;
    border-radius: 50%;
}

.overbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: inherit;
    border-radius: 10px;
    padding: 60px 50px 40px 50px;
}

    .overbox .title,
    .overbox .button,
    .overbox .input {
        z-index: 111;
        position: relative;
        color: #fff !important;
        display: none;
    }

    .overbox .title {
        width: 80%;
    }

    .overbox .input {
        margin-top: 20px;
    }

        .overbox .input input,
        .overbox .input label {
            color: #fff;
        }

    .overbox .material-button,
    .overbox .material-button .shape,
    .overbox .alt-2,
    .overbox .alt-2 .shape {
        display: block;
    }

.material-button.alt-2:hover {
    opacity: 0.3;
}

.material-button,
.alt-2 {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    /*background: #0956d7;*/
    background: url(/image/icons/svg/gear.svg) #fff no-repeat;
    background-size: contain;
    position: absolute;
    top: 40px;
    right: -70px;
    cursor: pointer;
    z-index: 100;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
}

    .material-button .shape,
    .alt-2 .shape {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

        .material-button .shape:before,
        .alt-2 .shape:before,
        .material-button .shape:after,
        .alt-2 .shape:after {
            content: "";
            background: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(360deg);
            -webkit-transform: translate(-50%, -50%) rotate(360deg);
            -ms-transform: translate(-50%, -50%) rotate(360deg);
        }

        .material-button .shape:before,
        .alt-2 .shape:before {
            width: 25px;
            height: 4px;
        }

        .material-button .shape:after,
        .alt-2 .shape:after {
            height: 25px;
            width: 4px;
        }

    .material-button.active,
    .alt-2.active {
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%) rotate(0deg);
        -webkit-transform: translate(50%, -50%) rotate(0deg);
        -ms-transform: translate(50%, -50%) rotate(0deg);
    }

body {
    background-image: url('/image/icons/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Roboto', sans-serif;
}

body,
html {
    overflow: hidden;
}

.materialContainer {
    border-radius: 10px;
    width: 60%;
    /*max-width: 460px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    outline: none;
}

A.class1 {
    color: #ffffff;
}

    A.class1:active {
        color: #ffffff;
    }

.second_login {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: #324a5e;
    padding: 2px 10px;
    border-radius: 20px;
}

.login-form {
    width: 100%;
}

.flex-sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.flex-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-logintype {
    text-align: center;
    font-size: 15px;
    line-height: 2;
    display: block;
    cursor: pointer;
    /*display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;*/
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: calc((100% - 20px) / 2);
    border-radius: 10px;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

    .btn-logintype.active {
        background-color: #3ca8ce !important;
        color: #fff;
    }

.m-b-20 {
    margin-bottom: 20px;
}

.logintype {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #3896c6;
}

.login-img {
    width: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

    .login-img::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.3);
    }

.btn-read-more {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 13px 30px;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-top: 40px;
}

.intro-content-wrapper .btn-read-more:hover {
    background-color: #fff;
    color: #000;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
    .login-form {
        /*width: 60%;*/
        padding-left: 30px;
        padding-right: 30px;
    }

    .materialContainer {
        width: 90%;
    }

    .login-img {
        width: 40%;
    }
}

@media (max-width: 915px) and (min-width: 769px) {
    .button.login {
        width: 100%;
        transform: inherit;
    }
}

@media (max-width: 768px) {
    .login-form {
        width: 100%;
    }

    .ismslogin {
        width: 100%;
    }

    .login-img {
        display: none;
    }
}

@media (max-width: 576px) {
    .login-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }

    .ismslogin {
        width: 100%;
    }

    .button.login {
        width: 100%;
        transform: inherit;
    }

    .rs1-wrap-input100,
    .rs2-wrap-input100 {
        width: 100%;
    }

    .rs2-wrap-input100 {
        border-left: 1px solid #e6e6e6;
    }
}


.bottom-arrow:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px auto;
    width: 0;
    height: 0;
    border-top: 25px solid #3ca8ce;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

#portallogin {
    background: url(/image/icons/admin-faint.png);
    background-repeat: no-repeat;
    background-position: 46px -25px;
}
#adminlogin {
    background: url(/image/icons/admin-faint.png);
    background-repeat: no-repeat;
    background-position: 46px -25px;
}