body {
	background: #222;
}
.right-align{
	justify-content: flex-end !important;
}
.bg-login {
    background: url() no-repeat center;
    background-size: cover;
    padding: 20px;
    min-height: 64vh;
}
.bg-login .contain {
    background-color: rgba(0, 0, 0, 0.2);
    margin: 50px auto;
    padding: 45px 50px;
    min-height: auto;
    max-width: 600px;
}
.contain p {
    color: #fff;
    font-size: 1.5em;
    font-family: 'montse-sbold';
}
.contain input{
	color: #343434;
    font-family: "montse";
    font-size: 1em;
    font-style: italic;
    font-weight: 600;
    background-color: #ededed;
    width: 100%;
    padding: 10px 10px 10px 30px;
    border: 1px solid #848484;
    border-radius: 0px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
.btn-login{
	background-color: #780052!important;
    color: white !important;
    padding: 18px 50px !important;
    border: none !important;
    border-radius: 32px !important;
    cursor: pointer !important;
    font-family: 'montse-sbold';
}