.label-svg-container {
    display: flex;
    align-items: center;
}

.label-svg-container label {
    margin-right: 10px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
body,
html {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;;
}

a {
    font-family: Arial, Helvetica, sans-serif;;
    font-size: 14px;
    line-height: 1.7;
    color: #030202;
    margin: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

a:focus {
    outline: none !important
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

p {
    font-family: Arial, Helvetica, sans-serif;;
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
    margin: 0
}

ul,
li {
    margin: 0;
    list-style-type: none
}

input {
    outline: none;
    border: none
}

textarea {
    outline: none;
    border: none
}

textarea:focus,
input:focus {
    border-color: transparent !important
}

input::-webkit-input-placeholder {
    color: #8c8c8c
}

input:-moz-placeholder {
    color: #19741a
}

input::-moz-placeholder {
    color: #19741a
}

input:-ms-input-placeholder {
    color: #19741a
}

textarea::-webkit-input-placeholder {
    color: #19741a
}

textarea:-moz-placeholder {
    color: #19741a
}

textarea::-moz-placeholder {
    color: #19741a
}

textarea:-ms-input-placeholder {
    color: #19741a
}

button {
    outline: none !important;
    border: none;
    background: 0 0
}

button:hover {
    cursor: pointer
}

iframe {
    border: none !important
}

.txt1 {
    font-family: Arial, Helvetica, sans-serif;;
    font-size: 16px;
    line-height: 1.4;
    color: #999
}

.txt2 {
    font-family: Arial, Helvetica, sans-serif;;
    font-size: 16px;
    line-height: 1.4;
    color: #19741a
}

.hov1:hover {
    color: #19741a;
    text-decoration: underline
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    min-width: 50vh;
    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-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1
}

.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}


/* Styles for small screens */
@media (max-width: 1300px) {
    .container-login100::before {
        background: linear-gradient(135deg, #73FFAE 0%, #002661 0.01%, #083267 5.5%, #95FFC6 100%);
    }
         .w-lg-50.bgi-size-cover.bgi-position-center.order-1.order-lg-2 img {
             display: none;
         }
    
         .w-lg-50.p-10.order-2.order-lg-1 {
             width: 100%;
         }
    
         .wrap-login100 {
             width: calc(100% - 150px);
             padding: 100px;
         }
         .right-side {
          display: none !important;
         }

        .left-side {
           width: 100% !important;
           }

}


.wrap-login100 {
    width: 700px;
    background: #fff;
    border-radius: 10px;
}

.login100-form {
    width: 100%
}

.login100-form-title {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: black;
    line-height: 1.2;
    text-align: center
}

.wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 20px
}

.input100 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 55px;
    background: 0 0;
    padding: 0 20px 0 23px;
    border-radius: 20px;
}

.focus-input100 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.border-radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input100:focus+.focus-input100 {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2)
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #36ae66;
    border-radius: 25px;
    font-family: Arial, Helvetica, sans-serif;
;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;

}

.login100-form-btn:hover {
    background-color: #31872b;
}

.validate-input {
    position: relative
}

.alert-validate .focus-input100 {
    box-shadow: 0 5px 30px 0 rgb(0, 153, 0);
    -moz-box-shadow: 0 5px 30px 0 rgb(0, 153, 0);
    -webkit-box-shadow: 0 5px 30px 0 rgb(0, 153, 0);
    -o-box-shadow: 0 5px 30px 0 rgb(0, 153, 0);
    -ms-box-shadow: 0 5px 30px 0 rgb(0, 153, 0)
}

.alert-validate::before {
    content: attr(data-validate);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    min-height: 62px;
    background-color: #fff;
    border-radius: 20px;
    top: 0;
    left: 0;
    padding: 0 45px 0 22px;
    pointer-events: none;
    font-family: Arial, Helvetica, sans-serif;;
    font-size: 16px;
    color: #fa4251;
    line-height: 1.2
}

.btn-hide-validate {
    font-family: Arial, Helvetica, sans-serif;;
    font-size: 15px;
    color: #fa4251;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 62px;
    top: 0;
    right: 23px
}

.rs1-alert-validate.alert-validate::before {
    background-color: #fff
}

.true-validate::after {
    content: "\f269";
    font-family: Arial, Helvetica, sans-serif;;
    font-size: 15px;
    color: #71d75f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 62px;
    top: 0;
    right: 23px
}

.login100-social-item {
    font-size: 25px;
    color: rgb(125, 239, 125);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    margin: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

.login100-social-item img {
    width: 26px
}

.login100-social-item:hover {
    color: #18b00d;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2)
}

@media(max-width:480px) {
    .wrap-login100 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.p-t-57 {
    padding-top: 57px
}

.p-b-20 {
    padding-bottom: 20px
}

.p-b-37 {
    padding-bottom: 37px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-10 {
    margin-bottom: 10px
}
