//
// Copyright (c) 2018-present, Vonage. All rights reserved.
//

@import '../lib/variables';
@import '../lib/mediaqueries';

.Vlt-error-page {
    padding: 0 24px;

    .Vlt-container {
        height: 100vh;
        margin: 0 auto;
        position: relative;
    }

    .Vlt-logo {
        margin: 48px 0 100px;
        width: 138px;

        @media #{$M-less} {
            margin-bottom: 60px;
	    }
    }

    h1 {
        font-size: 3.9rem;
        line-height: 4.3rem;
    }

    p {
        margin-bottom: $unit2;
    }

    .Vlt-error-image {
        margin-top: 120px;
        text-align: right;

        @media #{$M-less} {
            margin-bottom: 60px;
            margin-top: 60px;
	    	text-align: left;
	    }
    }

    .Vlt-footer {
        border-top: 1px solid $grey;
        bottom: 0;
        padding: 24px 5px;
        position: absolute;
        width: 100%;

        @media #{$M-less} {
	    	position: relative;
	    }
    }
}
