@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);

.main,
.wis_div {
    align-items: center;
    display: flex
}

.iconsf a,
a.whatsapp_link,
a:hover {
    text-decoration: none
}

.main {
    font-family: "Roboto Condensed", sans-serif;
    margin: 0;
    justify-content: center;
    background: #000
}

.diamondlogo {
    width: 10%;
    height: 100%;
}

.logopl {
    text-align: center;
    background-color: #000;
    padding: 0.5rem 0rem;
}

.login-container {
    background-color: #900404;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    overflow: hidden;
    width: 350px;
    height: 50%;
    margin-bottom: 23px;
    text-align: center
}

@media only screen and (max-width:768px) {
    .diamondlogo {
        width: 35%;
        height: 100%;
    }

    .login-container {
        margin-left: 1%
    }
}

.login-form {
    padding: 20px;
    box-sizing: border-box
}

.input-field {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: #fff;
    color: #333;
    outline: 0;
    transition: border-color .3s, background-color .3s
}

.input-field:focus,
.input-field:hover {
    border-color: #3498db
}

.button-container {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.login-button,
.register-button {
    flex: 1;
    padding: 6px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .3s, border-color .3s
}

.login-button {
    background-color: #3498db;
    color: #fff;
    width: 100%
}

.login-button:hover {
    background-color: #2980b9
}

a:hover {
    color: #fff
}

.register-button {
    background: linear-gradient(to right, #BF953F, #ead26e, #f0dc77, #d3b151, #AA771C) !important;    border: 1px solid #900404;
    color: #000 !important;
    margin-right: 5px;
    font-weight: 400 !important;
    font-size: 16px !important
}

.fa-instagram,
.fa-twitter {
    padding: 10px;
    border-radius: 30px
}

.register-button:hover {
    border-color: #fff !important;
    color: #fff !important
}

@media screen and (max-width:600px) {
    .login-container {
        width: 76%
    }
}

.login-form {
    max-width: 300px;
    margin: auto
}

.wis_div img {
    width: 32px !important;
    height: 34px;
    margin: 10px 0;
    filter: grayscale(1)
}

.wis_div b {
    color: #ccc;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 9px;
    margin-left: 5px
}

a.whatsapp_link {
    text-align: center;
    display: flex;
    background: green;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
    position: relative;
    align-items: center;
    justify-content: center
}
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 35px;
    background: linear-gradient(90deg, rgb(55, 223, 97) 0%, rgb(9, 187, 3) 100%);
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}

.fa-whatsapp {
    margin-right: 10px !important;
    font-size: 30px
}

.paro,
.ready {
    font-size: 10px
    
    
}

.paro {
    text-align: justify;
    border-bottom: 1px dashed;
    border-color: green
    
}

.logincolor,
.ready {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif
}

.iconsf {
    margin-left: 2px
}

.fa-instagram {
    background-color: #e83e8c;
    color: #fff
}

.fa-twitter {
    background-color: #08c;
    color: #fff
}

.iconsf a {
    font-size: 15px;
    color: #000 !important;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif
}

.ready {
    margin-left: 7px;
    color: #fff
}

.logincolor {
    font-size: 22px;
    color: #fff
}

::placeholder {
    font-family: "Roboto Condensed", sans-serif
}

.input-container1 {
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px
}

input[type=password],
input[type=phone],
input[type=text] {
    box-sizing: border-box;
    width: 100%;
    border: none;
    background-color: inherit;
    outline: 0
}

input[type=text] {
    padding: 10px 10% 10px 10px
}

input[type=password],
input[type=phone] {
    padding: 10px 10% 0 10px
}

.icon-container1 {
    position: absolute;
    top: 50%;
    margin-left: 10px;
    width: 20px;
    transform: translateY(-50%);
    right: 0;
    color: #555
}

.icon-container1 i {
    font-size: 18px
}

.download-button {
    display: flex;
    justify-content: center;
    align-items: center
    display:
}

.download-button button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
    animation: 3s linear infinite pulse;
    padding: 6px 10px;
    width: 90%;
    background-color: #000
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: #08c 0 0 0
    }

    25%,
    75% {
        box-shadow: #016da3 0 0 25px
    }

    50% {
        box-shadow: #0af 0 0 40px
    }
}

.download-button button a {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500
}

.download-button button a img {
    width: 10%
}