@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

.alert-login div {
	background-color: red;
}

body {
	padding-top: 20px !important;
    margin: 0;
    padding: 0;
    background: url(../img/nube.jpg) no-repeat 0px 0px;
    min-height: 100vh;
    background-size: cover;
    font-family: 'Raleway', sans-serif;
}
h2 {
    margin: 0;
    color:#ffffff;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

.login-form {
    background: rgba(0, 0, 0, 0.4117647058823529);
    max-width: 500px;
    margin: 0 auto;
    padding: 3em;
    border-radius: 10px;
    box-sizing: border-box;
}

.group {
    display: flex;
    padding: 15px 5px;
    background-color: rgba(0, 0, 0, 0.4117647058823529);
}

.group i {
    color: #1E90FF;
    font-size: 24px;
    padding: 0 10px;
}

.form-group {
    margin: 30px 0;
}

.form-group label {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    color: blue;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-style: italic;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    border: none;
    box-sizing: border-box;
    background: transparent;
    color: #000;
}

input[type="text"]:focus,
input[type="password"]:focus {
    outline: none;
}

button {
    background: #1E90FF;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    padding: 12px 60px;
    cursor: pointer;
    width: 100%;
    border-radius: 6px;
}

button:hover {
    background-color: #00BCD4;
    transition-duration: 5s;
}



@media(max-width:768px) {
    h1 {
        font-size: 47px;
    }
    #recaptcha {
	transform:scale(0.77);
	-webkit-transform:scale(0.77);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}
}

@media(max-width:667px) {
    h1 {
        font-size: 45px;
    }
}

@media(max-width:640px) {
    h1 {
        font-size: 43px;
    }
}

@media(max-width:568px) {
    h1 {
        font-size: 40px;
    }
}

@media(max-width:480px) {
    .login-form {
    margin: 0 3vw;
}
    h1 {
        font-size: 38px;
    }
}

@media(max-width:414px) {
    h1 {
        font-size: 34px;
    }
    #recaptcha {
	transform:scale(0.77);
	-webkit-transform:scale(0.77);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}
}

@media(max-width:384px) {
    h1 {
        font-size: 30px;
    }
}

@media(max-width:320px) {
    h1 {
        font-size: 25px;
    }
}
