*{
    margin: 0;
    padding: 0;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert {
    width: 70%;
    margin: auto;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    box-sizing: border-box;
    font-family: "Nunito";
}

.success_message{
    width: 60%;
    margin: 10px auto;
}

.success_message #error_msg{
    width: 100%;
    padding: 5px 15px;
    background: white;
    color: red;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: "Poppins";
    text-align: center;
    letter-spacing: 1px;
}

.success_message #success_msg{
    width: 100%;
    padding: 5px 15px;
    background: white;
    color: green;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: "Poppins";
    text-align: center;
    letter-spacing: 1px;
}

.success_message #error_msg i,.success_message #success_msg i{
    padding-right: 5px;
    cursor: pointer;
}


body{
    width: 100%;
    height: auto
}

.login{
    width: 100%;
    height: auto;
    padding: 150px 200px;
    transform: translateY(-70px);
    background: #000000;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0f9b0f, #000000);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0f9b0f, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-sizing: border-box;
}

.login-flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    background: white;
    border-radius: 10px;
    padding: 50px 0;
}

.left-login{
    width: 50%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.left-login img{
    width: auto;
    height: auto;
}

.right-login{
    width: 50%;
    display: flex;
    height: auto;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    text-align: center;
}

.right-login form{
    width: 100%;
    align-items: center;
}

.login100-form-title {
    font-family: "Nunito";
    font-size: 24px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 54px;
}

.validate-input {
    position: relative;
}

.wrap-input100 {
    position: relative;
    width: 70%;
    margin: auto;
    z-index: 1;
    margin-bottom: 10px;
}

.rt-register{
    width: 70%;
    margin: auto;
}

.register-input{
    position: relative;
    width: 90%;
    margin: auto;
    z-index: 1;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.register-input div{
    width: 48%;
}

.input100 {
    font-family: "Nunito";
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 68px;
    box-sizing: border-box;
    outline: none;
}

.input002 {
    font-family: "Nunito";
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px;
    box-sizing: border-box;
    outline: none;
}

.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0 0;
    color: rgba(87,184,70,.8);
}

.symbol-input100 {
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666;
    font-size: 15px;
    transition: all .4s;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.container-login100-form-btn {
    width: 70%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login100-form-btn {
    font-family: "Nunito";
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #57b846;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0 25px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
button {
    outline: none!important;
    border: none;
    background: 0 0;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.p-t-12 {
    padding-top: 30px;
}
.text-center {
    text-align: center!important;
}

.txt1 {
    font-family: "Nunito";
    font-size: 13px;
    line-height: 1.5;
    color: #999;
}

.txt2 {
    font-family: "Nunito";
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: 0;
    transition: all .4s;
    text-decoration: none;
}

.txt2 a{
    font-family: "Nunito";
    font-size: 14px;
    line-height: 1.5;
    color: #327f06;
    margin: 0;
    transition: all .4s;
    text-decoration: none;
}

.txt2:hover{
    color: #327f06;
}

.p-t-136 {
    padding-top: 56px;
}

#error{
    width: 70%;
    margin: auto;
    text-align: left;
    font-family: "Nunito";
    color: red;
    font-size: 15px;
    padding: 4px 20px;
}