@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');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.wrapp{
    width: 100%;
    height: 100%;
    background-color: #5ea112;
    background-image: url('splbg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
   padding: 20px 5px;
}

.form-con{
    width: 90%;
    height: auto;
    max-width: 700px;
    
}
.wrapp .form-con .logo{
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
}
.sel{
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat 95% 50%;
    appearance: none;
    width: 100%;
    padding-left: 6px;
    outline: none;
    color: #57584e;
    border: 1px solid #fafafa;
    border-radius: .25rem;
    background-color: #fafafa;
    transition: all .3s ease-in-out;
display: block;
}
form{
    background-color: #f1f5f8;
    padding: 0 0 20px 0;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);

}
form .form-container{
    width: 90%;
    margin: 0 auto;
}
form .form-container .reg-txt{
    width: 100%;
    text-align: center;
    padding: 25px 0;
}
form .form-container .form-de .sec{
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    justify-content: space-between;
}
form .form-container .form-de .sec .input-type{
        display: grid;
    grid-template-columns: 17% 83%;
    width: 45%
}
form .form-container .form-de .sec .input-type .input-icon{
    background-color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
form .form-container .form-de .sec .input-type .input-icon .fa{
    color: green;
    font-size: 1.5rem !important;
    margin: 0;
}
form .form-container .form-de .sec .input-type .form-ctrl{
    width: 100%;
    padding-left: 6px;
    outline: none;
    color: #57584e;
    border: 1px solid #fafafa;
    border-radius: .25rem;
    background-color: #fafafa;
    transition: all .3s ease-in-out;
}
.agree a{
    text-decoration: none;
    font-size: 0.9rem;
}
.sub-btn{
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid ;
    border-color: transparent;
    background-color: rgba(55, 125, 255, 0.1);
    font-weight: 600;
    color: green;
    transition: all .3s ease-in-out;
    cursor: pointer;
    font-size: 1.2rem;
}
.sub-btn:hover{
    color: #fff;
    background-color: green;
}
hr{
    
}
.or{
    width: 100%;
    text-align: center;
    background-color: #fff;
    width: 50px;
    height: 50px;
}
.horo{
    width: 100%;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 30px;
}
.create{
    width: 100%;
    text-align: center;
}
.create a{
    color: #fff;
    text-decoration: none;
    background-color: green;
    width: 100%;
    display: block;
    padding: 10px 20px;
    margin-bottom: 20px;
}
 .agree{
    display: flex;
    width: 100%;
}
#person{
    display: none;
    transition: 3s ease-in-out;
}

/* ------------------- */
/* ACCESS DENIED ERROR */
/* ------------------- */
#access-denied-error {
    position: relative;
    width: 100%;
    height: 100vh;
    font-size: 25px;
    color: #fff;
    /*background-color: #999;*/
    pointer-events: none;
    user-select: none;
}

.middle-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    color: red;
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
}




@media screen and (max-width: 710px) {
    form .form-container .form-de .sec{
        flex-direction: column;
        justify-content: center;
        margin: 0ex;
    }
    form .form-container .form-de .sec .input-type{
        width: 100%;
        margin-bottom: 15px;
    }
    form .form-container .form-de .sec .input-type .form-ctrl{
        width: 100%;
        
    }
    form .form-container .form-de .sec .input-type .sel{
        width: 100%;
        
    }
    .wrapp{
        height: 100%;
    }
    .middle-center{
        width: 100%;
    line-height: 1.2;
    }
}