/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/**
* Login page
 */
body.login{
    background-image: url("../images/maldives-gcaae16377_1920.jpg");
    background-position: center;
    background-size: cover;
}
.login form{
    background: #ffffffa6 !important;
    border-radius: 15px;
}
.login form#loginform2{
    position: absolute;
    left: 1%;
    top: 1%;
    width: 320px;
    background: #ff0000e3 !important;
    color: #ffffff;
    text-align: center;
}
.login form#loginform2 a{
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.login #backtoblog{
    display: none;
}
#wp-admin-bar-versions .badge{    padding: 0 10px;}

@media only screen and (max-width: 630px) {
    .login form#loginform2{
        left: auto;
        position: relative;
    }
}
