﻿


/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: OpenSans-Regular;
    src: url('../fonts/OpenSans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: OpenSans-Bold;
    src: url('../fonts/OpenSans/OpenSans-Bold.ttf');
}




/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: OpenSans-Regular, sans-serif;
}

/*---------------------------------------------*/

a {
    font-weight:bolder;
    font-family: OpenSans-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: white !important;
    /*background-image: url(/assets/images/3592452.jpg);
    background-size: cover;*/
    background-image: linear-gradient(45deg,#88b8bb,#1b7797,#1b7797,#1b7797,#1b7797) !important;
    border-radius: 1px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    background-repeat: no-repeat;
    margin-right: 6px;
    padding-bottom: 3px;
    padding-right: 3px;
    font-size: small;
    font: message-box;
    text-align: right;
    transition: all 1s;
    text-shadow: 2px 2px 4px red, 0 0 1em yellow, 0 0 002em purple;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
}

    a:focus {
        color: #88b8bb;
        outline: none !important;
    }

    a:hover {
        /*  background: -webkit-linear-gradient(right, #1b7797, #073d41);
        background: -o-linear-gradient(right, #073d41, #1b7797);
        background: -moz-linear-gradient(right, #1b7797, #073d41);
        background: linear-gradient(right, #1b7797, #1b7797);*/
        background-image: linear-gradient(45deg,#88b8bb,#88b8bb,#1b7797) !important;
        text-decoration: none;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
    }

    a ::before {
        content: "";
        display: block;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-family: OpenSans-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus, input:focus {
        border-color: transparent !important;
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}


label {
    color: #1b7797;
    display: block;
    margin: 0;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
.txt1 {
    font-family: OpenSans-Regular;
    font-size: 13px;
    line-height: 1.1;
    color: #cccccc;
}



/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-image: url(/assets/images/loginA.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background: #2575fc;
  background: -webkit-linear-gradient(left, #6a11cb, #2575fc);
  background: -o-linear-gradient(left, #6a11cb, #2575fc);
  background: -moz-linear-gradient(left, #6a11cb, #2575fc);
  background: linear-gradient(left, #6a11cb, #2575fc);*/
}
.container-login200 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
   
    /* background: #2575fc;
  background: -webkit-linear-gradient(left, #6a11cb, #2575fc);
  background: -o-linear-gradient(left, #6a11cb, #2575fc);
  background: -moz-linear-gradient(left, #6a11cb, #2575fc);
  background: linear-gradient(left, #6a11cb, #2575fc);*/
}

.wrap-login100 {
    /*margin-top:70px;*/
    width: 560px;
}


/*==================================================================
[ Form ]*/

.login100-form {
    width: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.login100-form-title {
    width: 100%;
    display: block;
    font-family: OpenSans-Regular;
    font-size: 30px;
    color: #fefefe;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 33%;
    height: 75px;
    position: relative;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    background-color: #fff;
}

    .wrap-input100.rs1 {
        border-top-left-radius: 12px;
        border-right: none;
    }

    .wrap-input100.rs2 {
        border-top-right-radius: 12px;
    }

.label-input100 {
    font-family: OpenSans-Bold;
    font-size: 15px;
    color: #1b7797;
    line-height: 0;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 30px;
    left: 0;
    top: 35px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100 {
    font-family: OpenSans-Bold;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: transparent;
    padding: 0px 30px;
    margin-bottom: 10px;
}

login100-form-btn

input.input100 {
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.input100:focus {
    height: 55px;
}

    .input100:focus + .label-input100 {
        top: 10px;
        font-size: 15px;
        color: #1b7797;
    }

.has-val {
    height: 55px !important;
}

    .has-val + .label-input100 {
        top: 10px;
        font-size: 13px;
        color: #1b7797;
    }


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 99%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login100-form-btn {
    font-family: OpenSans-Bold;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 70px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
    /* background: #5a1d9a;*/
    /* background-image: url(/assets/images/3592452.jpg);
    background-size: cover;
    background-repeat: no-repeat;*/
    background-image: linear-gradient(45deg,#88b8bb,#88b8bb,#1b7797,#1b7797,#88b8bb,#88b8bb) !important;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

    .login100-form-btn::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0;
        /*background: #073d41;*/
        /*background: -webkit-linear-gradient(right, #1b7797, #073d41);
        background: -o-linear-gradient(right, #073d41, #1b7797);
        background: -moz-linear-gradient(right, #1b7797, #073d41);
        background: linear-gradient(right, #1b7797, #1b7797);*/
        background-image: linear-gradient(45deg,#88b8bb,#88b8bb,#88b8bb,#88b8bb,#1b7797) !important;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .login100-form-btn:hover {
        background-color: transparent;
    }

    .login100-form-btn:focus {
        /*  background: #073d41;
        background: -webkit-linear-gradient(right, #1b7797, #073d41);
        background: -o-linear-gradient(right, #073d41, #1b7797);
        background: -moz-linear-gradient(right, #1b7797, #073d41);
        background: linear-gradient(right, #1b7797, #1b7797);*/
        background-image: linear-gradient(45deg,#88b8bb,#88b8bb,#88b8bb,#88b8bb,#1b7797) !important;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .login100-form-btn:hover:before {
        opacity: 1;
    }



/*------------------------------------------------------------------
[ Responsive ]*/


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 100;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    font-family: OpenSans-Bold;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 110;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}




/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/
@media (max-width: 576px) {
    .wrap-input100 {
        width: 100%;
    }

        .wrap-input100.rs1 {
            border-top-right-radius: 12px;
            border-right: 1px solid #e0e0e0;
        }

        .wrap-input100.rs2 {
            border-top-right-radius: 0px;
        }


    .wrap-input100-login {
        width: 100%;
    }

        .wrap-input100-login.rs1 {
            border-top-right-radius: 12px;
            border-right: 1px solid #e0e0e0;
        }

        .wrap-input100-login.rs2 {
            border-top-right-radius: 0px;
        }


    .container-login100-form-btn {
        width: 100%;
    }
}
