.logo {
    height: 260px;
    position: relative;
    padding-top: 3.5%;

}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.form {
    padding-top: 0px;
}

input[type=text] {
    color: #8B8E8E;
    border: none;
    padding: 16px 35px;
    height: 20px;
    margin-top: 18px;
    min-width: 265px;

}

input[type=email] {
    color: #8B8E8E;
    border: none;
    padding: 16px 35px;
    height: 20px;
    margin-top: 18px;
    min-width: 265px;

}

input[type=password] {
    color: #8B8E8E;
    border: none;
    padding: 16px 35px;
    height: 20px;
    margin-top: 18px;
    min-width: 265px;

}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8B8E8E;
    font-size: 12px;

}

#send {
    margin-top: 3%;
    border-radius: 20px;
    border: none;
    background: linear-gradient(to right, #FB6472, #FB785A);
    color: white;
    cursor: pointer;
    padding: 7px 40px;
    font-size: 13px;
}

#email {
    background-image: url(../images/email.png);
    background-position: 12px 9px;
    background-repeat: no-repeat;
    background-size: 15px 17px;
}

#pwd {
    background-image: url(../images/pwd.png);
    background-position: 12px 9px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

.pwd {
    background-image: url(../images/pwd.png);
    background-position: 12px 9px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

#forgetPwd {
    width: 150px;
    height: 50px;
    border: none;
    background-color: #EBEBEB;
    white-space: pre-line;
    color: #8B8E8E;
    cursor: pointer;
}

.errors {
    color: #FB6472;
    width: 400px;
    padding-top: 4%;
    padding-bottom: 2%;
    text-align: center;
}

.error-input {
    border: solid !important;
    border-width: 1px !important;
    border-color: #FB6472 !important;
}

.form div p {
    color: grey;
    text-align: center;
    padding-bottom: 20px;
}

#sendEmail {
    margin-top: 3%;
    border-radius: 20px;
    border: none;
    background: linear-gradient(to right, #FB6472, #FB785A);
    color: white;
    cursor: pointer;
    padding: 8px 70px;
    font-size: 13px;
}

.errors-email {
    color: #FB6472;
    padding-top: 3%;
    width: 220px;
    text-align: center;
}

button:focus {
    outline: none;
}

p {
    text-align: center;
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
}

.links_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.welcome_text{
    text-align: center;
    padding-top: 50px;
}
.deep_link {
    cursor: pointer;
    width: 25%;
}

.deep_link > img {
    vertical-align: middle;
    width: 100%;
    min-width: 100px;
}

.logo_container{
    display: flex;
    justify-content: center;
    min-height: 11vh;
    padding: 10px;
}

@media only screen and (max-width: 992px) {
    .container {
        width: 80%;
        margin: auto;
        font-size: 1rem;
    }
<<<<<<< HEAD
}

=======
    .links_container {
        padding-top: 20%;
        flex-direction: column;
    }
    .deep_link {
        width: 60%;
    }
}
>>>>>>> #CHRON-242
