﻿@import url(https://fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100);
@import url(https://fonts.googleapis.com/css?family=Poppins);

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

span.error {
    color: red;
}


body {
    margin: 0;
    padding: 0;
    background: #fff;
    /*color: #fff;*/
    color: #fff;
    font-family: Poppins;
    font-size: 12px;
}

/*.body {
    position: absolute;
    top: -40px;
    left: -20px;
    right: -40px;
    bottom: -40px;
    width: auto;
    height: auto;*/
    /*background-image: url(../images/bg.jpg);*/
    /*background-image: url(../images/Logodongfeng_.png);
    background-color: white;
    background-size: cover;*/
    /*-webkit-filter: blur(2px);*/
    /*filter: alpha(opacity=50);*/
    /*z-index: 0;
}*/

.row_ {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.body {
    position: absolute;
    top: -40px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    /*background-image: url(../images/bg.jpg);*/
    /*background-image: url(../images/LogoPrincipalDF.jpeg);*/
    /*background-image: url(../images/LogoPrincipalDF.png);*/
    /*    background-image: url(../images/LogoPrincipalDF2.jpg);*/
    background-image: url(../images/LogoPrincipal_.jpg);
    /*background-image: url(../images/Captain-C.jpg);*/
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    /*-webkit-filter: blur(2px);*/
    /*filter: alpha(opacity=50);*/
    z-index: 0;
}


span.error {
    color: red;
}

/*.grad {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -40px;
    bottom: -40px;
    width: auto;
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));*/ /* Chrome,Safari4+ */
    /*z-index: 1;
    opacity: 0.7;
}*/

.grad {
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    z-index: 1;
    opacity: 0.7;
}

.header {
    position: absolute;
    top: calc(19% - 60px);
    left: calc(50% - 255px);
    z-index: 2;
}

    .header div {
        float: left;
        color: #fff;
        /*color: #000000;*/
        font-family: Poppins;
        font-weight: bold;
        font-size: 45px;
        font-weight: 200;
    }

        .header div span {
            /*color: #5379fa !important;*/
            color: #fff !important;
            /*color: #000000 !important;*/
        }

.login {
    position: absolute;
    top: calc(20% - 75px);
    left: calc(55% - 50px);
    height: 150px;
    width: 350px;
    padding: 10px;
    z-index: 2;
}

    .login input[type=text] {
        width: 250px;
        height: 30px;
        background: #fff;
        border: 1px solid rgba(255,255,255,0.6);
        border-radius: 2px;
        color: black; /*#fff;*/
        font-family: Poppins;
        font-size: 12px;
        font-weight: 300;
        padding: 4px;

    }

    .login input[type=password] {
        width: 250px;
        height: 30px;
        background: #fff;
        border: 1px solid rgba(255,255,255,0.6);
        border-radius: 2px;
        color: black;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 900;
        padding: 4px;
        margin-top: 10px;
    }

    .login input[type=submit] {
        width: 250px;
        height: 35px;
        background: #fff;
        border: 1px solid #fff;
        cursor: pointer;
        border-radius: 2px;
        color: black;
        font-family: Poppins light;
        font-size: 16px;
        font-weight: 900;
        padding: 6px;
        margin-top: 10px;
    }

        .login input[type=submit]:hover {
            opacity: 0.8;
        }

        .login input[type=submit]:active {
            opacity: 0.6;
        }

    .login input[type=text]:focus {
        outline: none;
        border: 1px solid rgba(255,255,255,0.9);
    }

    .login input[type=password]:focus {
        outline: none;
        border: 1px solid rgba(255,255,255,0.9);
    }

    .login input[type=submit]:focus {
        outline: none;
    }

::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
    font-family: Poppins ligth;
}

input::placeholder {
    color: grey;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 100;

}
/*::-moz-input-placeholder {
    color: red;
}*/
