* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.navbar-brand{
    border-bottom: 1px solid #d2d2d2;
}
input {
    color: rgb(0, 0, 0) !important;
}

.form-control:focus {
    background-color: transparent;
    color: rgb(36, 36, 36);
}

.main-terminal{
    justify-content: center;
    align-items: center;
}

.aphlarom h1{
    color: #333;
}
.aphlarom {
    color: aliceblue;
    padding: 50px 30px 10px 30px;
}

.aphlarom p {
    color: rgb(145, 158, 181);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 0.3px;
}
.aphlarom img{
    width: 80%;
}

.blasphamos {
    padding: 0px 30px !important;
}



.forgot {
    padding: 0px 0px;
    font-size: 14px !important;
    color: rgb(61, 191, 91);
    font-weight: 600;
    text-decoration: none;
}

.buton {
    margin-top: 100px;
}

.form-label {
    font-size: 12px;
}

.copy-form {
    color: rgb(145, 158, 181);
    margin: 10px 10px;
}

.copy-form a {
    color: rgb(156, 156, 156);

}

.copy-form a:hover {
    color: rgb(220, 220, 220);

}

@media screen and (max-width:768px) {
    .form-container {
        width: 100% !important;
        height: 50vh !important;
    }

    .blasphamos {
        max-width: 100% !important;
        padding: 0px 40px !important;
    }

    .row {
        /* padding: 0px 0px 0px 0px; */
    }

    .aphlarom {
        padding: 10px 0px 10px 0px;
    }

    .buton {
        margin-top: 150px;
    }

}
@media screen and (max-width:1024px){
     .form-container {
        width: 100% !important;
        height: 50vh !important;
    }

    .blasphamos {
        max-width: 100% !important;
        padding: 0px 30px !important;
    }

    .row {
        padding: 100px 0px 0px 0px;
    }

    .aphlarom {
        padding: 10px 0px 10px 0px;
    }
    svg{
        height: 30vh;
    }

}
@media screen and (max-width:425px){
    .row {
        padding: 0px 0px 0px 0px;
    }

}

@media screen and (min-width:1440px) {
    .row {
        padding: 100px 50px 0px 100px;
    }

    .aphlarom {
        padding: 10px 0px 10px 0px;
    }

    .buton {
        margin-top: 200px;
    }
}



#error-msg {
    color: red;
}

#valid-msg {
    color: #00c900;
}

input.error {
    border: 1px solid #8f1212 !important;
}

.hide {
    display: none;
}

.phone-input {
    margin-bottom: 5px;
    padding: 8px 10px;
    width: 100% !important;
    background-color: transparent;
   
    border-radius: 8px;
}


.iti {
    width: 100%;
}

.iti__search-input {
    padding: 8px;
}

input {
    outline: none;
}

#ver-form {
    display: none;
}

.ver-form h4 {
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.ver-form p {
    color: #fff;
    font-weight: 600;
}



.iti button {
    background-color: unset !important;
    padding: 0px;
    margin: 0px;
}

.form-container {
    /* border: 1px solid #333; */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 80%;
    background-color: #ffffff;
    padding: 30px 40px 10px 40px;
    height: 62vh;
    border-radius: 7px;
}

.text-label {
    width: 12px;
    font-weight: 600;
    color: #eee;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}

.form-step {
    display: none;
    flex-direction: column;
}

.form-step.active {
    display: flex;
}
.form-step h3{
    color: #333;
    font-weight: 700 !important;
}
.form-step .frm-p{
    color: #8d8d8d;
    font-size: 14px;
    font-weight: 600;
}
.frm-p a{
    color: rgb(61, 191, 91);
    text-decoration: none;
}

label {
    margin-top: 9px;
    color: #1a1a1a !important;
}

input {
    padding: 8px;
    margin-top: 5px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    color: #fff;
    box-shadow: 1px 1px 2px 1px #dbdbdb;
}

button {
    margin-top: 20px;
    padding: 10px;
    width: 100%;
    background-color: rgb(61, 191, 91);
    border-radius: 6px !important;
    color: white;
    border: 1px solid rgb(43, 145, 67);
    cursor: pointer;
    font-weight: bold;
}