﻿@import url(https://fonts.googleapis.com/css?family=Montserrat);
/*@import url(https://fonts.google.com/specimen/Montserrat);*/

.imagewithtitle {
    background-image: url('../images/register-bg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    height:700px;
    width:400px;
}

.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 40px;
}

.centered {
    text-align: center;
    color: white;
    font-size: 40px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.containers {
    position: relative;
    text-align: center;
    color: white;
}
