﻿.stepcontainer {
    width: 100%;
    height: 100%;
    border: 1px solid black;
}


.content {
    width: 100%;
    height: 600px;
}

.ld, .rd {
    height: 738px;
}


.title {
    margin-top: 30px;
    font-size: 22px;
}

.input-group {
    margin-bottom: 18px;
}


.copyright {
    bottom: 10px;
    right: 650px;
    text-align: center;
    position: absolute;
}

.stepContainer {
    margin-top: 30px;
    margin-left: 60px;
    margin-right: 100px;
}

.steps1 {
    width: 540px;
    height: 400px;
    border: 1px solid white;
    border-radius: 10px;
    background-color: white;
    top: 180px;
    position: relative;
}

.nextStepBtn {
    margin-top: 10px;
    width: 100%;
    height: 45px;
}

a {
    cursor: pointer;
}
