﻿.diamond {
    height: 380px;
    width: 380px;
    background-color: #7FDBFF;
    transform: rotate(-45deg);
}

body {
    font-family: Verdana;
    /*background-image: url('../img/loginimg/astronomy-1867616__340.jpg');*/
    /*background-image: url('../images/h1-blog-bg.png');*/
    background-color: #f1f3f4;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.container-login100 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100vh;
    padding: 15px 0px 15px 0px;
    width: 100%;
}

.form-label {
    font-weight: normal;
    color: #fff;
}

.wrap-login100 {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    /*box-shadow: 0px 0px 8px 0px #fff;*/
    overflow: hidden;
    padding: 40px 0px 0px 0px;
    width: 500px;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    opacity: 0.8;
    /*background-image: url('../images/bg6.jpeg');*/
    background-repeat: no-repeat;
    background-size: cover;
}

.register-bg {
    /*margin-right: 10px;*/
    text-align: center;
    box-sizing: border-box;
    background-image: url('../img/regi-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 1038px;
    position: relative;
}

.login100-pic {
    width: 150px;
}

    .login100-pic img {
        max-width: 100%;
    }

.login100-form {
    width: 350px;
    /*margin-bottom: 75px;*/
}

.login100-form-title {
    color: #FFF6E2;
    display: block;
    font-size: 25px;
    /*line-height: 1.0;*/
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
}

.logo-img {
    width: 150px;
    height: 100%;
    /*display:block;*/
    margin-top: -30px;
    color: #fff;
    /*padding: 10px;*/
    margin-bottom: 10px;
    font-size: 28px;
}

    .logo-img img {
        width: 100%;
    }

.wrap-input100 {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 25px;
}

.input100 {
    display: block;
    line-height: 1.5;
    padding: 0 0 0 55px;
    width: 100%;
    background: transparent;
    border: none;
    height: 50px;
    color: #000 !important;
    border: 1px solid grey;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 40px;
    padding-right: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-control {
    display: block;
    line-height: 1.5;
    padding: 0 0 0 55px;
    width: 100%;
    background: transparent;
    border: none;
    height: 50px;
    border: 1px solid grey;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 40px;
    padding-right: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.wrap-select100 {
    background: #fff none repeat scroll 0 0;
    /*border-radius: 10px;*/
    color: #000;
    display: block;
    font-size: 15px;
    height: 50px;
    line-height: 1.5;
    padding: 0 0 0 15px;
    width: 100%;
    border: 2px solid #3F84BD;
}

input {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    outline: medium none;
    border-radius: 0px;
}

.focus-input100 {
    border-radius: 25px;
    bottom: 0;
    box-shadow: 0 0;
    color: rgba(87, 184, 70, 0.8);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.symbol-input100 {
    align-items: center;
    /*border-radius: 25px;*/
    bottom: 0;
    color: #666;
    /*display: flex;*/
    font-size: 15px;
    height: 100%;
    left: 0;
    padding-left: 35px;
    pointer-events: none;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.container-login100-form-btn {
    /*display: flex;*/
    /*flex-wrap: wrap;
    justify-content: center;*/
    padding-top: 0px;
    /*width: 100%;*/
}

.login100-form-btn {
    /*border-radius: 25px;*/
    text-transform: uppercase;
    /*display: flex;*/
    font-size: 15px;
    font-weight: bold;
    height: 45px;
    line-height: 1.5;
    /*padding: 0 25px;*/
    transition: all 0.1s ease 0s;
    width: 100%;
    border-radius: 40px;
    background: #085d30 !important;
    border: 1px solid #fbceb5 !important;
    color: #fff !important;
}

    .login100-form-btn:hover {
        background: #000;
        border: none;
    }

.developed {
    margin-top: 20px;
}

.p-t-12 {
    padding-top: 0px;
}

.text-center {
    text-align: center !important;
}

.txt1 {
    color: #52404D;
    /*font-size: 17px;*/
    line-height: 1.5;
}

.txt2 {
    color: #52404D;
    font-weight: bold;
    /*font-size: 17px;*/
    line-height: 1.5;
}

    .txt2:hover {
        color: dodgerblue;
    }

.txt3 {
    color: #3F84BD;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    text-decoration: underline;
}

    .txt3:hover {
        color: #2A59A1;
    }

.p-t-136 {
    padding-top: 10px;
}

.m-l-5 {
    margin-left: 5px;
}

@media(max-width:992px) {
    .wrap-login100 {
        padding: 100px 0px 22px 75px;
    }

    .login100-pic {
        width: 35%;
    }

    .login100-form {
        width: 50%;
    }

    .p-t-136 {
        padding-top: 90px;
    }

    .input100 {
        font-size: 15px;
    }

    .logo-img {
        margin-top: 50px;
        width: 325px;
    }
}

@media(max-width:576px) {
    .wrap-login100 {
        padding: 100px 15px 33px;
    }
}

@media(max-width:768px) {
    .wrap-login100 {
        padding: 0;
    }

    .login100-pic {
        width: 70%;
    }

    .login100-form {
        width: 325px;
        padding-left: 10px;
        margin-bottom: 0px;
    }

    .input100 {
        padding: 0 0 0 45px;
    }

    .login100-form-title {
        font-size: 22px;
        margin-top: 35px;
    }


    .txt1 {
        font-size: 12px;
    }

    .txt2 {
        font-size: 13px;
    }
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: 15px;
    border-right: 7px;
    width: 15px;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: 15px;
    border-right: 7px;
    width: 20px;
    margin: 0px;
}

    input[type="checkbox"]:focus, input[type="radio"]:focus {
        outline: none;
    }

.login-icon {
    /*float: left;*/
    width: 14%;
    height: 100%;
    text-align: center;
    padding: 14px 0px 0px 0px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    opacity: 0.7;
    background-color: #085d31;
    border-radius: 50%;
}

textarea:focus, input:focus {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    outline: medium none;
    border-radius: 7px;
}

input::-moz-placeholder {
    color: #999;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* Different Dashboard Css End */


/*Forget Password Css Start*/
.fplogin100-form {
    margin-top: 50px;
    width: 330px;
}
/*Forget Password Css End*/

/* Parsley Css Start From Here */

/*.parsley-errors-list.filled {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 10px;
    position: relative;
    background-color: #ff7575;
    font-size: 12px;    
    color: #fff;
}

    .parsley-errors-list.filled > li {
        list-style: none;
        font-weight: bold;
    }*/

/* Parsley Css End At Here */

/* Parsley Css Start From Here */

.parsley-errors-list.filled {
    margin-top: 5px;
    margin-left:40px;
    margin-bottom: 0px;
    /*position: relative;
    background-color: #ff7575;*/
    color: #fff;
    padding: 0px 0px;
}

    .parsley-errors-list.filled:after {
        /*position: absolute;
        top: -6px;
        left: 10px;
        content: '';
        display: block;
        width: 0;
        height: 0;
        -moz-transform: scale(.9999);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ff7575;*/
    }

    .parsley-errors-list.filled > li {
        list-style: none;
        font-family: verdana;
        font-weight: bold;
        font-size: 10px;
        float: left;
        color: #f00;
    }

/* Parsley Css End At Here */

.alert {
    padding: 7px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media(max-width:768px) {
    .login-icon {
        /*float: left;*/
        text-align: center;
        width: 14%;
        height: 100%;
        padding: 14px 0px 0px 0px;
        color: #fff;
        font-size: 15px;
        cursor: pointer;
        position: absolute;
        opacity: 0.7;
        background-color: #085d31;
    }
}
